6-3 - Troubleshoot PE-PE Connectivity Flashcards
IOS/IOS-XE Command:
show ip bgp vpnv4 vrf [vrf-name]
verify proper redistribution of CE routes into a per-VRF instance of BGP
IOS-XR Command:
show bgp vpnv4 unicast vrf [vrf-name]
verify proper redistribution of CE routes into a per-VRF instance of BGP
IOS/IOS-XE Command:
show ip bgp vpnv4 vrf [vrf-name] [ip-prefix]
verify the route distinguisher (RD) that prepends to the IPv4 prefix, the route targets (RTs) that attach to the CE route and the local BGP label attached to redistributed routes
IOS-XR Command:
show bgp vpnv4 unicast vrf [vrf-name] [ip-prefix]
verify the route distinguisher (RD) that prepends to the IPv4 prefix, the route targets (RTs) that attach to the CE route and the local BGP label attached to redistributed routes
IOS/IOS-XE Command:
router bgp [as-number]
address-family ipv4 vrf [vrf-name]
redistribute rip metric [value]
redistribute RIP into BGP
IOS/IOS-XE Command:
router bgp [as-number]
address-family ipv4 vrf [vrf-name]
redistribute eigrp [as-number]
redistribute EIGRP into BGP
IOS/IOS-XE Command:
router bgp [as-number]
address-family ipv4 vrf [vrf-name]
redistribute ospf process vrf [vrf-name] [match internal | external]
redistribute OSPF into BGP
IOS/IOS-XE Command:
show ip bgp vpnv4 all [ip-prefix]
verify proper route propagation
IOS/IOS-XE Command:
Router(config)# router rip
Router(config-router)# version 2
Router(config-router)# address-family ipv4 vrf [vrf-name ]
Router(config-router-af)# redistribute bgp [as-number] metric transparent
- Configures BGP to RIP redistribution
- ‘metric transparent’ takes the MED attribute and uses it as the RIP metric. Default behavior of RIP to BGP redistribution is to copy the IGP metric to MED, so this option on the other side would ensure that this IGP metric is preserved from CE to CE.
IOS/IOS-XE Command:
Router(config)# router eigrp [as-number]
Router(config-router)# address-family ipv4 vrf [vrf-name]
Router(config-router-af)# autonomous-system [as-number]
Router(config-router-af)# redistribute bgp [as-number] metric [metric-value]
Configures BGP to EIGRP redistribution
IOS/IOS-XE Command:
router(config)# router ospf [process-id] vrf [vrf-name]
router(config-router)# redistribute bgp [as-number] subnets
- Configures BGP to OSPF redistribution
- The subnets keyword is mandatory for proper operation.
Content Review Question
Which of the following statements is true?
A. OSPF uses bandwidth, delay, reliability, and reliability to calculate the cost metric.
B. The IGP metric never copies into the MED attribute of the BGP route when an IGP route redistributes into BGP.
C. You do not need to configure the metric for routes from external EIGRP autonomous systems.
D. CE routes that PE routers receive must redistribute into MP-BGP.
D