Which of these is used to configure PIM Anycast-RP on a Nexus 7000 switch?

Assuming the local peer is 10.0.0.1 and the remote peer (configuration not shown) is 10.0.0.2, which of these is used to configure PIM Anycast-RP on a Nexus 7000 switch?
A. feature pim
!
interface loopback1
ip address 10.0.0.1/32
ip router ospf 10 area 0.0.0.0
ip pim sparse-mode
!
interface loopback2
ip address 2.2.2.2/32
ip router ospf 10 area 0.0.0.0
ip pim sparse-mode
!
ip pim anycast-rp 2.2.2.2 10.0.0.1
ip pim anycast-rp 2.2.2.2 10.0.0.2
ip pim rp-address 2.2.2.2 group-list 224.0.0.0/4
B. feature pim
!
interface loopback1
ip address 10.0.0.1/32
ip router ospf 10 area 0.0.0.0
ip pim sparse-mode
!
interface loopback2
ip address 2.2.2.2/32
ip router ospf 10 area 0.0.0.0
ip pim sparse-mode
!
ip pim anycast-rp 10.0.0.1 2.2.2.2
ip pim anycast-rp 10.0.0.2 2.2.2.2
ip pim rp-address 2.2.2.2 group-list 224.0.0.0/4
C. interface loopback1
ip address 10.0.0.1/32
ip router ospf 10 area 0.0.0.0
ip pim sparse-mode
!
interface loopback2
ip address 2.2.2.2/32
ip router ospf 10 area 0.0.0.0
ip pim sparse-mode
!
ip pim anycast-rp 2.2.2.2 10.0.0.1
ip pim anycast-rp 2.2.2.2 10.0.0.2
ip pim rp-address 2.2.2.2 group-list 224.0.0.0/4
D. feature pim
feature msdp
!
interface loopback1
ip address 10.0.0.1/32
ip router ospf 10 area 0.0.0.0
ip pim sparse-mode
!
interface loopback2
ip address 2.2.2.2/32
ip router ospf 10 area 0.0.0.0
ip pim sparse-mode
!
ip msdp originator-id loopback1
ip msdp peer 10.0.0.2 connect-source loopback1
ip msdp description 10.0.0.2 To 7010-2
ip msdp password 10.0.0.2 mypassword
!
ip pim rp-address 2.2.2.2 group-list 224.0.0.0/4

cisco-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.