300-730 · Question #203
Refer to the exhibit. An engineer must configure DMVPN between the hub and two spokes. The engineer already configured the hub, but the tunnel fails to come up. Which two commands must be used to…
The correct answer is C. tunnel destination 30.1.1.2. For a DMVPN spoke to connect to the hub, the tunnel destination must correctly reference the hub's public NBMA IP address.
Question
Options
- Aip addr 20.1.1.2 255.255.255.0
- Bip addr 20.1.1.1 255.255.255.0
- Ctunnel destination 30.1.1.2
- Dtunnel destination 30.1.1.3
- Etunnel source 30.0.0.1
How the community answered
(25 responses)- A12% (3)
- B4% (1)
- C60% (15)
- D4% (1)
- E20% (5)
Why each option
For a DMVPN spoke to connect to the hub, the tunnel destination must correctly reference the hub's public NBMA IP address.
Without exhibit context confirming the spoke's tunnel IP is misconfigured, there is no basis to change it to 20.1.1.2 as the root cause of the tunnel failure.
20.1.1.1 is the hub's tunnel interface IP address, and assigning it to a spoke would create an IP conflict on the mGRE subnet.
In DMVPN, each spoke's tunnel destination must point to the hub's NBMA (public) IP address - in this case 30.1.1.2 - so the initial GRE tunnel can form and the spoke can send its NHRP registration to the hub. An incorrect tunnel destination prevents the spoke from reaching the hub entirely.
30.1.1.3 does not correspond to the hub's public IP, so using it as the tunnel destination would target a non-existent peer and the tunnel would never establish.
30.0.0.1 is not a valid tunnel source for this spoke based on the addressing scheme shown, and changing the source to a non-existent interface IP would break reachability.
Concept tested: DMVPN spoke tunnel destination to hub configuration
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_conn_dmvpn/configuration/xe-16/sec-conn-dmvpn-xe-16-book/sec-conn-dmvpn.html
Topics
Community Discussion
No community discussion yet for this question.