D-Link DXS-3600-32S 24-port Top Of Rack 10 Gigabit Managed Switch With Expansion Slot

User Manual - Page 118

For DXS-3600-32S.

PDF File Manual, 695 pages, Read Online | Download pdf file

DXS-3600-32S photo
Loading ...
Loading ...
Loading ...
DXS-3600 Series 10GbE Layer 2/3 Switch CLI Reference Guide
110
7-59 neighbor timers
This command is used to set the timers for a specific BGP peer or a peer group. Use the no form of this command to
return to the default value of the global setting.
neighbor {IP-ADDRESS | PEER-GROUP-NAME} timers KEEP-ALIVE HOLD-TIME
no neighbor {IP-ADDRESS | PEER-GROUP-NAME} timers
Parameters
7-60 neighbor unsuppress-map
This command is used to selectively advertise routes previously suppressed by the aggregate-address command. Use
the no form of this command to remove the route map.
neighbor {IP-ADDRESS | PEER-GROUP-NAME} unsuppress-map MAP-NAME
no neighbor {IP-ADDRESS | PEER-GROUP-NAME} unsuppress-map
IP-ADDRESS Specifies the IP address of the BGP peer.
PEER-GROUP-NAME Specifies the name of a Border Gateway Protocol (BGP) peer group. The maximum
length is 16 characters.
KEEP-ALIVE Specifies the frequency (in seconds) with which the software sends keepalive
messages to its peer. The default is 60 seconds. The range is from 0 to 65535.
HOLD-TIME Specifies the interval (in seconds) after not receiving a keepalive message that the
software declares a peer dead. The default is 180 seconds. The range is from 0 to
65535.
Default
KEEPALIVE: 60 seconds
HOLDTIME: 180 seconds
Command Mode
Router Configuration Mode.
Address Family Configuration Mode (VRF).
Command Default Level
Level: 8. (EI Mode Only Command)
Usage Guideline
KEEP-ALIVE specifies the interval at which a keepalive message is sent to its peers.
The system will declare a peer as dead if not receiving a keepalive message until the
hold time.
If the holdtime is zero, the hold time will never expire. If the keepalive is set to zero,
the keepalive message will never be sent out
It is recommended that the holdtime value is three times than the keepalive timer.
The timers configured for a specific neighbor or peer group override the timers
configured for all BGP neighbors using the timers bgp command.
Use the show ip bgp neighbors or show ip bgp peer-group command to verify
your settings.
Example
This example shows how to configure the KEEP-ALIVE timer to 120 seconds and
HOLDTIME timer to 360 seconds for the neighbor 172.16.10.10
DXS-3600-32S#configure terminal
DXS-3600-32S(config)#router bgp 10
DXS-3600-32S(config-router)#neighbor 172.16.10.10 remote-as 65300
DXS-3600-32S(config-router)#neighbor 172.16.10.10 timers 120 360
DXS-3600-32S(config-router)#
Loading ...
Loading ...
Loading ...