Multicast and Routing Guide K/KA/KB.15.15

Example 146 VRRP IPv6 configuration for a VLAN and VRID
HP Switch# show vrrp ipv6 vlan 10 vrid 4 config
VRRP Virtual Router Configuration Information
VLAN ID : 10
Virtual Router ID : 1
Administrative Status [Disabled] : Enabled
Mode [Uninitialized] : Owner
Priority [100] : 255
Advertisement Interval [1] : 1
Preempt Mode [True] : True
Preempt Delay Time [0] : 0
Respond To Virtual IP Ping Requests [Yes] : Yes
Version [2] : 3
IPv6 Address
---------------------------
fe80::216:b9ff:fed1:5280
Example
Example 147 IP route information
This example shows the gateway information for IP routes. A designation of "reject" means that
the IP traffic for that route is discarded. Blackhole/reject routes are added when a backup VR
becomes a Master and takes ownership of all VIPs. The blackhole/reject route ensures that routed
packets to the VIP are not forwarded through it. When virtual-ip-ping is enabled, the ping
packets to the VIP are responded to with ping replies.
HP Switch(config)# show ip route
Destination Gateway VLAN Type Sub-Type Metric Dist.
------------------ --------------- ---- --------- ---------- ---------- -----
10.0.0.0/16 DEFAULT_VLAN 1 connected 1 0
10.0.202.87/32 reject static 1 1
127.0.0.0/8 reject static 0 0
127.0.0.1/32 lo0 connected 1 0
Operational notes
Jumbo frames are supported if they have been enabled for that VLAN. The VIP responds to
ping requests if they are not fragmented and are not larger than the MTU.
Fragmented packets are not supported. All fragmented packets sent to a VIP are dropped and
no response or error is sent.
All packets with IP options are dropped. Any ping options will work as long as they do not
change to IP options.
ICMP requests other than echo requests are not supported.
If there are errors in packets sent to a VIP, for example,"TTL Invalid," no ICMP error packet is
sent.
Specifying the time a router waits before taking control of the VIP
For more information, see “Using the Pre-empt Delay Timer (PDT)” (page 285).
Syntax:
[no] preempt-delay-time 1-1600
Specifying the time a router waits before taking control of the VIP 263