
BGP and BGP4+ Commands
Usage [BGP/BGP4+] This command is used to configure iBGP and eBGP peering relationships with other BGP or BGP4+ neighbors. A
The vrf and global parameters are used to create internal 'loopback' BGP connections within the device between two VRF instances. This is used to leak BGP routes between a named VRF instance and the global routing instance. This requires BGP neighbors to be configured in both the global routing instance and in the named VRF instance.
Examples [BGP] To configure a BGP peering relationship from the neighbor with the IPv4 address
10.10.0.73with another router:
awplus# configure terminal
awplus(config)# router bgp 10
awplus(config-router)# neighbor 10.10.0.73 remote-as 10
To remove a configured BGP peering relationship from the neighbor with the IPv4 address
10.10.0.73from another router:
awplus# configure terminal
awplus(config)# router bgp 10
awplus(config-router)# no neighbor 10.10.0.73 remote-as 10
To configure a BGP peering relationship from the neighbor with the peer group named group1 with another router:
awplus# | configure terminal |
awplus(config)# | router bgp 10 |
| neighbor group1 |
| neighbor 10.10.10.1 |
| neighbor 10.10.10.1 |
| neighbor group1 |
To remove a configured BGP peering relationship from the neighbor with the peer group named group1 with another router:
awplus# configure terminal
awplus(config)# router bgp 10
awplus(config-router)# no neighbor group1 remote-as 10
| Software Reference Supplement for SwitchBlade® x8112, x908, x900 and x610 Series Switches |
|
AlliedWare PlusTM Operating System - Software Version | 3.153 |