PE1 router advertises intra area routes int MP-BGP. other PE2 redistributes the MP-BGP routes into OSPF as LSA type 3 (Summary address) as MPLS backbone acts as an OSPF superbackbone.
PE2 sets the Down bit on those routes to avoid routing loops in scenarios which a site is dual homed to the service provider network.
If a router receives a Type 3 LSA with its Down bit set on an interface that belongs to a VRF, it drops the LSA. In cases which the site is not dual home this loop prevention mechanism is undesirable.
To disable this behaviour the following command can be used under router ospf, which no longer perform PE specific checks:
R1(config-router)# capability vrf-lite
If the router doesn't support that command, different OSPF domain-ids should be set on the PE routers, which in turn changes the route types to External(LSA Type 5) instead of Summary (LSA Type3).
Showing posts with label MPLS. Show all posts
Showing posts with label MPLS. Show all posts
Monday, 25 March 2013
Wednesday, 12 December 2012
Telnet and SSH from Different VRF
telnet >ip-address> /vrf <vrf-name>
ssh -l <username> -vrf <vrf-name> <ip-host>
https://supportforums.cisco.com/thread/247590
http://www.cisco.com/en/US/docs/switches/lan/catalyst4500/12.2/50sg/configuration/guide/vrf.html#wp1082389
ssh -l <username> -vrf <vrf-name> <ip-host>
https://supportforums.cisco.com/thread/247590
http://www.cisco.com/en/US/docs/switches/lan/catalyst4500/12.2/50sg/configuration/guide/vrf.html#wp1082389
VRF Definition in IPv6 (Multiprotocol VRF)
vrf definition [vrf-name]
creates a multiprotocol VRF for both IPv4 and IPv6
http://www.cisco.com/en/US/docs/ios/mpls/configuration/guide/mp_vpn_ipv4_ipv6.html
creates a multiprotocol VRF for both IPv4 and IPv6
http://www.cisco.com/en/US/docs/ios/mpls/configuration/guide/mp_vpn_ipv4_ipv6.html
Subscribe to:
Posts (Atom)