Routing Virtual Router Redundancy Protocol (VRRP)
Digi Connect IT® 16/48 User Guide
224
Task 4: Configure the DHCP server for ETH2 on device one
1. Click to expand Network > Interfaces > ETH2 > IPv4 > DHCP Server
2. For Lease range start, leave at the default of 100.
3. For Lease range end, type 199.
4. Click to expand Advanced settings.
5. For Gateway, select Custom.
6. For Custom gateway, enter 192.168.3.3.
7. Click Apply to save the configuration and apply the change.
Command line
Task 1: Configure VRRP on device one
1. Log into the Connect IT 16/48 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.
2. At the command line, type config to enter configuration mode:
> config
(config)>
3. Create the VRRP instance:
(config)> add network vrrp VRRP_test
(config network vrrp VRRP_test)>
4. Enable the VRRP instance:
(config network vrrp VRRP_test)> enable true
(config network vrrp VRRP_test)>
5. Set the VRRP interface to ETH2:
(config network vrrp VRRP_test)> interface /network/interface/eth2
(config network vrrp VRRP_test)>