exam questions

Exam 300-410 All Questions

View all questions & answers for the 300-410 exam

Exam 300-410 topic 1 question 327 discussion

Actual exam question from Cisco's 300-410
Question #: 327
Topic #: 1
[All 300-410 Questions]



Refer to the exhibit. An administrator is setting up above shown routers to enable MVPN with mGRE mode. What would be the recommended interface configuration that must be done by the engineer to make it to work?

  • A. 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 IPSec multipoint
  • 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 IPsec 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 IPsec multipoint
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
kebkim
Highly Voted 2 years, 6 months ago
Answer is C. The same question is 113.
upvoted 9 times
CiscoTerminator
3 months, 3 weeks ago
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 IPsec multipoint here is your C : tunnel mode IPsec is the issue mate...they want mGRE
upvoted 1 times
...
raw007
2 years ago
But C is configured with GRE Multipoint
upvoted 1 times
...
...
HungarianDish_111
Highly Voted 2 years, 1 month ago
Selected Answer: C
"tunnel source" = physical interface tunnel mode gre multipoint Do one of the following: tunnel protection ipsec profile name tunnel protection psk key https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_conn_dmvpn/configuration/xe-16-11/sec-conn-dmvpn-xe-16-11-book/sec-conn-dmvpn-dmvpn.html
upvoted 5 times
...
Fenix7
Most Recent 1 month, 2 weeks ago
Selected Answer: B
"tunnel mode IPsec multipoint" does not exist.
upvoted 3 times
...
1chung
1 month, 2 weeks ago
Selected Answer: B
Correct answer is B
upvoted 1 times
...
yasmiine
2 months ago
Selected Answer: B
I choose B, the configuration seems correct except the @IP tunnel source which should be: 172.17.0.1 I think C is wrong because the config missed "ip nhrp map multicast dynamic" and the config tunnel mode IPsec multipoint does not exist !
upvoted 2 times
...
packl74
7 months, 3 weeks ago
None of the possible answers are correct, the most similar is B, but the tunnel source must be the NMBA of the external interface or the physical IP of that interface. In all the others, the "tunnel mode IPsec multipoint" command does not exist. Personally, I'm going for B. I hope that the tunnel source command is an error and that the ENARSI test works well.
upvoted 3 times
...
bk989
9 months, 3 weeks ago
Here is an example of an ipsec multipoint tunnel: interface Tunnel0 ip address 2.2.2.2 255.255.255.0 ip ospf network point-to-multipoint ip ospf 1 area 0 tunnel mode ipsec ipv4 Although the configuration command in C does not exist, it is the only answer that has a correct source interface. However with answer C in my lab the tunnel is in a down state.
upvoted 1 times
bk989
9 months, 3 weeks ago
here is an example of answer B: interface Tunnel0 ip address 2.2.2.2 255.255.255.0 no ip redirects ip nhrp network-id 1 ip ospf network point-to-multipoint ip ospf 1 area 0 tunnel source 2.2.2.2 tunnel mode gre multipoint IOU1(config-if)#do ping 2.2.2.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 4/4/6 ms IOU1(config-if)#
upvoted 1 times
bk989
9 months, 3 weeks ago
only answer is C or B. B technically works although if we advertise our tunnel in a routing protocol we have a flap. Also if we do choose answer B the spokes can't ping to the hub( see below). Answer =C
upvoted 1 times
bk989
9 months, 3 weeks ago
Hub: interface Tunnel0 ip address 2.2.2.2 255.255.255.0 no ip redirects ip nhrp network-id 1 ip ospf network point-to-multipoint ip ospf 1 area 0 tunnel source 2.2.2.2 tunnel mode gre multipoint Spoke: interface Tunnel0 ip address 2.2.2.3 255.255.255.0 no ip redirects ip nhrp map 2.2.2.2 1.1.1.1 ip nhrp network-id 1 ip nhrp nhs 2.2.2.2 tunnel source Ethernet0/0 tunnel mode gre multipoint IOU2(config-if)#do ping 2.2.2.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds: ....
upvoted 1 times
bk989
9 months, 3 weeks ago
Hub: IOU1(config-if)#tunnel source e0/0 IOU1(config-if)# Spoke: IOU2(config-if)#do ping 2.2.2.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 2/4/6 ms IOU2(config-if)# So B seems wrong although it is technically able to be configured. I go with C.
upvoted 1 times
...
...
...
...
...
bk989
10 months ago
B is the only one that has a valid configuration.
upvoted 1 times
...
[Removed]
11 months ago
Selected Answer: C
it´s C
upvoted 1 times
...
chinopla
12 months ago
There is no right answer. You cannot do "tunnel mode IPSEC multipoint", it doesn't exists. And, you cannot tunnel source from the tunnel neither.
upvoted 1 times
...
kaupz
1 year, 6 months ago
there is no right answer... ACD are excluded because: R1(config-if)#tunnel mode ipsec multipoint ^ % Invalid input detected at '^' marker. And B is excluded because tunnel source cannot be tunnel itself
upvoted 3 times
Pietjeplukgeluk
1 year ago
You pointed out the issue with this question really clearly. B and C are partly correct, you can argue what is better, in essence they are are both "least wrong". Anyway, i agree C is less wrong if you have an opinion on it anyway.
upvoted 1 times
dapardo
12 months ago
Answers relies on the question it self, it says that mgre tunnel must be setup and the only command that allows that is tunnel mode gre multipoint. Im going with B
upvoted 2 times
...
...
...
Brand
1 year, 9 months ago
"tunnel mode IPsec multipoint" doesn't seem like a valid command at all. But the options A and B using tunnel source as tunnel IP itself so they can't be correct too. WTF is this nonsense... C1-HUB(config-if)#tunnel mode ipsec ? ipv4 over IPv4 ipv6 over IPv6 C1-HUB(config-if)#tunnel mode ipsec ipv4 ? v6-overlay Overlay traffic v6 <cr> C1-HUB(config-if)#tunnel mode ipsec ipv4
upvoted 4 times
...
inteldarvid
1 year, 11 months ago
Selected Answer: C
100 % is C because 127.17.0.1 is a NBMA PUBLIC soruce
upvoted 3 times
...
forccnp
2 years, 3 months ago
Selected Answer: C
Tunel source should be physical address
upvoted 3 times
...
Lilienen
2 years, 4 months ago
Selected Answer: C
Answer is C
upvoted 2 times
...
sylvesterbello1
2 years, 5 months ago
C is the correct answer. Physical interface ip is the source interface, not the tunnel ip
upvoted 3 times
...
jarz
2 years, 5 months ago
Selected Answer: C
Answer is C
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...