
210
Switch(config-router)#redistribute static
Switch(config-router)neighbor 10.1.1.66 prefix-list prw out
1.8.3.60 neighbor remote-as
Command: neighbor {<ip-address>|<TAG>} remote-as <as-id>
no neighbor {<ip-address>|<TAG>} [remote-as <as-id>]
Function:
Configure the BGP neighbor. The “
no neighbor {<ip-address>|<TAG>} [remote-as
<as-id>]
” command is used for deleting BGP neighbors.
Parameter: <ip-address>
: Neighbor IP address
<TAG>
: Name of peer group
<as-id>:
Neighbor AS number, ranging from 1 to 4294967295, it can be shown in
decimal notation (such as 6553700) or delimiter method (such as 100.100).
Default:
No neighbors
Command Mode:
BGP route mode and address-family mode
Usage Guide:
The BGP neighbors are completely generated through command configurations.
A neighbor relationship can only be really established by mutual configuring. Partner AS number
should be specified in configuration. The neighbor relationship can not be established when the
AS number is incorrect. The partner AS number is the same with that of local side inside the AS.
Example:
Configure 2 neighbor AS as 100 and 100.200.
Switch(config)#router bgp 200
Switch(config-router)# neighbor 10.1.1.64 remote-as 100
Switch(config-router)# neighbor 10.2.1.64 remote-as 100.200
1.8.3.61 neighbor remove-private-AS
Command: neighbor {<ip-address>|<TAG>} remove-private-AS
no neighbor {<ip-address>|<TAG>} remove-private-AS
Function:
Configures whether remove the private AS number when sending to the neighbor.The
“
no neighbor {<ip-address>|<TAG>} remove-private-AS
” command cancels this
configuration.
Parameter: <ip-address>
: Neighbor IP address
<TAG>
: Name of peer group
Default:
Not configured
Command Mode:
BGP route mode and address-family mode.
Usage Guide:
Configure this attribute to avoid assigning the internal AS number to the external
AS sometimes. The internal AS number ranges between 64512-65535, which the AS number
could not be sent to the INTERNET since it is not a valid external AS number. What removed
here is private AS numbers of the totally private AS routes. Those who have private AS numbers
while also have public AS numbers are not processed.