Refer to the exhibit. Which interface configuration must be configured on the HUB router to enable MVPN with mGRE mode?
Refer to the exhibit. Which interface configuration must be configured on the HUB router to enable MVPN with mGRE mode?
To configure the HUB router for MVPN with mGRE mode, the tunnel source should be the physical IP address of the WAN interface, not the tunnel IP address. Also, the `tunnel mode gre multipoint` command is essential for mGRE configuration. Thus, the correct configuration should include setting the tunnel source as a physical interface IP and using GRE multipoint mode. The option with `tunnel source 172.17.0.1` and `tunnel mode gre multipoint` fits these requirements.
Tunnel source IP can NOT be the IP address of the tunnel interface. The tunnel source IP should be, in this case, the IP address of the WAN interface.
A - invalid tunnel ip-address. B - invalid tunnel source ip-address. C - multicast not enabled. D - invalid tunnel source ip-address. Apparently, everyone is choosing between the wrong ip-address and the missing multicast enable command.
C is correct. "ip nhrp map multicast dynamic" needs to be configured mainly when dynamic routing protocols using multicast is used.
What about "tunnel source 172.17.0.1"? Seems wrong.
My mistake, tunnel source must be public IP address so only A and C answers could be the right one. But C is the only answers with proper command "tunnel mode gre multipoint", so it is C
Even is missing ip nhrp multicast dynamic. Seems the most correct as all command are valir for HUB
I agree, it C should have "ip nhrp map multicast dynamic" added to be fully correct. Anyway it seems better than B as that has the wrong source ip specified.
C is correct not B. ip address 10.0.0.1 255.255.255.0 ->tunnel ip address tunnel source 172.17.0.1 ->physical ip address
C is correct. B is not correct as it uses the wrong tunnel-source. Should be the WAN-Interface , not the tunnel-ip itself. The "ip nhrp map multicast dynamic" is used on the spokes , and should point toi the hub.
A. interface Tunnel0 description mGRE - DMVPN Tunnel ip address 10.1.0.1 255.255.255.0 ip nhrp map multicast dynamic ip nhrp network-id 1 tunnel source 172.17.0.1 ip nhrp map 10.0.0.11 172.17.0.2 ip nhrp map 10.0.0.12 172.17.0.3 tunnel mode gre B. interface Tunnel0 description mGRE - DMVPN Tunnel ip address 10.0.0.1 255.255.255.0 ip nhrp map multicast dynamic ip nhrp network-id 1 tunnel source 10.0.0.1 tunnel mode gre multipoint C. interface Tunnel0 description mGRE - DMVPN Tunnel ip address 10.0.0.1 255.255.255.0 ip nhrp network-id 1 tunnel source 172.17.0.1 tunnel mode gre multipoint D. interface Tunnel0 description mGRE - DMVPN Tunnel ip address 10.0.0.1 255.255.255.0 ip nhrp map multicast dynamic ip nhrp network-id 1 tunnel source 10.0.0.1 tunnel destination 172.17.0.2 tunnel mode gre multipoint
C is the correct answer
C is correct.
Answer is C. The question specifies how to enable MGRE Mode. Now your tunnel source cannot be a tunnel IP. It can either be a physical interface or a physical interface IP
B is answer. You need ip nhrp map multicast dynamic on the HUB
C is correct
C is correct
C is correct
C is correct
C is correct
As in Discussion