User Manual

Table Of Contents
NETGEAR M4500 Series Switches CLI Command Reference Manual 825
Format shutdown
no shutdown
Default shutdown
Mode VRRPv3 Config
6.11.2.8. address
This command set the primary or secondary IP address of the device within a VRRPv3 group.
If the primary or secondary option is not specified, the specified IP address is set as the primary. The Virtual IPv6
primary address should be a link-local address only. When a global IPv6 address is given as a primary address for
the VRRP IP then the config fails with the following error message “Error! Primary virtual IPv6 address should
be a link-local address only.” Also the removing of the primary virtual IP (IPv4 or IPv6) is not allowed. The
primary virtual IP of a virtual router can only be modified. The secondary virtual IP can be removed using the no
form of the this command. Also, VRRPv3 for IPv6 requires that a primary virtual link-local IPv6 address is
configured to allow the group to operate. After the primary link-local IPv6 address is established on the group,
you can add the secondary global addresses.
To remove the secondary address, use the no form of this command.
Format address <ip-address> [primary | secondary]
no address <ip-address> secondary
Default None
Mode VRRPv3 Config
6.11.2.9. track interface
This command configures tracking of the interface for the device within a VRRPv3 group. Once interface tracking
is configured, the VRRPv3 feature receives notifications when the interface changes state. The decrement option
can be set to decrease the priority of the device within a VRRPv3 group by the specified value when the
interface goes down.
To disable tracking of the interface for the device within a VRRPv3 group, use the no form of this command.
Format track interface {<slot/port> | vlan <vlan-id>} [decrement number]
no track interface {<slot/port> | vlan <vlan-id>} [decrement number]
Fields
Definition
ip-address
IPv4 or IPv6 address
You can specify an IPv4 address in the following format: ipv4-address
You can specify an IPv6 address in the following format: ipv6-link-local-address
primary
(Optional) Set primary IP address of the VRRPv3 group.
secondary
(Optional) Set additional IP address of the VRRPv3 group.