System information

BSR 64000 Configuration and Management Guide
12-6
n is the Autonomous System (AS) to which the neighbor belongs; valid
values are 1 to 65535.
3. To add an entry to the BGP neighbor table, use the neighbor remote-as
command in Router BGP Configuration mode, as shown below. The BGP
neighbor table identifies a router as a BGP peer and maps its IP address to a
specific AS.
MOT(config-bgp)#neighbor {ip-address | peer-group} remote-as number
where:
ip-address is the neighbor IP address.
peer-group is the name of the BGP peer group.
number is the AS to which the neighbor belongs.
4. To associate a textual description with a BGP neighbor, use the neighbor
description command in Router BGP Configuration mode, as shown below. <>
MOT(config-bgp)#neighbor {<ip-address> | <name>} description text
where:
ip-address is the IP address of the neighbor.
name is the name of the BGP peer group.
text is up to 80 characters of text that describes the neighbor.
Example
The following commands configure Routers Miami with Routers Chicago, Boston,
and New York as neighbors (as shown in Figure 12-2):
MOT(config-bgp)#router bgp 100
MOT(config-bgp)#neighbor 172.30.20.2 remote-as 100
MOT(config-bgp)#neighbor 172.30.20.2 description peer_New York
MOT(config-bgp)#neighbor 172.40.20.2 remote-as 100
MOT(config-bgp)#neighbor 172.40.20.2 description peer_Chicago
MOT(config-bgp)#neighbor 192.50.30.2 remote-as 300
MOT(config-bgp)#neighbor 192.50.30.2 description peer_Boston
MOT(config-bgp)#network 120.20.0.0