The user guide for v10.03 says: If a system has active forwarding enabled, an active gateway can have a maximum of 14 "unique" MAC addresses per system, both IPv4 and IPv6 addresses are included in the count"
Here is the guide: https://support.hpe.com/hpsc/doc/public/display?docId=emr_na-a00075287en_us&docLocale=en_US
Does this mean each VLAN interface can have up to 14 unique MAC addresses like shown below? Or does it mean something else? Why would you have more than 1 unique MAC address anyway?
For example:
interface vlan 100
ip address 10.1.1.1/24
active-gateway ip 10.1.1.1 mac 00:00:00:00:01:00
active-gateway ip 10.1.1.1 mac 00:00:00:00:01:01
active-gateway ip 10.1.1.1 mac 00:00:00:00:01:02
active-gateway ip 10.1.1.1 mac 00:00:00:00:01:03
...and so on
I also found other documentation which shows the interface IP address being the same as the active gateway IP address on both switches. That's the same IP address in place 4 times, how does that not cause issues!! It shows:
- 10.0.0.1/24 on agg1 VLAN 3
- 10.0.0.1 on agg1 VLAN 3 active gateway
- 10.0.0.1/24 on agg2 VLAN 3
- 10.0.0.1 on agg2 VLAN 3 active gateway
That documentation is here - page 61 shows the configuration and page 62 shows the duplicated IP addresses on the diagram: https://support.hpe.com/hpsc/doc/public/display?docId=emr_na-a00075287en_us&docLocale=en_US