User Manual

Table Of Contents
NETGEAR M4500 Series Switches CLI Command Reference Manual 792
default, the TCP connection is retried after 2, 4, and 8 seconds. If none of the retries is successful, the adjacency
is reset to IDLE state and the IDLE hold timer is started. BGP skips the retries and transitions to IDLE state if TCP
returns an error, such as destination unreachable, on a connection attempt.
To return the router to default initial connection retry time for a specific neighbor, use the no form of this
command.
Format neighbor {<ipv4-address> | <ipv6-address> [interface {<slot/port> | vlan {1-4093}}] | autodetect
interface <slot/port>} connect-retry-interval <connection-retry-interval>
no neighbor {<ipv4-address> | <ipv6-address> [interface {<slot/port> | vlan {1-4093}}] | autodetect
interface <slot/port>} connect-retry-interval
Default 2 seconds
Mode Router BGP Config Mode
IPv4 VRF Address Family
6.10.2.30. neighbor maximum-prefix
This command is used to limit how many prefixes can be received from a neighbor. The prefix limit is compared
against the number of prefixes received from neighbor, including prefixes that are rejected by inbound policy. A
neighbor that exceeds the limit is shutdown unless the warning-log option is configured.
To revert to the default value for the maximum number of prefixes that BGP will accept from a specific neighbor,
use the no form of this command.
Format neighbor {<ipv4-address> | <ipv6-address> [interface {<slot/port> | vlan {1-4093}}] | autodetect
interface <slot/port>} maximum-prefix {<maximum> [<threshold>] [warning-only] | unlimited}
no neighbor {<ipv4-address> | <ipv6-address> [interface {<slot/port> | vlan {1-4093}}] | autodetect
interface <slot/port>} maximum-prefix
Fields
Definition
ipv4-address
IPv4 address of the neighboring router.
ipv6-address
IPv6 address of the neighboring router.
Interface
If the neighbors IPv6 address is a link local address, the local interface must be
specified as well.
autodetect interface
The routing interface on which the neighbors IPv6 link local address is auto
detected.
connection-retry-interval
The valid range is 1 to 65535 seconds.
Fields
Definition
ipv4-address
IPv4 address of the neighboring router.
ipv6-address
IPv6 address of the neighboring router. Not support under IPv4 VRF address
family mode.