Optional configuration tasks, Changing the keep alive time and hold time – Brocade TurboIron 24X Series Configuration Guide User Manual

Page 715

Advertising
background image

Brocade TurboIron 24X Series Configuration Guide

681

53-1003053-01

Optional configuration tasks

When you apply the new option to shut down a neighbor, the option takes place immediately and
remains in effect until you remove the option. If you save the configuration to the startup-config file,
the shutdown option remains in effect even after a software reload.

NOTE

The software also contains an option to end the session with a BGP4 neighbor and thus clear the
routes learned from the neighbor. Unlike this clear option, the option for shutting down the neighbor
can be saved in the startup-config file and thus can prevent the Layer 3 Switch from establishing a
BGP4 session with the neighbor even after reloading the software.

NOTE

If you notice that a particular BGP4 neighbor never establishes a session with the Layer 3 Switch,
check the Layer 3 Switch running-config and startup-config files to see whether the configuration
contains a command that is shutting down the neighbor. The neighbor may have been shut down
previously by an administrator.

To shut down a BGP4 neighbor, enter commands such as the following.

TurboIron(config)#router bgp

TurboIron(config-bgp-router)#neighbor 10.157.22.26 shutdown

TurboIron(config-bgp-router)#write memory

Syntax: [no] neighbor <ip-addr> shutdown

The <ip-addr> parameter specifies the IP address of the neighbor.

Optional configuration tasks

The following sections describe how to perform optional BGP4 configuration tasks.

Changing the Keep Alive Time and Hold Time

The Keep Alive Time specifies how frequently the router will send KEEPALIVE messages to its BGP4
neighbors. The Hold Time specifies how long the router will wait for a KEEPALIVE or UPDATE
message from a neighbor before concluding that the neighbor is dead. When the router concludes
that a BGP4 neighbor is dead, the router ends the BGP4 session and closes the TCP connection to
the neighbor.

The default Keep Alive time is 60 seconds. The default Hold Time is 180 seconds. To change the
timers, use either of the following methods.

NOTE

Generally, you should set the Hold Time to three times the value of the Keep Alive Time.

NOTE

You can override the global Keep Alive Time and Hold Time on individual neighbors. Refer to

“Adding

BGP4 neighbors”

on page 671.

To change the Keep Alive Time to 30 and Hold Time to 90, enter the following command.

TurboIron(config-bgp-router)#timers keep-alive 30 hold-time 90

Syntax: timers keep-alive <num> hold-time <num>

Advertising