Users Guide

Table Of Contents
Layer 3 Routing Commands 1331
Command History
Introduced in version 6.3.0.1 firmware.
Example
console(config)# router bgp 65000
console(config-router)# neighbor 172.20.1.2 remote-as 65001
console(config-router)# neighbor 172.20.1.2 allowas-in 1
console(config-router)# neighbor 2001::2 remote-as 65003
console(config-router)# neighbor 2001::2 allowas-in 3
neighbor connect-retry-interval
Use this command in to configure the initial connection retry time for a
specific neighbor.
Syntax
neighbor {
ip-address
|
ipv6-address
[ interface
interface-id
] | autodetect
interface
interface-id
} connect-retry-interval
retry-time
no neighbor {
ip-address
|
ipv6-address
[ interface
interface-id
] | autodetect
interface
interface-id
} connect-retry-interval
ip-address
—The neighbor’s IPv4 address.
ipv6-address
—The neighbor’s IPv6 address. If the neighbor’s IPv6 address
is a link local address, the local interface must also be specified. The
interface must be a VLAN routed interface.
interface
interface-id
—A routing interface identifier (VLAN identifier).
autodetect interface
interface-id
—The routing interface on which the
neighbor’s link local IPv6 address is auto detected. The interface must be a
VLAN routed interface.
retry-time
—The number of seconds to wait before attempting to establish
a TCP connection with a neighbor after a previous attempt failed.
Default Configuration
The default value is 2 seconds.
Command Mode
BGP Router Configuration mode