Allied Telesis BGP4, VERSION 5.4.3-2.6 manual Show ip bgp BGP

Models: BGP4 VERSION 5.4.3-2.6

1 350
Download 350 pages 8.81 Kb
Page 66
Image 66

BGP and BGP4+ Configuration

Peer 2

awplus(config)#

Enter the Global Configuration mode.

configure terminal

 

 

awplus(config-router)#

Define the BGP routing process.

router bgp 200

 

The number 200 specifies the AS number of Peer 2.

 

 

awplus(config-router)#

Enable BGP graceful restart support.

bgp graceful-restart

 

 

awplus(config-router)#

Configure to invoke graceful restart when a configuration

bgp graceful-restart graceful-reset

 

change forces a peer reset.

 

 

awplus(config-router)#

Specify the neighbor’s IP address (1.1.1.1) and the AS

neighbor 1.1.1.1 remote-as 100

 

number of the neighbor (100).

 

 

awplus(config-router)#

Specify the neighbor’s IP address (1.1.1.1) for which the

neighbor 1.1.1.1 capability

graceful-restart

graceful restart capability is supported

 

 

Names of Commands Used

bgp graceful-restart (BGP and BGP4+)

bgp graceful-restartgraceful-reset (BGP and BGP4+) neighbor capability graceful-restart (BGP and BGP4+) neighbor remote-as (BGP and BGP4+)

neighbor restart-time (BGP and BGP4+) router bgp (BGP and BGP4+)

Validation 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

 

2.14

AlliedWare PlusTM Operating System - Software Version 5.4.3-2.6

C613-50032-01 REV D

Page 66
Image 66
Allied Telesis BGP4, VERSION 5.4.3-2.6 manual Show ip bgp BGP