nerdexam
Cisco

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…

Core Technologies

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)
  • A
    4% (1)
  • C
    83% (20)
  • D
    8% (2)
  • E
    4% (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

#GRE tunnel#keepalive#default values#tunnel configuration

Community Discussion

No community discussion yet for this question.

Full 350-029 Practice