SPADVROUTE question of the day

PlAwAnSaI

Administrator
On Cisco IOS-XR, which BGP configuration group allows you to define address-family independent commands and address-family dependent commands for each address family?

A. peer-group

B. neighbor-group

C. af-group

D. session-group
 

PlAwAnSaI

Administrator
Refer to the Cisco IOS-XR configuration exhibit. The Cisco IOS-XR router is unable to establish any PIM neighbor relationships. What is wrong with the configuration?

multicast-routing
!
interface Loopback0
ipv4 address 10.3.1.1 255.255.255.255
!
interface GigabitEthernet0/0/0/0
ipv4 address 192.168.103.30 255.255.255.0
no shut
!
interface GigabitEthernet0/0/0/1
ipv4 address 192.168.156.50 255.255.255.0
no shut
!
router isis 1
net 49.0005.0100.0300.1001.00
address-family ipv4 unicast
!
interface Loopback0
address-family ipv4 unicast
!
interface GigabitEthernet0/0/0/0
address-family ipv4 unicast
!
interface GigabitEthernet0/0/0/1
address-family ipv4 unicast
!
router pim
address-family ipv4
auto-rp mapping-agent Loopback0 scope 16
auto-rp candidate-rp Loopback0 scope 16
!
interface Loopback0
enable
!
interface GigabitEthernet0/0/0/0
enable
!
interface GigabitEthernet0/0/0/1
enable
!

A. The configuration is missing:
interface gi0/0/0/0
ip pim sparse-mode
interface gi0/0/0/1
ip pim sparse-mode
interface loopback0
ip pim sparse-mode

B. The RP address has not been configured using the rp-address router PIM configuration command

C. PIM defaults to dense mode operations only, so PIM sparse mode must be enabled using the pim sparse-mode router PIM configuration command

D. The configuration is missing:
multicast-routing
address-family ipv4
interface gi0/0/0/0
enable
interface gi0/0/0/1
enable

E. The auto-rp scoping configurations should be set to 1 not 16
 

PlAwAnSaI

Administrator
Referring to the topology diagram show in the exhibit, which three statements are correct regarding the BGP routing updates?

image.php


A. The IBGP routing updates received by R3 from R2 will be propagated to the R6 router.

B. The IBGP routing updates received by R1 from R4 will be propagated to the R5, R7, and R2 routers.

C. The IBGP routing updates received by R2 from R1 will be propagated to the R3 router.

D. The EBGP routing updates received by R1 from R5 will be propagated to the R2, R4, and R7 routers.

E. The EBGP routing updates received by R3 from R6 will be propagated to the R2 and R4 routers.

F. The EBGP routing updates received by R1 from R5 will be propagated to the R2 and R4 routers.
 

PlAwAnSaI

Administrator
When a BGP route reflector receives an IBGP update from a non-client IBGP peer, the route reflector will then forward the IBGP updates to which other router(s)?

A. To the EBGP peers and other clients and non-clients.

B. To the other clients only.

C. To the EBGP peers only.

D. To the EBGP peers and other clients only.
 
Top