Chapter 50
| IP Routing Commands
Border Gateway Protocol (BGPv4)
– 1108 –
Example
Console(config-router)#neighbor 10.1.1.64 password frost
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)#
neighbor peer-group
(Creating)
This command configures a router peer group which can be easily configured with
the same attributes. Use the no form to remove a peer group.
Syntax
[no] neighbor group-name peer-group
group-name – A BGP peer group. (Range: 1-256 characters)
Command Mode
Router Configuration
Default Setting
No peer groups are defined.