exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 78 discussion

Actual exam question from Cisco's 350-401
Question #: 78
Topic #: 1
[All 350-401 Questions]


Refer to the exhibit. A network engineer configures a GRE tunnel and enters the show interface tunnel command. What does the output confirm about the configuration?

  • A. The keepalive value is modified from the default value.
  • B. The physical interface MTU is 1476 bytes.
  • C. The tunnel mode is set to the default.
  • D. Interface tracking is configured.
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
stan3435
Highly Voted 2 years, 3 months ago
Selected Answer: C
HQ(config)#int t100 HQ(config-if)#no keepalive HQ(config-if)#keepalive HQ(config-if)#do sh int t100 | inc Keep Keepalive set (10 sec), retries 3 HQ(config-if)#
upvoted 15 times
net_eng10021
1 year, 10 months ago
Just ran the same test and got the same results. C is correct.
upvoted 1 times
...
...
nushadu
Highly Voted 2 years, 4 months ago
Selected Answer: C
cisco(config-if)#do s runn int tun111 Building configuration... Current configuration : 116 bytes ! interface Tunnel111 ip address 1.1.1.1 255.255.255.252 tunnel source Loopback0 tunnel destination 2.2.2.2 end cisco(config-if)# cisco(config-if)#do s int tun111 | i trans Tunnel protocol/transport GRE/IP ...
upvoted 6 times
...
RichardIzarra
Most Recent 5 months ago
Selected Answer: C
#show show running-config all | begin Tunnel100 interface Tunnel100 tunnel mode gre ip (default) tunnel ttl 255 tunnel bandwidth transmit 8000 tunnel bandwidth receive 8000 keepalive 10 3 (default) tunnel source GigaEthernet0/1 (config) tunnel destination 209.165.202.130 (config) Nota: Para implementar un tracking, es necesario usar el comando track junto con herramientas como IP SLA para monitorear rutas, estados o accesibilidad específicos.
upvoted 1 times
...
AbdullahMohammad251
8 months ago
Selected Answer: D
Option A is incorrect, the Default value has not been modified "The default values are 10 seconds for the interval and 3 retries." Option B is incorrect, the physical interface MTU = 1476 + 15 = 1500 bytes Option C is also incorrect, the default tunnel mode is none. To use GRE/IP mode, you have to explicitly set the mode to "tunnel mode gre ipv4" or "tunnel mode gre ipv6". Option D is correct, the source interface Gig 0/1 status is being tracked and monitored to determine the state of the GRE tunnel.
upvoted 2 times
...
AbdullahMohammad251
8 months ago
Selected Answer: A
keepalives on GRE tunnels: "The default values are 10 seconds for the interval and 3 retries." https://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/118370-technote-gre-00.html
upvoted 1 times
AbdullahMohammad251
8 months ago
Apologies, I misread option A. Option A is also incorrect; the keepalive value has not been modified from the default value. This makes option D the only valid choice, as the status and health of the tunnel are being determined by tracking (monitoring) the state of the source interface GigabitEthernet0/1.
upvoted 1 times
...
...
[Removed]
11 months, 1 week ago
Selected Answer: C
C is correct GRE/IP is the default mode
upvoted 1 times
...
flash007
1 year, 9 months ago
The default mode is GRE/IP
upvoted 1 times
...
msstanick
1 year, 10 months ago
Selected Answer: C
IP/GRE is the default mode. 10s keepalive is the default mode. R1(config-if)#keepalive ? <0-32767> Keepalive period (default 10 seconds)
upvoted 3 times
Beehurls
1 year, 2 months ago
Tunnel Mode has nothing to do with Keepalive settings. We are talking about the tunnel mode settings. C is still correct, but keepalives can be adjusted, and it still could be using the default tunnel mode. switch(config)#tunnelmode{greip | ipip{ip|decapsulate-any}}
upvoted 1 times
...
...
Burik
1 year, 10 months ago
Selected Answer: C
"key disabled, sequencing disabled" = default. Keepalive set (10 sec), retries 3 = also default, so A is wrong.
upvoted 2 times
...
Cesar12345
2 years ago
Selected Answer: C
C is correct - https://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/118370-technote-gre-00.html#anc2
upvoted 2 times
...
MO_2022
2 years, 4 months ago
Selected Answer: C
C. The tunnel mode is set to the default.
upvoted 2 times
...
Asymptote
2 years, 5 months ago
Selected Answer: C
C If you are running a Cisco IOS image prior to Cisco IOS Release 12.2(13)T, the default retry value is 3. The default value for the retries argument was increased to 5 after IOS version 12.2(13)T released Reference: https://www.cisco.com/c/en/us/td/docs/ios/12_2sb/feature/guide/sb_gretk.html#:~:text=If%20you%20are%20running%20a%20Cisco%20IOS%20image%20prior%20to%20Cisco%20IOS%20Release%2012.2(13)T%2C%20the%20default%20retry%20value%20is%203.
upvoted 2 times
...
tckoon
2 years, 8 months ago
Selected Answer: C
Not A : configure keepalive without define value, it default is 10. Not B : Its refer to PHYSICAL interface MTU, what output shown is the MTU of the Tunnel transport MTU Not D : It seem to be tracking , but not. The output "source tracking" may lead us to believe it is. Actually when define the tunnel source use phyiscal interface, this tunnel source output shown. C is correct answer : No tunnel mode define it default is GRE/IP.
upvoted 5 times
...
tckoon
2 years, 8 months ago
Correct answer is C Not A : configure keepalive without define value, it default is 10. Not B : Its refer to PHYSICAL interface MTU, what output shown is the MTU of the Tunnel transport MTU Not D : It seem to be tracking , but not. The output "source tracking" may lead us to believe it is. Actually when define the tunnel source use phyiscal interface, this tunnel source output shown. C is correct answer : No tunnel mode define it default is GRE/IP.
upvoted 2 times
tckoon
2 years, 8 months ago
Please refer to actual configuration and show interface tunnel out on router. interface Tunnel200 no ip address keepalive 10 3 tunnel source Ethernet0/0 tunnel destination 2.2.2.2 Switch-1(config-if)#keepalive ? <0-32767> Keepalive period (default 10 seconds) <cr>
upvoted 3 times
tckoon
2 years, 8 months ago
Switch-1#show int tunnel 200 Tunnel200 is up, line protocol is down Hardware is Tunnel MTU 17916 bytes, BW 100 Kbit/sec, DLY 50000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation TUNNEL, loopback not set Keepalive set (10 sec), retries 3 Tunnel source UNKNOWN (Ethernet0/0), destination 2.2.2.2 Tunnel Subblocks: src-track: Tunnel200 source tracking subblock associated with Ethernet0/0 Set of tunnels with source Ethernet0/0, 1 member (includes iterators), on interface <OK> Tunnel protocol/transport GRE/IP Key disabled, sequencing disabled Checksumming of packets disabled Tunnel TTL 255, Fast tunneling enabled Tunnel transport MTU 1476 bytes Tunnel transmit bandwidth 8000 (kbps) Tunnel receive bandwidth 8000 (kbps)
upvoted 4 times
...
...
...
[Removed]
2 years, 8 months ago
Selected Answer: C
A is false.
upvoted 2 times
...
M_Abdulkarim
2 years, 9 months ago
Answer is A. Tunnel is not in its defaults as MTU size has been configured to 1476, remember default GRE MTU is 1500
upvoted 1 times
...
nopenotme123
2 years, 9 months ago
Selected Answer: C
A - yes the time was modified which is why its showing keepalive set but it still has its default value. C - when you create the tunnel if you dont specify a tunnel mode it defaults to gre.
upvoted 3 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago