ECS4660-28F_Management Guide-R03

Table Of Contents
C
HAPTER
51
| IP Routing Commands
Border Gateway Protocol (BGPv4)
– 1868
Console(config-router)#neighbor 10.1.1.66 filter-list ASPF out
Console(config-router)#
neighbor interface This command specifies the interface to a neighbor. Use the no form to
remove this configuration setting.
SYNTAX
neighbor ip-address interface vlan vlan-id
no neighbor ip-address interface
ip-address – IP address of a neighbor.
vlan-id - VLAN ID. (Range: 1-4094)
COMMAND MODE
Router Configuration
DEFAULT SETTING
None
EXAMPLE
Console(config-router)#neighbor 10.1.1.64 interface vlan 1
Console(config-router)#
neighbor
maximum-prefix
This command sets the maximum number or route prefixes that can be
received from a neighbor. Use the no form to restore the default setting.
SYNTAX
neighbor {ip-address | group-name} maximum-prefix max-count
[threshold [restart interval | warning]]
no neighbor {ip-address | group-name} maximum-prefix
ip-address – IP address of a neighbor.
group-name – A BGP peer group containing a list of neighboring
routers configured with the neighbor peer-group command.
max-count – The maximum number of route prefixes that will be
accepted from a neighbor. (Range: 1-4294967295)
threshold – The percentage of the maximum number of allowed
prefixes at which the router will initiate the specified response.
restart – Restarts BGP connection after the threshold is exceeded.
interval – Time to wait after a BGP connection has been terminated,
before reestablishing the session. (Range: 1-65535 minutes)
warning – Sends a log message if the threshold is exceeded.