Allied Telesis BGP4, VERSION 5.4.3-2.6 manual Route-map list1

Models: BGP4 VERSION 5.4.3-2.6

1 350
Download 350 pages 8.81 Kb
Page 84
Image 84

BGP and BGP4+ Configuration

awplus(config-router-map)#

exit Exit the Route-map Configuration mode and return to the Global Configuration mode.

awplus(config)#

router bgp 10 Define the routing process, where 10 is the Autonomous System (AS) number for 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#

neighbor 2001:db8::10:11 Define BGP neighbor Router 2, and establish a TCP session by remote-as 11 specifying the global unicast IPv6 address

(2001:db8::10:11) and the AS number (11) of neighbor Router 2.

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::10:11 Apply the route-map list1 to all incoming routes.

route-map list1 in

awplus(config-router-af)#

neighbor 2001:db8::10:11 Activate the neighbor Router 2 (2001:db8::10:11), and activate 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.

 

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

 

2.32

AlliedWare PlusTM Operating System - Software Version 5.4.3-2.6

C613-50032-01 REV D

Page 84
Image 84
Allied Telesis BGP4, VERSION 5.4.3-2.6 manual Route-map list1