
BGP Commands
©2008 Allied Telesis Inc. All rights reserved.
Software Version 5.2.1
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
31.55
neighbor capability graceful-restart
Use this command to configure the router to advertise the Graceful Restart Capability to the
neighbors.
Use the
no
parameter with this command to configure router so it does not advertise the
Graceful Restart Capability to its neighbor.
Syntax
neighbor
<
neighborid
>
capability graceful-restart
no neighbor
<
neighborid
>
capability graceful-restart
Default
Disabled
Mode
Router mode and Address Family [ipv4 unicast | ipv4 multicast | vpnv4 unicast] mode
Usage
This configuration only indicates BGP speaker has the ability to preserve its forwarding state for
some address family when BGP restarts.
Use the
neighbor capability graceful-restart
command to advertise to the neighbor routers
the capability of graceful restart. First specify neighbors
remote-as
identification number
assigned by the neighbor router.
■
The graceful restart capability is advertised only when the graceful restart capability has
been enabled using the
bgp graceful-restart
command.
Examples
Related Commands
bgp graceful-restart
Parameter
Description
<
neighborid
>
{
A.B.C.D
|
TAG
}
A.B.C.D
Specifies the address of the BGP neighbor in IPv4 format.
TAG
Name of an existing peer-group. For information on how to
create peer groups, refer to the
neighbor peer-group (adding
a neighbor) command on page 31.71
,
and
neighbor remote-
as command on page 31.75
. When this parameter is used
with a command, the command applies on all peers in the
specified group.
awplus#
configure terminal
awplus(config)#
router bgp 10
awplus(config-router)#
neighbor 10.10.10.50 capability graceful-
restart