6-3 - Troubleshoot PE-PE Connectivity Flashcards

1
Q

IOS/IOS-XE Command:
show ip bgp vpnv4 vrf [vrf-name]

A

verify proper redistribution of CE routes into a per-VRF instance of BGP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

IOS-XR Command:
show bgp vpnv4 unicast vrf [vrf-name]

A

verify proper redistribution of CE routes into a per-VRF instance of BGP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

IOS/IOS-XE Command:
show ip bgp vpnv4 vrf [vrf-name] [ip-prefix]

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

IOS-XR Command:
show bgp vpnv4 unicast vrf [vrf-name] [ip-prefix]

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

IOS/IOS-XE Command:
router bgp [as-number]
address-family ipv4 vrf [vrf-name]
redistribute rip metric [value]

A

redistribute RIP into BGP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

IOS/IOS-XE Command:
router bgp [as-number]
address-family ipv4 vrf [vrf-name]
redistribute eigrp [as-number]

A

redistribute EIGRP into BGP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

IOS/IOS-XE Command:
router bgp [as-number]
address-family ipv4 vrf [vrf-name]
redistribute ospf process vrf [vrf-name] [match internal | external]

A

redistribute OSPF into BGP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

IOS/IOS-XE Command:
show ip bgp vpnv4 all [ip-prefix]

A

verify proper route propagation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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

A
  • 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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]

A

Configures BGP to EIGRP redistribution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

IOS/IOS-XE Command:
router(config)# router ospf [process-id] vrf [vrf-name]
router(config-router)# redistribute bgp [as-number] subnets

A
  • Configures BGP to OSPF redistribution
  • The subnets keyword is mandatory for proper operation.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

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.

A

D

How well did you know this?
1
Not at all
2
3
4
5
Perfectly