BGP and BGP4+ Commands
neighbor interface (BGP4+)
Use this command to configure the interface name of a BGP4+ speaking neighbor.
Use the no variant of this command to disable this function.
Syntax [BGP4+] neighbor
no neighbor
Parameter Description
<ipaddress> Specifies the IPv4 address of the BGP neighbor - entered in dotted decimal notation in the format A.B.C.D.
<interface> Specifies the interface name of BGP neighbor, e.g. vlan2.
Mode [BGP4+] Router Configuration
Usage [BGP4+] This command is for use with BGP4+ peering. Use this command for BGP peering with IPv6 link local addresses.
Examples [BGP4+]
awplus# | configure terminal |
awplus(config)# | router bgp 10 |
| neighbor 10.10.0.72 interface vlan2 |
awplus# | configure terminal |
awplus(config)# | router bgp 10 |
| no neighbor 10.10.0.72 interface vlan2 |
awplus# | configure terminal |
awplus(config)# | router bgp 10 |
| neighbor 2001:0db8:010d::1 interface |
| vlan2 |
awplus# | configure terminal |
awplus(config)# | router bgp 10 |
| no neighbor 2001:0db8:010d::1 |
| interface vlan2 |
| Software Reference Supplement for SwitchBlade® x8112, x908, x900 and x610 Series Switches |
|
3.128 | AlliedWare PlusTM Operating System - Software Version |