User Manual

Table Of Contents
NETGEAR M4500 Series Switches CLI Command Reference Manual 795
6.10.2.33. neighbor prefix-list
This command is used to filter advertisements sent to or receive from a specific neighbor based on the
destination prefix of each route. Only one prefix list may be defined for each neighbor in each direction. If you
assign a prefix list that does not exist, all prefixes are permitted.
To remove an IP filter list, use the no form of this command.
Format neighbor {<ipv4-address> | <ipv6-address> [interface {<slot/port> | vlan {1-4093}}] | autodetect
interface <slot/port>} prefix-list <listname> {in | out}
no neighbor {<ipv4-address> | <ipv6-address> [interface {<slot/port> | vlan {1-4093}}] | autodetect
interface <slot/port>} prefix-list <listname> {in | out}
Default None
Mode Router BGP Config Mode
IPv6 Address Family Config Mode
6.10.2.34. neighbor remote-as
This command is used to configure a neighbor and identify the neighbors autonomous system. The neighbors
AS number must be specified when the neighbor is created. Up to 128 neighbors may be configured.
To remove a neighbor, use the no form of this command.
Format neighbor {<ipv4-address> | <ipv6-address> [interface {<slot/port> | vlan {1-4093}}] | autodetect
interface <slot/port>} remote-as <as-number>
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.
Listname
Name of a prefix list. The list defines which networks are to be received and which
are to be suppressed in routing updates, based upon matching destination
prefixes in the prefix list.
In
Access list is applied to advertisements received from the neighbor.
Out
Access list is applied to advertisements to be sent to the neighbor.