Show VRRP status and statistics
This section describes how to display VRRP status and statistics for a EX15 device. VRRP status is available from the Web UI only.

Web
- Log into Digi Remote Manager, or log into the local Web UI as a user with full Admin access rights.
- Access the device configuration:
Local Web UI:- On the menu, click System. Under Configuration, click Device Configuration.

The Configuration window is displayed.
- Click Status > VRRP.
The Virtual Router Redundancy Protocol window is displayed.


Command line
- Select the device in Remote Manager and click Actions > Open Console, or log into the EX15 local command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an Access selection menu. Type admin to access the Admin CLI.
- At the Admin CLI prompt, type show vrrp:
> show vrrp
VRRP Status Proto State Virtual IP
---- ------ ----- ------ -------------
VRRP_test Up IPv4 Backup 10.10.10.1
VRRP_test Up IPv4 Backup 100.100.100.1
>
- To display additional information about a specific VRRP instance, at the Admin CLI prompt, type show vrrp name name:
> show vrrp name VRRP_test
VRRP_test VRRP Status
---------------------
Enabled : True
Status : Up
Interface : lan
IPv4
----
Virtual IP address(es) : 10.10.10.1, 100.100.100.1
Current State : Master
Current Priority : 100
Last Transition : Tue Jan 1 00:00:39 2019
Became Master : 1
Released Master : 0
Adverts Sent : 71
Adverts Received : 4
Priority Zero Sent : 0
Priority zero Received : 0
>