xStack DES-3800 Series Layer 3 Stackable Fast Ethernet Managed Switch CLI Manual
308
Example usage:
To configure a VRRP entry:
DES-3800:admin#config vrrp vrid 1 ipif Trinity state enable priority 100
advertisement_interval 2
Command: config vrrp vrid 1 ipif Trinity state enable priority 100
advertisement_interval 2
Success.
DES-3800:admin#
create vrrp ipif
Purpose
Creates a virtual router on an interface.
Syntax
create vrrp ipif <ipif_name 12> vrid <vrid 1-255> 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]}
Description
Use this command to create a virtual route on an interface.
Parameters
ipif-
Specify the name of interface
vrid-
Specify the ID of Virtual Router
Ipaddress-
The virtual router’s IP address
state
- Enable/disable the virtual router function
priority-
Specify the priority to be used for the Virtual Router master
election process
advertisement_interval
- The time interval, in seconds, between
sending advertisement messages
preempt-
Controls whether a higher priority virtual router will preempt
a lower priority master
critical_ip-
Specify an IP address of a critical interface
critical_ip_state-
Enable/disable checking the status(active or inactive)
of critical ip
Restrictions
Only Administrator or Operator-level users can issue this command.
Example usage:
To create VRRP:
DES-3800:admin #create vrrp ipif System vrid 2 ipaddress
10.1.1.1 state enable
Command: create vrrp ipif System vrid 2 ipaddress 10.1.1.1
state enable
Success.
DES-3800:admin#