Dell POWEREDGE M1000E User Manual

Page 1051

Advertising
background image

Configuring VRRP

1051

5 Specify the IP address that the virtual router function will use.

console(config-if-vlan10)#vrrp 10 ip 192.168.10.1

6 Configure an optional description to help identify the VRRP group.

console(config-if-vlan10)#vrrp 10 description

master

7 Assign a virtual router ID to the VLAN routing interface for the second

VRRP group.

console(config-if-vlan10)#vrrp 20

8 Specify the IP address that the virtual router function will use.

The router is the virtual IP address owner of this address, so the priority

value is 255 by default.

console(config-if-vlan10)#vrrp 20 ip 192.168.10.2

9 Configure an optional description to help identify the VRRP group.

console(config-if-vlan10)#vrrp 20 description

backup

10 Enable the VRRP groups on the interface.

console(config-if-vlan10)#ip vrrp 10 mode

console(config-if-vlan10)#ip vrrp 20 mode

console(config-if-vlan10)#exit

console(config)#exit

Advertising