3-2 - MP-BGP Routing Requirements in MPLS VPNs Flashcards
T/F: MP-BGP is capable of carrying VPNv4 (96-bit) prefixes in addition to other address-families.
True
What is the unique 64-bit value within the VPNv4 address called?
route distinguisher (RD)
T/F: The VPNv4 addresses are exchanged between PE routers and CE routers.
False. The VPNv4 addresses are exchanged only between PE routers and never between CE routers.
What are the 64-bit extended communities included in a VPNv4 announcement called and used for?
route targets (RT). They’re used to control what prefixes get added into which VRFs upon being received by remote PEs.
The MPLS VPN architecture uses the BGP routing protocol in two distinct ways. Describe them.
- VPNv4 routes propagate across an MPLS VPN backbone by using MP-BGP between PE routers.
- You can use BGP as the PE-CE routing protocol to exchange VPN routes between the PE and CE routers.
IOS/IOS-XE and IOS-XR command:
address-family ipv4
in router BGP subconfig mode, this activates the IPv4 address-family and enters AF subconfig mode
IOS/IOS-XE and IOS-XR command:
address-family ipv6
in router BGP subconfig mode, this activates the IPv6 address-family and enters AF subconfig mode
IOS/IOS-XE and IOS-XR command:
address-family [vpnv4 | vpnv6] [unicast | multicast]
in router BGP subconfig mode, activates the VPNv4 and/or VPNv6 AF for unicast and/or multicast traffic
In an L3VPN, the PE router performs 3 main tasks. What are they?
- Exchanges routing updates with the CE router
- Translates the CE routing information into VPNv4 and VPNv6 routes
- Exchanges VPNv4 and VPNv6 routes with other PE routers through MP-BGP
T/F: iBGP requires a full-mesh of adjacencies due to the BGP split-horizon rule.
True
What is the formula to determine how many iBGP sessions are needed (given n number of routers)?
(n * (n - 1)) / 2
where n is the number of routers.
What are BGP route reflectors?
BGP route reflectors enable a much higher level of scalability, since a router can advertise or reflect iBGP learned routes to other iBGP speakers to circumvent the BGP split-horizon rule.
IOS-XR command:
neighbor [ipv4-address | ipv6-address | peer-group-name] route-reflector-client
Configures a neighbor as a route-reflector client, causing this local BGP system to act as the route-reflector server for that neighborship.
IOS/IOS-XE command:
address-family ipv4 vrf [vrf-name]
- Under router BGP subconfig mode, activates a VRF-specific IPv4 address-family and enters the subconfig mode for that AF
- The BGP neighbor to a CE would be activated under this AF.
IOS-XR command:
vrf [vrf-name]
Under the router BGP subconfig mode, enters a VRF-specific subconfig mode