Cisco Nexus 3000 Series Configuration Manual page 279

Nx-os unicast routing configuration guide, nx-os release 5.0(3)u1(1)
Hide thumbs Also See for Nexus 3000 Series:
Table of Contents

Advertisement

Chapter 12
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 3 k - d o c f e e d b a c k @ c i s c o . c o m
3.
4.
5.
6.
7.
DETAILED STEPS
Command
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
interface interface-type slot/port
Example:
switch(config)# interface ethernet 1/2
switch(config-if)#
Step 3
no switchport
Example:
switch(config-if)# no switchport
Step 4
hsrp group-number [ipv4]
Example:
switch(config-if)# hsrp 2
switch(config-if-hsrp)#
Step 5
authentication text string
Example:
switch(config-if-hsrp)# authentication
text mypassword
authentication md5 {key-chain key-chain
| key-string {0 | 7} text [timeout
seconds ]}
Example:
switch(config-if-hsrp)# authentication
md5 key-chain hsrp-keys
Step 6
show hsrp [group group-number ]
Example:
switch(config-if-hsrp)# show hsrp group
2
Step 7
copy running-config startup-config
Example:
switch(config-if-hsrp)# copy
running-config startup-config
no switchport
hsrp group-number [ipv4]
authentication text string
or
authentication md5 {key-chain key-chain | key-string {0 | 7} text [timeout seconds]}
(Optional) show hsrp [group group-number]
(Optional) copy running-config startup-config
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, NX-OS Release 5.0(3)U1(1)
Purpose
Enters configuration mode.
Enters interface configuration mode.
Configures the interface as a Layer 3 routed interface.
Creates an HSRP group and enters HSRP
configuration mode.
Configures cleartext authentication for HSRP on this
interface.
Configures MD5 authentication for HSRP on this
interface. You can use a key chain or key string. If you
use a key string, you can optionally set the timeout for
when HSRP will only accept a new key. The range is
from 0 to 32767 seconds.
(Optional) Displays HSRP information.
(Optional) Saves this configuration change.
Configuring HSRP
12-11

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents