Allied Telesis VERSION 5.4.3-2.6 Switch User Manual


 
BGP and BGP4+ Configuration
Software Reference Supplement for SwitchBlade® x8112, x908, x900 and x610 Series Switches
2.44 AlliedWare Plus
TM
Operating System - Software Version 5.4.3-2.6 C613-50032-01 REV D
Router 2
awplus(config-router)#
address-family ipv6 unicast
Enter the IPv6 Address Family Configuration mode from
the Global Configuration mode.
awplus(config-router-af)#
neighbor 2001:db8::120 activate
Activate the exchange of information to the peer
(neighbor) with the IPv6 address 2001:db::120 for
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::120 capability
graceful-restart
Specify the neighbor’s global unicast IPv6 address
(2001:db::120) for which the graceful restart
capability is supported. This command advertises the
graceful restart capability to the peer.
awplus(config-router-af)#
exit-address-family
Exit 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.
awplus(config)#
configure terminal
Enter the Global Configuration mode.
awplus(config-router)#
router bgp 200
Define the BGP4+ routing process.
The number 200 specifies the AS number of Router 2.
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-restart
Enable BGP4+ graceful restart support.
awplus(config-router)#
bgp graceful-restart graceful-reset
Configure to invoke graceful restart when a configuration
change forces a peer reset.
awplus(config-router)#
neighbor 2001:db8::119 remote-as
100
Specify the neighbor’s IPv6 address (2001:db::119)
and the AS number of the neighbor (100).