
BGP and BGP4+ Configuration
Router 3
awplus(config)#
configure terminal Enter the Global Configuration mode.
awplus(config-router)#
router bgp 200 Define the BGP4+ routing process. The number 100 specifies the AS number of Router 3.
awplus(config-router)#
network 2001:db8:99::/64 Specify the network 2001:db8:99::/64 to be advertised by the BGP4+ routing process from Router 3 to Router 2.
awplus(config-router)#
neighbor 2001:db8::114
100(2001:db8::114) (and Autonomous System (AS) number (100). Router 2 is a neighbor of Router 3. This command defines BGP4+ neighbor Router 2, and establishes a TCP session by specifying the global unicast IPv6 address and the AS number of the neighbor.
awplus(config-router)#
awplus(config-router-af)#
neighbor 2001:db8::114 activate
Activate the exchange of information to the peer (neighbor) with the global unicast IPv6 address 2001:db::114 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)#
awplus(config-router)#
exit Exit the Router Configuration mode, and return to the Global Configuration mode.
Names of Commands Used
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.42 | AlliedWare PlusTM Operating System - Software Version |