Allied Telesis VERSION 5.4.3-2.6, BGP4 manual Configuring BGP Graceful Reset

Models: BGP4 VERSION 5.4.3-2.6

1 350
Download 350 pages 8.81 Kb
Page 65
Image 65

BGP and BGP4+ Configuration

Configuring BGP Graceful Reset

The graceful restart feature for BGP session reset is used so that any changes in network configuration do not affect packet forwarding. The bgp graceful-restartgraceful-reset (BGP and BGP4+) command on page 3.33 invokes graceful restart only when a configuration change forces a peer reset.

This example shows configuring BGP graceful reset.

AS100

AS200

1.1.1.1

1.1.1.2

Peer 1

Peer 2

 

bgp_7

Peer 1

awplus(config)#

configure terminal Enter the Global Configuration mode.

awplus(config-router)#

router bgp 100 Define the BGP routing process. The number 100 specifies the AS number of Peer 1.

awplus(config-router)#

bgp graceful-restartEnable BGP graceful restart support.

awplus(config-router)#

bgp graceful-restartgraceful-resetConfigure to invoke graceful restart when a configuration change forces a peer reset.

awplus(config-router)#

neighbor 1.1.1.2 remote-as 200 Specify the neighbor’s IP address (1.1.1.2) and the AS number of the neighbor (200).

awplus(config-router)#

neighbor 1.1.1.2 capability Specify the neighbor’s IP address (1.1.1.2) for which the

graceful-restartgraceful restart capability is supported.

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.13

Page 65
Image 65
Allied Telesis VERSION 5.4.3-2.6, BGP4 manual Configuring BGP Graceful Reset