Users Guide

Table Of Contents
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
OS10(config-router-bgp-100)# neighbor interface ethernet 1/1/1
OS10(config-router-neighbor)# inherit template Group inherit-type ebgp
OS10(config-router-neighbor)# no shutdown
Supported
Releases
10.2.0E or later
listen
Enables peer listening and sets the prefix range for dynamic peers.
Syntax
listen ip-address [limit count]
Parameters
ip-addressEnter the BGP neighbor IP address.
limit count(Optional) Enter a maximum dynamic peer count, from 1 to 4294967295.
Default Not configured
Command Mode ROUTER-TEMPLATE
Usage
Information
Enables a passive peering session for listening. The no version of this command disables a passive peering
session.
Example
OS10(conf-router-template)# listen 1.1.0.0/16 limit 4
Supported
Releases
10.2.0E or later
Layer 3 675