Users Guide

1356 VRRP
10
Set the VRRP priority and accept pings:
console(config-if-vlan10)#vrrp 1 priority 1
console(config-if-vlan10)#vrrp 1 accept-mode
console(config-if-vlan10)#exit
11
Configure the physical interface as a VLAN 10 member:
console(config)#interface Gi1/0/1
console(config-if-Gi1/0/1)#switchport access vlan 10
console(config-if-Gi1/0/1)#exit
The following steps provide configure the companion VRRP peer:
1
Create a VLAN:
console#configure
console(config)#vlan 10
console(config-vlan)#exit
2
Create a VRF and enable routing:
console(config)#ip vrf red-1
console(config-ip-vrf-red-1)#ip routing
console(config-ip-vrf-red-1)#exit
3
Enable ip routing globally:
console(config)#ip routing
4
Enable VRRP globally:
console(config)#ip vrrp
5
Configure a VLAN interface:
console(config)#interface vlan 10
6
Make the VRF a member of the VLAN:
console(config-if-vlan10)#ip vrf forwarding red-1
7
Add an IP address to the VLAN:
console(config-if-vlan10)#ip address 129.168.0.2 255.255.255.0
8
Create a VRRP instance:
console(config-if-vlan10)#vrrp 1
9
Set the VRRP virtual address:
console(config-if-vlan10)#vrrp 1 ip 129.168.0.100
10
Set the VRRP priority to indicate the other router is the VRRP master and
to accept pings: