Question 54 of 92 from exam 300-410-ENARSI: Implementing Cisco Enterprise Advanced Routing and Services

Question 54 of 92 from exam 300-410-ENARSI: Implementing Cisco Enterprise Advanced Routing and Services

Question

Refer to the exhibit.

Which interface configuration must be configured on the spoke A router to enable a dynamic DMVPN tunnel with the spoke B router?

Physical: 172.17.0.1
Tunnel: 10.0.0.1

Physical: 172.17.0.2
Tunnel: 10.0.0.11

192.168.1.1/24

192.168.0.1 /24

Physical: 172.17.0.3
Tunnel: 10.0.0.12

192.168.2.1 /24

A.

interface TunnelO

description mGRE —- DMVPN Tunnel
ip address 10.0.0.11 255.255.255.0
nhrp map multicast dynamic

ip nhrp network-id 1

tunnel source 10.0.0.1

tunnel destination FastEthernet 0/0
tunnel mode gre multipoint

B.

interface TunnelO

ip address 10.0.0.11 255.255.255.0
ip nhrp network-id 1

tunnel source FastEthernet 0/0
tunnel mode gre multipoint

nhrp nhs 10.0.0.1

ip nhrp map 10.0.0.1 172.17.0.1

C.

interface TunnelO

ip address 10.1.0.11 255.255.255.0
ip nhrp network-id 1

tunnel source 1.1.1.10

ip nhrp map 10.0.0.11 172.17.0.2
tunnel mode gre

D.

terface Tunnel

ip address 10.0.0.11 255.255.255.0
ip nhrp map multicast static

ip nhrp network-id 1

tunnel source 10.0.0.1

tunnel mode gre multipoint

Explanations

B.