350-029 · Question #203
What are the default values for GRE tunnel keeplive time and number of retries?
The correct answer is C. 10 seconds and 3 retries. This output shows the commands you use in order to configure keepalives on GRE tunnels. Router# configure terminal Router(config)#interface tunnel0 Router(config-if)#keepalive 5 4 !--- The syntax of this command is keepalive [seconds [retries]]. !--- Keepalives are sent every 5…
Question
What are the default values for GRE tunnel keeplive time and number of retries?
Options
- A5 seconds and 3 retries
- B10 seconds and 5 retries
- C10 seconds and 3 retries
- D20 seconds and 5 retries
- E5 seconds and 5 retries
How the community answered
(24 responses)- A4% (1)
- C83% (20)
- D8% (2)
- E4% (1)
Explanation
This output shows the commands you use in order to configure keepalives on GRE tunnels. Router# configure terminal Router(config)#interface tunnel0 Router(config-if)#keepalive 5 4 !--- The syntax of this command is keepalive [seconds [retries]]. !--- Keepalives are sent every 5 seconds and 4 retries. !--- Keepalives must be missed before the tunnel is shut down. !--- The default values are 10 seconds for the interval and 3 retries.
Topics
Community Discussion
No community discussion yet for this question.