User Manual

Table Of Contents
NETGEAR M4500 Series Switches CLI Command Reference Manual 798
6.10.2.37. neighbor route-reflector-client
This command is used to configure an internal peer as an IPv4 route reflector client. Configuring the first route
reflector client automatically makes this router a route reflector. If you configure multiple route reflectors within
a cluster, you must configure each route reflector in the cluster with the same cluster ID. Use the bgp cluster-id
command to configure a cluster ID. An external peer may not be configured as a route reflector client.
When reflecting a route, BGP ignores the set statements in an outbound route map to avoid causing the receiver
to compute routes that are not inconsistent with other routers in the AS.
To remove a route map, use the no form of this command.
Format neighbor {<ipv4-address> | <ipv6-address> [interface {<slot/port> | vlan {1-4093}}] | autodetect
interface <slot/port>} route-reflector-client
no neighbor {<ipv4-address> | <ipv6-address> [interface {<slot/port> | vlan {1-4093}}] | autodetect
interface <slot/port>} route-reflector-client
Default Peers are not route reflector clients
Mode Router BGP Config Mode
IPv6 Address Family Config Mode
IPv4 VRF Address Family
6.10.2.38. neighbor shutdown
This command is used to bring down the adjacency with a specific neighbor. If the adjacency is up when the
command is given, the peering session is dropped and all route information learnt from that peer is purged.
When an adjacency is administratively shutdown, the adjacency stays down until administratively re-enabled by
using no neighbor shutdown command.
To administratively reenable the neighbor, use the no form of this command.
Format neighbor {<ipv4-address> | <ipv6-address> [interface {<slot/port> | vlan {1-4093}}] | autodetect
interface <slot/port>} shutdown
no neighbor {<ipv4-address> | <ipv6-address> [interface {<slot/port> | vlan {1-4093}}] | autodetect
interface <slot/port>} shutdown
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.
Interface
If the neighbors IPv6 address is a link local address, the local interface must be
specified as well. Not support under IPv4 VRF address family mode.
autodetect interface
The routing interface on which the neighbors IPv6 link local address is auto
detected.