Specifications

660 ExtremeWare XOS 10.1 Command Reference Guide
BGP Commands
enable bgp neighbor
enable bgp neighbor [<remoteaddr> | all]
Description
Enables the BGP session. The neighbor must be created before the BGP neighbor session can be enabled.
Syntax Description
Default
Disabled.
Usage Guidelines
To create a new neighbor and add it to a BGP peer group, use the following command:
create bgp neighbor <remoteaddr> peer-group <peer-group-name> {multi-hop}
Example
The following command enables the BGP neighbor session:
enable bgp neighbor 192.168.1.17
remoteaddr Specifies an IP address of a BGP neighbor.
all Specifies all neighbors.