D-Link xStackTM DGS/DXS-3300 Series Switch User Manual


 
xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual
271
Example Usage:
To view the global VRRP settings currently implemented on the Switch (VRRP Enabled):
DGS-3324SRi:4#show vrrp
Command: show vrrp
Global VRRP :Enabled
Non-owner response PING : Disabled
Interface Name : System
Authentication type : No Authentication
VRID : 2
Virtual IP Address : 10.53.13.3
Virtual MAC Address : 00-00-5E-00-01-02
Virtual Router State : Master
State : Enabled
Priority : 255
Master IP Address : 10.53.13.3
Critical IP Address : 0.0.0.0
Checking Critical IP : Disabled
Advertisement Interval : 1 secs
Preempt Mode : True
Virtual Router Up Time : 2754089 centi-secs
Total Entries : 1
DGS-3324SRi:4#
delete vrrp
Purpose Used to delete a vrrp entry from the switch.
Syntax
delete vrrp {vrid <vrid 1-255> ipif <ipif_name 12>}
Description This command is used to remove a VRRP router running on a local
device.
Parameters vrid <vrid 1-255> - Enter the VRRP ID of the virtual router to be
deleted. Not entering this parameter will delete all VRRP entries on
the Switch.
ipif <ipif_name 12> - Enter the name of the IP interface which holds
the VRRP router to delete.
Restrictions Only administrator-level users can issue this command.
Example usage:
To delete a VRRP entry:
DGS-3324SRi:4#delete vrrp vrid 2 ipif Trinity
Command: delete vrrp vrid 2 ipif Trinity
Success.
DGS-3324SRi:4#