Cisco Nexus 7000 Series Configuration Manual page 459

Nx-os unicast routing configuration
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Chapter 19
Configuring HSRP
S e n d d o c u m e n t c o m m e n t s t o n e x u s 7 k - d o c f e e d b a c k @ c i s c o . c o m .
5.
6.
7.
8.
9.
DETAILED STEPS
Command
Step 1
config t
Example:
switch# config t
switch(config)#
Step 2
interface type number
Example:
switch(config)# interface ethernet 1/2
switch(config-if)#
Step 3
ip ip-address/length
Example:
switch(config-if)# ip 192.0.2.2/8
Step 4
hsrp group-number
Example:
switch(config-if)# hsrp 2
switch(config-if-hsrp)#
Step 5
ip [ ip-address [secondary]]
Example:
switch(config-if-hsrp)# ip 192.0.2.1
Step 6
exit
Example:
switch(config-if-hsrp)# exit
Step 7
no shutdown
Example:
switch(config-if)# no shutdown
Step 8
show hsrp [group group-number ]
Example:
switch(config-if)# show hsrp group 2
Step 9
copy running-config startup-config
Example:
switch(config-if)# copy running-config
startup-config
OL-20002-02
ip [ip-address [secondary]]
exit
no shutdown
show hsrp [group group-number]
copy running-config startup-config
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
Purpose
Enters configuration mode.
Enters interface configuration mode.
Configures the IPv4 address of the interface.
Creates an HSRP group and enters HSRP
configuration mode. The range is for HSRP version 1is
from 0 to 255. The range is for HSRP version 2 is from
0 to 4095. The default value is 0.
Configures the virtual IP address for the HSRP group
and enables the group. This address should be in the
same subnet as the IPv4 address of the interface.
Exits HSRP configuration mode.
Enables the interface
(Optional) Displays HSRP information.
(Optional) Saves this configuration change.
Configuring HSRP
19-9

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents