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.11
Configuring BGP Authentication
BGP authentication allows users to receive selected routing information, enhancing
security of their network traffic. When BGP authentication is enabled on a peer, the peer
verifies routing packet it receives by exchanging a password that is configured on both
the sending and the receiving peers.
In this example, both Peer 1 and Peer 2 have manager as the password.
Configure the same password on all routers that are to communicate using BGP in a
network.
Peer 1
Peer 2
bgp_6
Peer 1
10.10.10.10
Peer 2
10.10.10.11
AS200 AS300
awplus(config)#
configure terminal
Enter the Global Configuration mode.
awplus(config-router)#
router bgp 200
Define the BGP routing process. The number 200
specifies the AS number of Peer 1.
awplus(config-router)#
neighbor 10.10.10.11 remote-as 200
Define BGP neighbors and establish a TCP session.
10.10.10.11 is the IP address of the neighbor (Peer 2)
and 200 is the neighbor’s AS number.
awplus(config-router)#
neighbor 10.10.10.11 password 1
manager
Specify the encryption type and the password.
awplus(config)#
configure terminal
Enter the Global Configuration mode.
awplus(config-router)#
router bgp 200
Define the BGP routing process.
The number 200 specifies the AS number of Peer 2.
awplus(config-router)#
neighbor 10.10.10.10 remote-as 200
Define BGP neighbors and establish a TCP session.
10.10.10.10 is the IP address of the neighbor (Peer 1)
and 200 is the neighbor’s AS number.
awplus(config-router)#
neighbor 10.10.10.10 password 1
manager
Specify the encryption type and the password.