Question 64 of 120 from exam 350-501-SPCOR: Implementing and Operating Cisco Service Provider Network Core Technologies

Question 64 of 120 from exam 350-501-SPCOR: Implementing and Operating Cisco Service Provider Network Core Technologies

Question

router bgp 100

no synchronization

bgp log-neighbor-changes

neighbor 1.1.1.1 remote-as 100

neighbor 1.1.1.1 update-source LoopbackO
no auto-summary

ip vrf Internet_Shared_Service
rd 111:111

route-target export 111:111
route-target import 111:111
route-target import 1:11

ip route vrf Internet_Shared_Service 0.0.0.0 0.0.0.0 10.1.1.1

Refer to the exhibit.

Which additional configuration must an engineer apply to the edge router to inject a default route into the MP-BGP address family for the Internet_Shared_Service dedicated VRF? A.

router bgp 100
address-family vpnv4

neighbor 1.1.1.1 activate

neighbor 1.1.1.1 send-community both
exit-address-family

address-family ipv4 vrf Internet_Shared_Service
no synchronization
network 0.0.0.0

B.

router bgp 100
address-family vpnv4

neighbor 1.1.1.1 send-community both
exit-address-family

address-family ipv4 vrf Internet
no synchronization
network 0.0.0.0

C.

router bgp 100
address-family vpnv4
neighbor 1.1.1.1 activate

neighbor 1.1.1.1 send-community extended
neighbor 1.1.1.1 next-hop-self

address-family ipv4 vrf Internet_Shared_Service
network 1.1.1.1

D.

router bgp 100
address-family vpnv4

neighbor 1.1.1.1 activate

neighbor 1.1.1.1 send-community extended
exit-address-family

address-family ipv4 vrf Internet
no synchronization
network 0.0.0.0

Explanations

A.