Chapter 50
| IP Routing Commands
Border Gateway Protocol (BGPv4)
– 1125 –
Command Mode
Router Configuration
Default Setting
Disabled
Example
Console(config-router)#neighbor 10.1.1.64 override-capability
Console(config-router)#
neighbor passive This command passively forms a connection with the specified neighbor, not
sending a TCP connection request, but waiting a connection request from the
specified neighbor. Use the no form to disable this feature.
Syntax
[no] neighbor {ip-address | group-name} passive
ip-address – IP address of a neighbor.
group-name – A BGP peer group containing a list of neighboring routers
configured with the neighbor peer-group command.
Command Mode
Router Configuration
Default Setting
Disabled
Command Usage
This command configures the local router so that it remains in Active state, waiting
for an inbound connection request from a neighbor, and not initiating any
outbound connections with the neighbor via an Open message.
Example
Console(config-router)#neighbor 10.1.1.64 passive
Console(config-router)#