Reference Guide

Table Of Contents
Defaults None
Command Modes
CONFIG-ROUTER-NEIGHBOR
CONFIG-ROUTER-TEMPLATE
Usage
Information
The no version of this command deletes the remote AS.
Example
OS10(config)# router bgp 300
OS10(config-router-bgp-300)# template ebgppg
OS10(config-router-template)# remote-as 100
Supported
Releases
10.4.1.0 or later
remove-private-as
Removes private AS numbers from receiving outgoing updates.
Syntax
remove-private-as
Parameters None
Defaults Disabled
Command Mode
CONFIG-ROUTER-NEIGHBOR
CONFIG-ROUTER-TEMPLATE
Usage
Information
None
Example
OS10(config)# router bgp 300
OS10(config-router-bgp-300)# template ebgppg
OS10(config-router-template)# remove-private-as
Supported
Releases
10.4.1.0 or later
route-map
Applies an established route-map to either incoming or outbound routes of a BGP neighbor or peer group.
Syntax
route-map route-map-name {in | out}
Parameters
route-map-name Enter the name of the configured route-map.
in attaches the route-map as the inbound policy
out attaches the route-map as the outbound policy
Defaults None
Command Modes
ROUTER-BGP-TEMPLATE-AF
Usage
Information
The no version of this command deletes the route-map.
Example
OS10(conf-router-neighbor)# address-family ipv4 unicast
OS10(conf-router-bgp-neighbor-af)# route-map bgproutemap in
OS10(conf-router-template)# address-family ipv4 unicast
OS10(conf-router-bgp-template-af)# route-map bgproutemap in
Layer 3 325