Users Guide

Table Of Contents
remote-as
Adds a remote AS to the specified BGP neighbor or peer group.
Syntax
remote-as as-number
Parameters as-number Specify AS number ranging from 1 to 65535 for 2 byte or 1 to 4294967295 for 4 byte.
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.
Layer 3 679