neighbor passive

Syntax

neighbor {<IP-ADDRESS>|<PEER-GROUP-NAME>} passive

no neighbor {<IP-ADDRESS>|<PEER-GROUP-NAME>} passive

Description

Makes the neighbor not initiate the TCP session. When this command is applied for the peer-group, all the neighbors associated with that peer-group will not initiate the TCP session.

The neighbor connection must be reset using clear ip bgp <NEIGHBOR-IP-ADDRESS> to allow this configuration to take effect.

The no form of this command enables the neighbor to initiate the TCP session for the specified neighbor or peer-group.

Command context

config-router

Parameters

<IP-ADDRESS>

Specifies an IP address.

<PEER-GROUP-NAME>

Specifies a peer group.

Authority

Administrators

Examples

switch(config-router)# neighbor 1.1.1.1 passive
switch(config-router)# no neighbor 1.1.1.1 passive
switch(config-router)# neighbor pg passive
switch(config-router)# no neighbor pg passive