Which configuration would an engineer use to exchange IPv6 multicast routes via BGP with
a neighbor that does not support the corresponding Multicast SAFI on Cisco IOS XE?
A.
router bgp 100
bgp router-id 209.165.201.10
no bgp default ipv4-unicast
neighbor 2001:DB8::10 remote-as 201
neighbor 2001:DB8::10 update-source GigabitEthernet 0/10
address-family ipv6 multicast
neighbor 2001:DB8::10 activate
network 2001:DB8:CDCD:1::/64
exit-address-family
B.
router bgp 100
bgp router-id 209.165.201.10
no bgp default ipv4-unicast
neighbor 2001:DB8::10 remote-as 201
neighbor 2001:DB8::10 update-source GigabitEthernet 0/10
address-family ipv6
neighbor 2001:DB8::10 translate-update ipv6 multicast unicast
neighbor 2001:DB8::10 activate
no synchronization
exit address-family
address-family ipv6 multicast
neighbor 2001:DB8::10 activate
network 2001:DB8:CDCD:1::/64
exit-address-family
C.
router bgp 100
bgp router-id 209.165.201.10
no bgp default ipv4-unicast
neighbor 2001:DB8::10 remote-as 201
neighbor 2001:DB8::10 update-source GigabitEthernet 0/10
address-family ipv6
neighbor 2001:DB8::10 activate
address-family ipv6 multicast
neighbor 2001:DB8::10 activate
network 2001:DB8:CDCD:1::/64
exit-address-family
D.
router bgp 100
bgp router-id 209.165.201.10
no bgp default ipv4-unicast
neighbor 2001:DB8::10 remote-as 201
neighbor 2001:DB8::10 update-source GigabitEthernet 0/10
address-family ipv6
neighbor 2001:DB8::10 translate-update ipv6 multicast unicast
no synchronization
exit address-family
address-family ipv6 multicast
neighbor 2001:DB8::10 activate
network 2001:DB8:CDCD:1::/64
exit-address-family
E.
router bgp 100
bgp router-id 209.165.201.10
no bgp default ipv4-unicast
neighbor 2001:DB8::10 remote-as 201
neighbor 2001:DB8::10 update-source GigabitEthernet 0/10
address-family ipv6
neighbor 2001:DB8::10 send-label
neighbor 2001:DB8::10 override-capability-neg
neighbor 2001:DB8::10 activate
no synchronization
exit address-family
address-family ipv6 multicast
network 2001:DB8:CDCD:1::/64
exit-address-family