Allied Telesis BGP4, VERSION 5.4.3-2.6 manual Neighbor 2001db8801 activate

Models: BGP4 VERSION 5.4.3-2.6

1 350
Download 350 pages 8.81 Kb
Page 82
Image 82

BGP and BGP4+ Configuration

Router 2

awplus#

configure terminal Enter the Global Configuration mode.

awplus(config)#

router bgp 300 Define the BGP4+ routing process. The number 300 specifies the AS number of Router 2.

awplus(config-router)#

bgp router-id 10.10.10.12 Configure a fixed Router ID (10.10.10.12) for the BGP4+ routing process.

awplus(config-router#

neighbor 2001:db8::80:1 remote-asDefine BGP4+ neighbor Router 1, and establish a TCP

200session by specifying the global unicast IPv6 address (2001:db8::80:1) and the AS number (200) of neighbor Router 1.

awplus(config-router)#

address-family ipv6 Enter IPv6 Address Family Configuration mode for configuring routing sessions that use IPv6 address prefixes.

awplus(config-router-af)#

neighbor 2001:db8::80:1 activate

Activate the exchange of information to the peer (neighbor) Router 1 (2001:db8::80:1) and enable the exchange of IPv6 address prefix types with this neighbor. Note that other information apart from prefixes is sent in updates. This command activates the exchange of information for the peer defined.

awplus(config-router-af)#

exit-address-familyExit IPv6 Address Family Configuration mode, and return to the Router Configuration mode.

awplus(config-router)#

exit Exit the Router Configuration mode, and return to the Global Configuration mode.

Names of Commands Used

address-family (BGP and BGP4+) bgp router-id (BGP and BGP4+) exit-address-family (BGP and BGP4+) neighbor activate (BGP and BGP4+) neighbor remote-as (BGP and BGP4+) router bgp (BGP and BGP4+)

Validation Commands

show bgp ipv6 (BGP4+)

show bgp ipv6 neighbors (BGP4+) show bgp ipv6 summary (BGP4+)

 

Software Reference Supplement for SwitchBlade® x8112, x908, x900 and x610 Series Switches

 

2.30

AlliedWare PlusTM Operating System - Software Version 5.4.3-2.6

C613-50032-01 REV D

Page 82
Image 82
Allied Telesis BGP4, VERSION 5.4.3-2.6 manual Neighbor 2001db8801 activate