Users Guide

Table Of Contents
Authentication : no-authentication
Virtual IP address :
10.1.1.1
master-transitions : 1 advertise-rcvd : 0
advertise-interval-errors : 0 ip-ttl-errors : 0
priority-zero-pkts-rcvd : 0 priority-zero-pkts-sent : 0
invalid-type-pkts-rcvd : 0 address-list-errors : 0
pkt-length-errors : 0
Congure virtual IP address in a VRF
You can congure a VRRP group in a non-default VRF instance and assign a virtual address to this group.
To congure VRRP under a specic VRF:
1 Create the non-default VRF in which you want to congure VRRP.
ip vrf vrf-name
CONFIGURATION Mode
2 In the VRF Conguration mode, enter the desired interface.
interface interface-id
VRF CONFIGURATION Mode
3 Remove the interface from L2 switching mode.
no switchport
INTERFACE CONFIGURATION Mode
4 Assign the interface to the non-default VRF that you have created.
ip vrf forwarding vrf-name
INTERFACE CONFIGURATION Mode
5 Assign an IP address to the interface.
ip address ip-address
INTERFACE CONFIGURATION Mode
6 Congure a VRRP group.
vrrp-group group-id
INTERFACE CONFIGURATION Mode
7 Congure virtual IP address for the VRRP ID.
virtual-address ip-address
INTERFACE VRRP Mode
OS10(config)# ip vrf vrf-test
OS10(config-vrf)# interface ethernet 1/1/1
OS10(conf-if-eth1/1/1)# no switchport
OS10(conf-if-eth1/1/1)# ip vrf forwarding vrf-test
OS10(conf-if-eth1/1/1)# ip address 10.1.1.1/24
OS10(conf-if-eth1/1/1)# vrrp-group 10
OS10(conf-eth1/1/1-vrid-10)# virtual-address 10.1.1.8
Before removing an interface from a VRF, delete the congured VRRP groups from the interface associated with the VRF. If you do not
delete the congured VRRP groups, these groups remain active on the default VRF resulting in duplicate virtual IP address congurations.
Layer 3
679