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.22 AlliedWare Plus
TM
Operating System - Software Version 5.4.3-2.6 C613-50032-01 REV D
Router 31
Names of Commands Used
address-family (BGP and BGP4+)
exit-address-family (BGP and BGP4+)
neighbor activate (BGP and BGP4+)
neighbor remote-as (BGP and BGP4+)
neighbor weight (BGP and BGP4+)
router bgp (BGP and BGP4+)
Validation Commands
show ip bgp (BGP)
show ip bgp neighbors (BGP)
show ip bgp summary (BGP)
awplus(config)#
configure terminal
Enter the Global Configuration mode.
awplus(config-router)#
router bgp 300
Define the BGP routing process. The number 300
specifies the AS number of Router 3.
awplus(config-router)#
address-family ipv4 unicast
Enter the IPv4 Address Family Configuration mode from
the Global Configuration mode.
awplus(config-router-af)#
neighbor 2001:db8::115 remote-as
200
Specify the neighbor’s IPv6 address (2001:db8::115)
and Autonomous System (AS) number (200). Router 2 is
the neighbor of Router 1.
awplus(config-router-af)#
neighbor 2001:db8::115 activate
Activate the exchange of information to the peer
(neighbor) with the IPv6 address 2001:db8::115 for
Router 2 in IPv6 Address Family Configuration mode.
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-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.