Users Guide

Table Of Contents
Example
(Nondefault
VRF)
OS10(config)# router bgp 100
OS10(config-router-bgp-100)# vrf red
OS10(config-router-bgp-100-vrf)# no ibgp-ecmp-next-hop-self
Supported
Releases
10.5.2.3 or later
inherit
Configures a peer group template name that the auto-unnumbered interfaces use to inherit peer-group configuration.
Syntax
inherit {ibgp-template | ebgp-template} template-name
Parameters
ebgp-templateEnter an external BGP template to establish a BGP neighborship through this
interface.
ebgp-templateEnter an internal BGP template to establish a BGP neighborship through this
interface.
template-nameEnter the name of the template.
Default Not configured
Command Mode ROUTER-NEIGHBOR
Usage
Information
This command is available only if you use the neighbor unnumbered-auto command.
Example
OS10(config)# router bgp 100
OS10(config-router-bgp-100)# template int-bgp
OS10(config-router-template)# timers 30 90
OS10(config-router-template)# exit
OS10(config-router-bgp-100)# template ext-bgp
OS10(config-router-template)# timers 40 120
OS10(config-router-template)# exit
OS10(config-router-bgp-100)# neighbor unnumbered-auto
OS10(config-router-neighbor)# inherit ibgp-template int-bgp
OS10(config-router-neighbor)# inherit ebgp-template ext-bgp
OS10(config-router-neighbor)# no shutdown
Supported
Releases
10.5.2.0 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
848 Layer 3