BGP and BGP4+ Commands
Related Commands neighbor
neighbor passive (BGP and BGP4+)
Use this command to configure the local BGP or BGP4+ router to be passive with regard to the specified BGP or BGP4+ neighbor. This has the effect that the BGP or BGP4+ router will not attempt to initiate connections to this BGP or BGP4+ neighbor, but will accept incoming connection attempts from the BGP or BGP4+ neighbor.
Use the no variant of this command to disable this function.
Syntax [BGP/BGP4+] neighbor <neighborid> passive
no neighbor <neighborid> passive
Parameter Description
<neighborid> {<ip-address><ipv6-addr><peer-group>}
Mode [BGP] Router Configuration or IPv4 Address Family Configuration for a VRF instance
Mode [BGP4+] Router Configuration
Examples [BGP]
awplus# | configure terminal |
awplus(config)# | router bgp 10 |
| neighbor 10.10.0.72 passive |
awplus# | configure terminal |
awplus(config)# | router bgp 10 |
| no neighbor 10.10.0.72 passive |
| Software Reference Supplement for SwitchBlade® x8112, x908, x900 and x610 Series Switches |
|
AlliedWare PlusTM Operating System - Software Version | 3.139 |