White Papers

36 Using MLAG in Dell Networking N-Series Switches | version 1.5
7.3 Configuring VRRP
This section deals with setting up the switches for VRRP.
N4032-1
N4032-2
Enable routing. Enable routing.
configure
ip routing
end
configure
ip routing
end
Enable VRRP globally.
Create VRRP instance for VLAN 10.
Set virtual IP address.
Give the VRRP instance a higher priority.
Enable VRRP on the interface.
Enable VRRP globally.
Create VRRP instance for VLAN 10.
Set virtual IP address.
Enable VRRP on the interface.
configure
ip vrrp
int vlan 10
vrrp 10
vrrp 10 mode
vrrp 10 ip 192.168.10.1
vrrp 10 priority 150
vrrp 10 accept-mode
end
configure
ip vrrp
int vlan 10
vrrp 10
vrrp 10 mode
vrrp 10 ip 192.168.10.1
vrrp 10 accept-mode
end
Create VRRP instance for VLAN 20.
Set virtual IP address.
Give the VRRP instance a higher priority
Enable VRRP on the interface.
Create VRRP instance for VLAN 20.
Set virtual IP address.
Enable VRRP on the interface.
configure
int vlan 20
vrrp 20
vrrp 20 mode
vrrp 20 ip 192.168.20.1
vrrp 20 priority 150
vrrp 20 accept-mode
end
configure
int vlan 20
vrrp 20
vrrp 20 mode
vrrp 20 ip 192.168.20.1
vrrp 20 priority 150
vrrp 20 accept-mode
end
VRRP configuration on N4032-1 and N4032-2