DWS-3160 Series Gigabit Ethernet Unified Switch CLI Reference Guide
687
Chapter 79
Virtual Router Redundancy
Protocol (VRRP) Command
List
enable vrrp
{ping}
disable vrrp
{ping}
create vrrp vrid
<vrid 1-255> ipif <ipif_name 12> ipaddress <ipaddr> {state [enable | disable] |
priority <int 1-254> | advertisement_interval <int 1-255> | preempt [true | false] | critical_ip
<ipaddr> | critical_ip_state [enable | disable]}
config vrrp vrid
<vrid 1-255> ipif <ipif_name 12> {state [enable | disable] | priority <int 1-254> |
ipaddress <ipaddr> | advertisement_interval <int 1-255> | preempt [true | false] | critical_ip
<ipaddr> | critical_ip_state [enable | disable]}
config vrrp ipif
<ipif_name 12> [authtype [none | simple authdata <string 8> | ip authdata <string
16>]]
delete vrrp
{vrid <vrid 1-255> ipif <ipif_name 12>}
show vrrp
{ipif <ipif_name 12> {vrid <vrid 1-255>}}
79-1
enable vrrp
Description
This command is used to enable VRRP globally.
Format
enable vrrp {ping}
Parameters
ping
- (Optional) Specifies that the ping option will be enabled.
Restrictions
Only Administrators, Operators and Power-Users can issue this command.
Example
To enable VRRP:
DWS-3160-24PC:admin# enable vrrp
Command: enable vrrp
Success.
DWS-3160-24PC:admin#