home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

protocols bgp <asn> peer-group <name> capability graceful-restart

Advertises support for dynamic update of the graceful restart of BGP capabilities advertised and received from this peer group.

set protocols bgp asn peer-group name capability graceful-restart [ disable ]
delete protocols bgp asn peer-group name capability graceful-restart [ disable ]
show protocols bgp asn peer-group name graceful-restart

The session is brought up with minimal capability on both sides.

asn
The number for the AS in which this router resides. The number ranges from 1 through 4294967295.
name
The peer group name.

Configuration mode


protocols {
    bgp asn {
        peer-group name {
            capability {
                graceful-restart 
                graceful-restart disable
            }
        }
    }
}

Use the set form of this command to advertise support for dynamic update of a graceful restart of BGP capabilities advertised and received from this peer group.

Use the delete form of this command to remove support for dynamic update of a graceful restart of BGP capabilities advertised and received from this peer group.

Use the show form of this command to view support for dynamic update of a graceful restart of BGP capabilities advertised and received from this peer group.