Users Guide

Layer 3 Routing Commands 1310
Command History
Introduced in version 6.2.0.1 firmware.
Example
console(config-router)#neighbor FE80::0202:B3FF:FE1E:8329 interface vlan 10
maximum-prefix unlimited
neighbor maximum-prefix (IPv6 Address Family
Configuration)
In IPv6 address family configuration mode, the neighbor maximum-prefix
command specifies the maximum number of IPv6 prefixes that BGP will
accept from a given neighbor.
Syntax
neighbor { ip-address | ipv6-address [ interface interface-id ]} maximum-
prefix { maximum [threshold] [warning-only] | unlimited }
no neighbor { ip-address | ipv6-address [ interface interface-id ]} maximum-
prefix
ip-addressThe neighbor’s IP address.
ipv6-addressThe neighbor’s IPv6 address. If the neighbor’s IPv6 address
is a link local address, the local interface must also be specified.
interface-id—If the neighbor’s IPv6 address is a link local address, the local
VLAN routing interface must also be specified.
maximum—The maximum number of prefixes BGP will accept from this
neighbor. Range 0-4294967295. Values greater than the free space in the
route table are not enforced.
thresholdThe percentage of the maximum number of prefixes BGP
configured for this neighbor. When the number of prefixes received from
the neighbor exceeds this percentage of the maximum, BGP writes a log
message. The range is 1 to 100 percent. The default is 75%. Unless
warning-only is specified, BGP shuts down the adjacency when the
threshold is reached.