Specifications
Process Overview: Routing Protocol Configuration
Configuring VRRP
Matrix E1 Series (1G58x-09 and 1H582-xx) Configuration Guide 13-103
13.1.5.10 ip vrrp message-digest-key
Use this command to set a VRRP MD5 authentication password on an interface.
ip vrrp message-digest-key md5 password
Syntax Description
Command Syntax of the “no” Form
The “no” form of this command clears VRRP MD5 authentication:
no ip vrrp message-digest-key
Command Type
Router command.
Command Mode
Interface configuration: Matrix>Router1(config-if(Vlan 1))#
Command Defaults
None.
Example
This example shows how to set the VRRP MD5 authentication password to “qwer” on VLAN 1:
md5 Specifies the authentication type as MD5.
password Specifies an MD5 authentication password. Text string can
be 1 to 16 characters in length.
Matrix>Router(config)#interface vlan 1
Matrix>Router(config-if(Vlan 1))#ip vrrp message-digest-key md5 qwer