- Different routing protocols could be used between PE & CE.
- The PE-CE routing protocols run independently at every site.
- Redistribution of prefixes between MP-BGP routes PE-CE routing protocol.
- when using rip:
- when redistribute the MP-BGP routes into RIP. use
- redistribute bgp N metric metric {X|transperent}
- here N is AS number.
- X is the metric assigned to the RIP routes.
- if you are using the keyword transperent the rip metric will be recovered from RIP metric learned at the remote site.
Friday, May 4, 2012
Thursday, April 19, 2012
MPLS VPN BGP Role
- BGP well suited to carry the traffic of hundreds of thousands of routes.
- It is flexible & extended policies to be implemented.
- So it is used well in MPLS VPN.
- In MP BGP 4 address families will be supported.
- IPv4
- IPv6
- VPNv4
- VPNv6
- Remaining are unicast, multicast & VRF
- BGP Extended Community: RT
- It tells to the PE routers if the route imported into a VRF add at least one RT to that IPv4 route
Order
- IP IGP routing protocols build the ip tables.
- LSR assign a local label for each route learned(but not bgp learned routes)
- LSRs share their labels with other LSRs using LDP
- LSRs build their own LIB(Label Information Base), LFIB(Label Forward Information Base) & FIB(Forward Information Base) based on what they have learned from their LDP neighbor.
- Hellow Messages
- LDP link hello uses destination UDP port 646 & is sent to 224.0.0.2 every 5 sec.
- Session is TCP based on destination port 646.
- Router with highest LDP router ID(Active LSR) will initiate TCP session.
- Keepalives are sent for every 60 sec.
MPLS VPN Routes Updating
- IGP or eBGP are advertises the CE routes in PE routing table
- At PE router IPv4 routes learned from the CE router is inserted into VRF routing table
- PE routers are fully meshed with MP-BGP.
- To this updated VRF routes RD is added & make them VPNv4 route & then RTs are added.
- Then these VPNv4 routes are redistribute into MP-BGP.
- The iBGP between PEs advertises the VPNv4 route with MPLS label & RTs
- RTs tells that which vrf can import which route.
- After that RD is removed from VPNv4 route.
- Then IPv4 route is inserted into VRF routing table.
- PE advertises these routes towards the customer routers.
Subscribe to:
Posts (Atom)