BGP and BGP4+ Configuration
Configuring BGP4+ Graceful Reset
The graceful restart feature for BGP4+ session reset is used so that any changes in network configuration do not affect packet forwarding. The bgp
This example shows configuring BGP4+ graceful reset.
AS100 | AS200 |
2001:db8::119 |
|
| 2001:db8::120 |
Router 1 | Router 2 |
Router ID 192.168.10.10 | Router ID 192.168.10.11 |
| bgp4+_7 |
Router 1
awplus(config)#
configure terminal Enter the Global Configuration mode.
awplus(config-router)#
router bgp 100 Define the BGP4+ routing process. The number 100 specifies the AS number of Router 1.
awplus(config-router)#
bgp
awplus(config-router)#
bgp graceful-restart Enable BGP4+ graceful restart support.
awplus(config-router)#
bgp
awplus(config-router)#
neighbor 2001:db8::120
200and the AS number of the neighbor (200).
Software Reference Supplement for SwitchBlade® x8112, x908, x900 and x610 Series Switches
AlliedWare PlusTM Operating System - Software Version | 2.43 |