Configuring Vrrp For Gigabit Ethernet Interfaces - Cisco MDS 9000 series Configuration Manual

Nx-os ip services multilayer switches
Hide thumbs Also See for MDS 9000 series:
Table of Contents

Advertisement

Configuring Gigabit Ethernet High Availability
S e n d d o c u m e n t a t i o n c o m m e n t s t o f m - d o c f e e d b a c k @ c i s c o . c o m

Configuring VRRP for Gigabit Ethernet Interfaces

To configure VRRP for Gigabit Ethernet interfaces using IPv4, follow these steps:
Command
Step 1
switch1# config terminal
switch1(config)#
Step 2
switch(config)# interface
gigabitethernet 2/2
switch(config-if)#
Step 3
switch(config-if)# ip address
10.1.1.10 255.255.255.0
Step 4
switch(config-if)# no shutdown
Step 5
switch(config-if)# vrrp 100
switch(config-if-vrrp)
Step 6
switch(config-if-vrrp)# address
10.1.1.100
Step 7
switch(config-if-vrrp)# priority 10
Step 8
switch(config-if-vrrp)# no shutdown
To configure VRRP for Gigabit Ethernet interfaces using IPv6, follow these steps:
Command
Step 1
switch1# config terminal
switch1(config)#
Step 2
switch(config)# interface
gigabitethernet 2/2
switch(config-if)#
Step 3
switch(config-if)# ipv6 address
2001:0db8:800:200c::417a/64
Step 4
switch(config-if)# no shutdown
Step 5
switch(config-if)# vrrp ipv6 100
switch(config-if-vrrp-ipv6)
Step 6
switch(config-if-vrrp-ipv6)# address
2001:0db8:800:200c::417a
Cisco Fabric Manager IP Services Configuration Guide
6-6
Purpose
Enters configuration mode.
Enters the interface configuration mode on the Gigabit
Ethernet interface (slot 2, port 2).
Assigns the IPv4 address (10.1.1.10) and subnet mask
(255.255.255.0) for the Gigabit Ethernet interface.
Enables the selected interface.
Creates VR ID 100.
Configures the virtual IPv4 address (10.1.1.100) for the
selected VRRP group (identified by the VR ID).
The virtual IPv4 address must be in the same
Note
subnet as the IPv4 address of the Gigabit
Ethernet interface. All members of the VRRP
group must configure the same virtual IPv4
address.
Configures the priority for the selected interface within
this VRRP group.
Note
The interface with the highest priority is selected
as the master.
Enables the VRRP protocol on the selected interface.
Purpose
Enters configuration mode.
Enters the interface configuration mode on the Gigabit
Ethernet interface (slot 2, port 2).
Assigns the IPv6 address for the Gigabit Ethernet
interface.
Enables the selected interface.
Creates VR ID 100.
Assigns single primary link-local IPv6 address or one of
the multiple secondary IPv6 addresses.
If this IPv6 address is the same as the physical
Note
IPv6 address, this switch is automatically the
owner of this IPv6 address.
OL-19524-01,Cisco MDS NX-OS Release 4.2(1)
Chapter 6
Configuring IP Storage

Advertisement

Table of Contents
loading

Table of Contents