Users Guide

Table Of Contents
2. From the ROUTER BGP mode, enter the ROUTER BGP VRF mode using the vrf vrf-name
command.
Example
OS10(conf-router-bgp-10)# fast-external-fallover
Supported
Releases
10.3.0E or later
graceful-restart
Enables graceful or hitless restart and configures the required parameters for the restart process.
Syntax
graceful-restart role receiver-only
Parameters
role Sets the restart role of the local router
receiver-only Local router supports graceful restart as a receiver only
Defaults Disabled
Command Mode ROUTER BGP
Usage
Information
When you enable graceful restart on a node, its BGP neighbor acts as a helper by not dropping the
sessions and maintaining the route information so that the traffic is not disturbed. The no version of this
command disables graceful-restart helper mode.
NOTE: To configure these settings for a non-default VRF instance, you must first enter ROUTER-
CONFIG-VRF sub mode using the following commands:
1. Enter the ROUTER BGP mode using the router bgp as-number command.
2. From the ROUTER BGP mode, enter the ROUTER BGP VRF mode using the vrf vrf-name
command.
Example
OS10(conf-router-bgp-10)# graceful-restart role receiver-only
Supported
Releases
10.3.0E or later
inherit template
Configures a peer group template name that the neighbors use to inherit peer-group configuration.
Syntax
inherit template template-name [inherit-type {ibgp | ebgp}]
Parameters
template-name Enter a template name. A maximum of 16 characters.
inherit-type {ibgp | ebgp} To associate a template to an unnumbered peer, specify the
inherit-type. The options are ibgp and ebgp.
Default Not configured
Command Mode ROUTER-NEIGHBOR
Usage
Information
When network neighbors inherit a template, all that are enabled on the template are also supported on the
neighbors. The no version of this command disables the peer group template configuration.
Example
OS10(config)# router bgp 100
OS10(config-router-bgp-100)# template Group
OS10(config-router-template)# weight 100
OS10(config-router-template)# exit
OS10(config)# interface ethernet 1/1/1
OS10(conf-if-eth1/1/1)# no switchport
OS10(conf-if-eth1/1/1)# exit
OS10(config)# router bgp 100
672 Layer 3