Allied Telesis VERSION 5.4.3-2.6, BGP4 manual Validation Commands re-link to BGP commands

Models: BGP4 VERSION 5.4.3-2.6

1 350
Download 350 pages 8.81 Kb
Page 69
Image 69

BGP and BGP4+ Configuration

Router 3

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 Router 3.

awplus(config-router)#

network 192.168.10.20/24 Specify the network 192.168.10.20/24 to be advertised by the BGP4+ routing process from Router 3 to Router 2.

awplus(config-router)#

neighbor 10.10.10.30 remote-as 100 Specify the neighbor’s IPv4 address (10.10.10.30) (and Autonomous System (AS) number (100). Router 2 is a neighbor of Router 3.

awplus(config-router)#

address-family ipv4 unicast Enter the IPv6 Address Family Configuration mode from the Global Configuration mode.

awplus(config-router-af)#

neighbor 10.10.10.30 activate Activate the exchange of information to the peer (neighbor) with the IPv4 address 10.10.10.30 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)#

exit-address-familyExit IPv4 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.

Names of Commands Used

address-family (BGP and BGP4+) aggregate-address (BGP and BGP4+) exit-address-family (BGP and BGP4+) neighbor remote-as (BGP and BGP4+) network (BGP and BGP4+)

router bgp (BGP and BGP4+)

Validation Commands (re-link to BGP commands)

show ip bgp (BGP)

show ip bgp neighbors (BGP) show ip bgp summary (BGP)

 

Software Reference Supplement for SwitchBlade® x8112, x908, x900 and x610 Series Switches

 

C613-50032-01 REV D

AlliedWare PlusTM Operating System - Software Version 5.4.3-2.6

2.17

Page 69
Image 69
Allied Telesis VERSION 5.4.3-2.6 manual Validation Commands re-link to BGP commands, Router bgp BGP and BGP4+