Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Segment Routing in MPLS Networks

You're reading from   Segment Routing in MPLS Networks Transition from traditional MPLS to SR-MPLS with TI-LFA FRR

Arrow left icon
Product type Paperback
Published in Nov 2024
Publisher Packt
ISBN-13 9781836203216
Length 292 pages
Edition 1st Edition
Concepts
Arrow right icon
Author (1):
Arrow left icon
Hemant Sharma Hemant Sharma
Author Profile Icon Hemant Sharma
Hemant Sharma
Arrow right icon
View More author details
Toc

Table of Contents (20) Chapters Close

Preface 1. Part 1 - MPLS Overview and Recap
2. Chapter 1: Introduction to Multiprotocol Label Switching (MPLS) FREE CHAPTER 3. Chapter 2: Lab 1 – Getting Started with LDP-Based MPLS Network 4. Part 2 - Segment Routing (SR-MPLS)
5. Chapter 3: Lab 2 – Introducing Segment Routing MPLS (SR-MPLS) 6. Chapter 4: Lab 3 – SR-LDP Interworking 7. Part 3 - Fast Reroute in SR-MPLS Networks
8. Chapter 5: Lab 4 – Introducing TI-LFA (Topology Independent – Loop-Free Alternate) 9. Chapter 6: Lab 5 – Zero-Segment FRR 10. Chapter 7: Lab 6 – Single-Segment FRR 11. Chapter 8: Lab 7 – Double-Segment FRR 12. Chapter 9: Lab 8 – Microloop Avoidance 13. Chapter 10: Lab 9 – TI-LFA Node Protection 14. Chapter 11: Lab 10 – TI-LFA Local SRLG-Disjoint Protection 15. Chapter 12: Lab 11 – TI-LFA Global Weighted SRLG Protection 16. Chapter 13: Lab 12 – TI-LFA Node + SRLG Protection 17. Chapter 14: Lab 13 – TI-LFA Tiebreaker 18. Index 19. Other Books You May Enjoy

IPv4 address

The IP addressing schema selected for this book follows the template outlined here:

  • Loopback Interface IP: x.x.x.x/32, where x is the router number, 1 for PE1, 2 for P2 and so on.
  • Physical Interface IP: The Point-to-Point (P2P) link subnet is xy.0.0.0/24, where x < y

    Nx: xy.0.0.x/24, Ny: xy.0.0.y/24, for link between Nx: PE1 and Ny: P2, it would be 12.0.0.1/24 and 12.0.0.2/24, respectively, and so on

The loopback IP schema helps identify the router easily, while the P2P link IP schema helps in identifying the routers at either end of a particular link. The next section provides the template using this schema.

Template

The template used for configuring the loopback interface is as follows.

Interface Loopback0

The best practice for IP address configuration of a loopback interface is to use a host address with a /32 notation, as it does not participate in any subnet, as shown here:

interface Loopback0
 ipv4 address {{ x.x.x.x }} 255.255...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image