Switch 7700 Command reference Guide, v2.0

Table Of Contents
VRRP Configuration Commands 393
View
VLAN interface view.
Parameter
type: Authentication type. There are following types:
simple: Indicates to perform simple character authentication.
md5: Indicates to perform the AH authentication with MD5 algorithm.
key: Authentication key. When simple authentication is configured, the key
cannot exceed 8 characters. When
md5 authentication is configured, the key
cannot exceed 16 characters.
Description
Use the vrrp authentication-mode command to configure the
authentication type and key of a specified VRRP virtual router.
Use the undo vrrp authentication-mode command to clear the
authentication type and key of a specified VRRP virtual router.
If the simple or md5 authentication is configured, it is required to set the
authentication key.
This command is used to configure the authentication type and key for all the
VRRP virtual routers on an interface. As defined in the protocol, all the virtual
routers on an interface use the same authentication type and key. In addition, all
the members joining the same virtual router also use the same authentication type
and key.
When the authentication type and key are set, the upper/lower cases are not
necessary to be matched.
Example
Specify the authentication type and key for a VRRP virtual router.
[SW7700-vlan-interface2]vrrp authentication-mode simple 3com
vrrp method Syntax
vrrp method { real-mac | virtual-mac }
undo vrrp method
View
System view
Parameter
real-mac: Use the real MAC address of the interface to match the virtual IP
address of the backup group in VRRP backup.
virtual-mac: Use the virtual MAC address of the interface to match the virtual IP
address of the backup group in VRRP backup.