Looking at the Cisco documentation for HSRP IPv6 configuration I noticed the use of 'standby 1 ipv6 autoconfig'.
interface FastEthernet0/0
no ip address
duplex auto
speed auto
ipv6 address 2020:AB8:2001::1011/64
ipv6 enable
standby version 2
standby 1 ipv6 autoconfig
standby 1 preempt delay minimum 30
standby 1 track Serial0/0
On my setup I decided to utilize a manually configured IPv6 address for the virtual IP. Is there a reason why I should not use a static virtual address in preference of a autoconfig?
interface GigabitEthernet0/2
no ip address
standby version 2
standby 1 ipv6 2001:DB8:1:23::1/64
standby 1 priority 110
standby 1 preempt delay minimum 10
duplex auto
speed auto
media-type rj45
ipv6 address 2001:DB8:1:23::2/64
ipv6 ospf 1 area 23
end
interface GigabitEthernet0/2
no ip address
standby version 2
standby 1 ipv6 2001:DB8:1:23::1/64
duplex auto
speed auto
media-type rj45
ipv6 address 2001:DB8:1:23::3/64
ipv6 ospf 1 area 23
end