Allied Telesis VERSION 5.4.3-2.6 Switch User Manual


 
BGP and BGP4+ Commands
Software Reference Supplement for SwitchBlade® x8112, x908, x900 and x610 Series Switches
C613-50032-01 REV D AlliedWare Plus
TM
Operating System - Software Version 5.4.3-2.6 3.153
Usage [BGP/BGP4+] This command is used to configure iBGP and eBGP peering relationships with other BGP
or BGP4+ neighbors. A peer-group support of this command is configured only after
creating a specific peer-group. Use the no variant of this command to remove a previously
configured BGP peering relationship.
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.73 with another router:
To remove a configured BGP peering relationship from the neighbor with the IPv4 address
10.10.0.73 from another router:
To configure a BGP peering relationship from the neighbor with the peer group named
group1 with another router:
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)#
neighbor 10.10.0.73 remote-as 10
awplus#
configure terminal
awplus(config)#
router bgp 10
awplus(config-router)#
no neighbor 10.10.0.73 remote-as 10
awplus#
configure terminal
awplus(config)#
router bgp 10
awplus(config-router)#
neighbor group1 peer-group
awplus(config-router)#
neighbor 10.10.10.1 remote-as 10
awplus(config-router)#
neighbor 10.10.10.1 peer-group group1
awplus(config-router)#
neighbor group1 remote-as 10
awplus#
configure terminal
awplus(config)#
router bgp 10
awplus(config-router)#
no neighbor group1 remote-as 10