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.23
BGP4+ Configurations
Enabling iBGP Peering using a Global Address
This example shows the minimum configuration required for enabling iBGP on a VLAN
interface. Router 1 and Router 2 are BGP4+ Peers in in the same Autonomous System
(AS), 200, connected to network 2001:db8::/48. First, specify an IPv6 global address,
then define the AS number for the routers. Next, configure a Router ID, then define BGP4+
neighbors to start exchanging routing updates.
Router 1
bgp4+_1
Router ID 10.10.10.1 Router ID 10.10.10.2
Router 1
2001:db8::10/48
Router 2
2001:db8::11/48
vlan1 vlan1
AS200
awplus#
configure terminal
Enter the Global Configuration mode.
awplus(config)#
interface vlan1
Specify the interface (vlan1) to configure an IPv6 global address.
awplus(config-if)#
ipv6 address 2001:db8::10/48
Specify the IPv6 global address 2001:db8::10/48 on interface
vlan1.
awplus(config-if)#
exit
Leave Interface Configuration mode and enter Global
Configuration mode.
awplus(config)#
router bgp 200
Define the BGP4+ routing process. The number 200 specifies the
AS number of Router 1.
awplus(config-router)#
bgp router-id 10.10.10.1
Configure a fixed Router ID (10.10.10.1) for the BGP4+ routing
process.