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> address-family ipv6-unicast capability graceful-restart

Enables or disables the graceful restart capability for the specified BGP peer group of an IPv6 unicast address family.

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

Disabled.

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

Configuration mode


protocols {
    bgp asn {
        peer-group name {
            address-family {
                ipv6-unicast {
                    capability
                        graceful-restart {
                            disable
                        }
                    }
                }
            }
        }
    }

When a neighbor is a member of a peer group, graceful restart cannot be configured on the neighbor level. A graceful restart configured at the neighbor level or the peer-group level, will override the global-level graceful restart configuration.

Use the set form of this command to enable the graceful restart capability for the specified BGP peer group of an IPv6 unicast address family.

Use the delete form of this command to disable the graceful restart capability for the specified BGP peer group of an IPv6 unicast address family.

Use the show form of this command to display the graceful restart capability for the specified BGP peer group of an IPv6 unicast address family.