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
C613-50032-01 REV D AlliedWare Plus
TM
Operating System - Software Version 5.4.3-2.6 2.27
Router 2
awplus(config-router#
neighbor fe80::2 interface
vlan1
Specify a link-local neighbor, and configure the interface name of
the neighbor (fe80::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 fe80:2 activate
Activate the exchange of information to the peer (neighbor)
Router 2 (fe80::2) and 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-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#
configure terminal
Enter the Global Configuration mode.
awplus(config)#
router bgp 200
Define the BGP4+ routing process. The number 200
specifies the AS number of Router 2.
awplus(config-router)#
bgp router-id 10.10.10.12
Configure a fixed Router ID (10.10.10.12) for the
BGP4+ routing process.
awplus(config-router#
neighbor fe80::1 remote-as 200
Define BGP4+ neighbor Router 1, and establish a TCP
session by specifying the link-local IPv6 address
(fe80::1) and the AS number (200) of neighbor Router
1.