Alcatel-Lucent 6850-48 参照ガイド

ページ / 3444
BGP Commands
OmniSwitch CLI Reference Guide
September 2009
page 44-79
ip bgp neighbor remove-private-as
Enables or disables the stripping of private autonomous system numbers from the AS path of routes 
destined to this peer.
ip bgp neighbor ip_address remove-private-as
no ip bgp neighbor ip_address remove-private-as
Syntax Definitions
ip_address
32-bit IP address of the BGP peer. 
Defaults
This command is disabled by default.
Platforms Supported
OmniSwitch 6850, 6855, 9000, 9000E
Usage Guidelines
• Use the no form of this command to disable stripping of private AS numbers.
• By default all AS numbers in the AS path are passed to peers. Enabling his command strips any private 
AS numbers in the AS path before sending updates to this peer. AS numbers in the range 64512 to 
65535 are considered private ASs; they intended for internal use within an organization (such as an 
enterprise network), but they are not intended for use on public networks (such as the Internet).
• This command has no effect if you are not using ASs in the range 64512 to 65535.
• The BGP peer is restarted after issuing this command.
Examples
-> ip bgp neighbor 172.22.2.115 remove-private-as
-> no ip bgp neighbor 172.22.2.115 remove-private-as
Release History
Release 6.1; command was introduced.
Related Commands
MIB Objects
alaBgpPeerTable
alaBgpPeerAddr
alaBgpPeerRemovePrivateAs
Configures the AS number for this peer.