neighbor remove-private-AS
Syntax
neighbor {<IP-ADDRESS>|<PEER-GROUP-NAME>} remove-private-AS
no neighbor {<IP-ADDRESS>|<PEER-GROUP-NAME>} remove-private-AS
Description
Forces the BGP neighbor to drop the private AS numbers. When the outbound update contains a sequence of private AS numbers, this sequence is dropped. If the command is configured for peer-group, then all the neighbors that are part of peer-group will remove the private-AS before sending the BGP update message.
The
no
form of this command allows the private-AS number to be carried in BGP update message.
The neighbor connection must be reset using
clear ip bgp neighbor-ip-address
to allow this configuration to take effect.
Command context
config-router
Parameters
<IP-ADDRESS>
Specifies an IP address.
<PEER-GROUP-NAME>
Specifies a peer group.
Authority
Administrators
Examples
switch(config-router)# neighbor 1.1.1.1 remove-private-AS switch(config-router)# no neighbor 1.1.1.1 remove-private-AS
switch(config-router)# neighbor PG remove-private-AS switch(config-router)# no neighbor PG remove-private-AS