Neighbor Timers - D-Link DXS-3600 Series Cli Reference Manual

Layer 2/3 managed 10gigabit
Hide thumbs Also See for DXS-3600 Series:
Table of Contents

Advertisement

DXS-3600 Series Layer 3 Managed 10Gigabit Ethernet Switch CLI Reference Guide
Parameters
IP-ADDRESS
PEER-GROUP-NAME
SECONDS
Default
By default, this value is 120 seconds.
Command Mode
Router Configuration Mode.
Address Family Configuration (VRF) Mode.
Command Default Level
Level: 12.
Usage Guideline
If the TCP connection to the neighbor fails, BGP will try another TCP connection to the neighbor after the
TCP reconnect time. This command is used to configure the time interval of the TCP reconnect time.
Example
This example shows how to set the connect time of 14.1.1.52 to 90 seconds.
Switch# configure terminal
Switch(config)# router bgp 65100
Switch(config-router)# neighbor 14.1.1.52 tcp-reconnect 90
Switch(config-router)#
11-60

neighbor timers

This command is used to configure the BGP timers for a specific BGP peer or a peer group. Use the no
form of this command to remove the timers setting.
neighbor {IP-ADDRESS | PEER-GROUP-NAME} timers KEEP-ALIVE HOLD-TIME
no neighbor {IP-ADDRESS | PEER-GROUP-NAME} timers
Parameters
IP-ADDRESS
PEER-GROUP-NAME
KEEP-ALIVE
HOLD-TIME
Default
KEEPALIVE: 60 seconds.
Specifies the IP address of the neighbor.
Specifies the name of a BGP peer group.
Specifies the minimum interval value that BGP tries another TCP
connection. This value must be between 1 and 65535 seconds.
Specifies the IP address of the neighbor peer.
Specifies the name of the BGP peer group.
Specifies the time interval for sending keep-alive messages to the
specified peer. The range is from 0 to 65535.
Specifies the time interval to declare a pear dead if the keep-alive
messages is timeout. The range is from 0 to 65535.
199

Advertisement

Table of Contents
loading

Table of Contents