Allied Telesis VERSION 5.4.3-2.6, BGP4 manual Awplusconfig-router#neighbor 10.10.0.73 remote-as

Models: BGP4 VERSION 5.4.3-2.6

1 350
Download 350 pages 8.81 Kb
Page 251
Image 251

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 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.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

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

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

 

C613-50032-01 REV D

AlliedWare PlusTM Operating System - Software Version 5.4.3-2.6

3.153

Page 251
Image 251
Allied Telesis VERSION 5.4.3-2.6, BGP4 manual Awplusconfig-router#neighbor 10.10.0.73 remote-as, Neighbor group1 remote-as