Ipv6 Cisco Training: Using The

l, in this week’s article, I’m going toprefix and a modified EUI-64 format interface
continue my discussion about the Hot Standbyidentifier; because, if you don’t use the
Router Protocol (HSRP) in an IPv6 environment;“autoconfig” keyword with the standby ipv6
by explaining the Cisco IOS interface configurationcommand the EUI-64 interface identifier will be
mode command named “standby ipv6”.created from the relevant HSRP virtual MAC
Network administrators (like you) use theaddress.
“standby ipv6” interface configuration modeExample:router>enablerouter#configure
command to active the Hot Standby Routerterminalrouter(config)#interface fastethernet 0
Protocol (HSRP) on a Cisco router’s0router(config-if)#standby 1
interface.ipv6router(config-if)#endrouter#copy run start
Below is the correct syntax and example of usingIn the above example, the router’s
the command:fastethernet 0/0 interface is being activated for
Syntax: standby [group-number] ipv6HSRP group 1 and the IPv6 address used by the
[link-local-address | autoconfig]Hot Standby group will be learned using HSRP.
The (Optional) group-number argument portion ofIf you need to disable HSRP on an interface, type
the command; is used to set the HSRP groupthe word “no” in front of the command like
number on the interface. (By default the groupyou see below:router(config-if)#no standby ipv6
number is 0)And, if you plan on using the command in an IPv6
The “optional” link-local-address argumentenvironment; make sure your Cisco IOS routers
portion of the command; is used to set theare running 12.4(4)T or higher.
Link-local address of the Hot Standby routerI hope this article was very informative and
interface.helped you quickly understand the usage of the
And, the (Optional) autoconfig keyword portion of“standby ipv6” interface configuration
the command; indicates that a link-local addresscommand.
will be generated automatically from the link-local