The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
This chapter describes the Cisco NX-OS Hot Standby Router Protocol (HSRP) commands that begin with H.
To enter Hot Standby Router Protocol (HSRP) configuration mode and create an HSRP group, use the hsrp command. To disable HSRP, use the no form of this command.
Number of HSRP groups that can be configured on a Gigabit Ethernet port, including the main interfaces and subinterfaces. The range is from 1 to 255. The default value is 0. |
|
|
|
---|---|
You must globally enable HSRP before you can configure any HSRP options or create an HSRP group.
This example shows how to create and activate an HSRP group:
This example shows how to create and activate an HSRP group for IPv6:
|
|
---|---|
Creates a virtual IP address for the HSRP group. The IP address must be in the same subnet as the interface IP address. |
|
To delay Hot Standbu Router Protocol (HSRP) initialization after a reload or after an interface comes up, use the hsrp delay command. To disable this function, use the no form of this command.
hsrp delay { minimum min-delay | reload reload-delay }
no delay { minimum min-delay | reload reload-delay}
|
|
---|---|
Use the hsrp delay command to delay HSRP initialization either after a reload or after an interface comes up. This configuration allows the interface and router to stabilize after the interface comes up and helps prevent HSRP state flapping.
This example shows how to configure a minimum delay of 3 seconds and a group initialization delay of 10 seconds:
|
|
---|---|