Allied Telesis BGP4 Neighbor 10.10.10.40 remote-as, Address-family ipv4 unicast, Summary-only

Models: BGP4 VERSION 5.4.3-2.6

1 350
Download 350 pages 8.81 Kb
Page 68
Image 68

BGP and BGP4+ Configuration

Router 2

awplus(config)#

Enter the Global Configuration mode.

configure terminal

 

 

awplus(config-router)#

Define the BGP routing process. The number 100

router bgp 100

 

specifies the AS number of Router 2.

 

 

awplus(config-router)#

Specify the neighbor’s IPv4 address (10.10.10.40) and

neighbor 10.10.10.40 remote-as 200

 

Autonomous System (AS) number (200). Router 3 is a

 

neighbor of Router 2.

 

 

awplus(config-router)#

Specify the neighbor’s IPv4 address (10.10.10.10)

neighbor 10.10.10.10 remote-as 100

 

(and Autonomous System (AS) number (100). Router 1 is

 

a neighbor of Router 2.

 

 

awplus(config-router)#

Enter the IPv4 Address Family Configuration mode from

address-family ipv4 unicast

 

the Global Configuration mode.

 

 

awplus(config-router-af)#

Configure an IPv4 non-AS-set aggregate route on Router

aggregate-address 172.31.10.10/24

summary-only

2. Note that the local distance gets applied to this route.

 

 

awplus(config-router-af)#

Activate the exchange of information to the peer

neighbor 10.10.10.10 activate

 

(neighbor) with the IPv4 address 10.10.10.10 (Router

 

1). 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)#

Activate the exchange of information to the peer

neighbor 10.10.10.40 activate

 

(neighbor) with the IPv4 address 10.10.10.40 (Router

 

3). 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)#

Configure the administrative distance for external,

distance 12 13 11

 

internal, and local routes received in IPv6 Address Family

 

Configuration mode.

 

 

awplus(config-router-af)#

Exit IPv4 Address Family Configuration mode, and return

exit-address-family

 

to the Router Configuration mode.

 

 

awplus(config-router)#

Exit the Router Configuration mode, and return to the

exit

 

Global Configuration mode.

 

 

 

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

 

2.16

AlliedWare PlusTM Operating System - Software Version 5.4.3-2.6

C613-50032-01 REV D

Page 68
Image 68
Allied Telesis BGP4 Neighbor 10.10.10.40 remote-as, Address-family ipv4 unicast, Aggregate-address 172.31.10.10/24, Exit