BGP and BGP4+ Configuration

Router 1

awplus(config)#

configure terminal Enter the Global Configuration mode.

awplus(config-router)#

router bgp 100 Define the BGP4+ routing process.

The number 100 specifies the AS number of Router 1.

awplus(config-router)#

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

awplus(config-router)#

bgp graceful-restartEnable BGP4+ graceful restart support. If the restart and stale-path timers are not configured, the defaults are 90 seconds and 360 seconds, respectively.

awplus(config-router)#

neighbor 2001:db8::10:11 remote-asSpecify the neighbor’s IPv6 address (2001:db8::10:11)

200and the Autonomous System (AS) number of the neighbor (200) Router 2. Router 2 is the neighbor of Router 1.

This command defines BGP neighbor Router 2, and establishes a TCP session by specifying the global unicast IPv6 address and AS number of the neighbor.

awplus(config-router)#

address-family ipv6 unicast Exchange the IPv6 capabilities, and move from Router Configuration mode to IPv6 Address Family Configuration mode.

awplus(config-router-af)#

neighbor 2001:db8::10:11 activate

Activate the exchange of information to the peer (neighbor) with the IPv6 address (2001:db8::10:11) (Router 2). 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)#

neighbor 2001:db8::10:11 Specify the neighbor’s IPv6 address (2001:db8::10:11), capability graceful-restartfor which the graceful restart capability function is

supported. This command advertises the graceful restart capability to the peer.

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.

 

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

 

2.36

AlliedWare PlusTM Operating System - Software Version 5.4.3-2.6

C613-50032-01 REV D

Page 88
Image 88
Allied Telesis BGP4, VERSION 5.4.3-2.6 manual Neighbor 2001db81011 activate