D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
130
config bgp neighbor timer
messages to its peer.
The valid value is from 0 to 65535.
If this value is set to zero, the update or withdrawn message will be sent immediately.
The default value for IBGP peers is 5 seconds and for EBGP peers it is 30 seconds.
When specified to default, the neighbor specific advertisement interval setting will be returned
to the default setting.
holdtime - The system will declare a peer as dead if not receiving a keepalive message until
the hold time.
If two routers, that built a BGP connection, have different hold times, the smaller hold time
will be used.
The valid value is from 0 to 65535.
If the holdtime is zero, then the holdtime will never expire.
It is recommended that the holdtime value is three times that of the keepalive timer. By
default, the timer is not specified. This neighbor specific setting will follow the global setting.
keepalive - This specifies the interval at which a keepalive message is sent to its peers.
If the two routers, that build a BGP connection, have different keepalive timers, the smaller
keepalive timer will be unset. The valid value is from 0 to 65535.
If the keepalive is set to zero, then the keepalive message will not be sent out. By default, the
timer is not specified. This neighbor specific setting will follow the global setting.
default_keepalive_holdtime - Clear the specification of the neighbor specific holdtime and
keepalive setting.
as_origination_interval - The minimum interval between the sending AS origination routing
updates. The valid value is from 1 to 600. The default setting is 15 seconds.
connect - The minimum interval BGP sends TCP connect requests to the peer after a TCP
connection fail happens. The valid value is from 1 to 65535. The default setting is 120
seconds.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure the advertisement interval to 20 seconds:
DGS-3627:admin# config bgp neighbor timer peer_group Campus advertisement_interval 20
Command: config bgp neighbor timer peer_group Campus advertisement_interval 20
Success.
DGS-3627:admin#
config bgp neighbor route_reflector_client
Purpose This command is used to configure the BGP’s neighbor of the route reflector client.
Syntax
config bgp neighbor route_reflector_client [<ipaddr> | peer_group <peer_group_name
16>] state [enable | disable]
Description When the route reflector client is defined and the router reflection is enabled, the BGP router
will act as the route reflector. The reflector and its client form a cluster. In a cluster, all the
members must be an iBGP connection with the reflector and vice versa. The reflector is the
representative of the cluster. For the reflector, the iBGP connection is established by the
create bgp neighbor command and the corresponding neighbor must be specified as the
client by this command. For the client, the iBGP connection is established by the create bgp