Hello Michael
I may be missing something but your initial setup should be correct I think the only thing you were missing was the VR statement in the Ping command
Summit-PC.7 # sh vlan
---------------------------------------------------------------------------------------------
Name VID Protocol Addr Flags Proto Ports Virtual
Active router
/Total
---------------------------------------------------------------------------------------------
Default 1 192.168.0.1 /24 ------------T--------------- ANY 1 /3 VR-Default
Mgmt 4095 192.168.56.107 /24 ---------------------------- ANY 1 /1 VR-Mgmt
---------------------------------------------------------------------------------------------
Flags : (B) BFD Enabled, (c) 802.1ad customer VLAN, (C) EAPS Control VLAN,
(d) Dynamically created VLAN, (D) VLAN Admin Disabled,
(e) CES Configured, (E) ESRP Enabled, (f) IP Forwarding Enabled,
(F) Learning Disabled, (i) ISIS Enabled, (I) Inter-Switch Connection VLAN for MLAG,
(k) PTP Configured, (l) MPLS Enabled, (L) Loopback Enabled,
(m) IPmc Forwarding Enabled, (M) Translation Member VLAN or Subscriber VLAN,
(n) IP Multinetting Enabled, (N) Network Login VLAN, (o) OSPF Enabled,
(O) Flooding Disabled, (p) PIM Enabled, (P) EAPS protected VLAN,
(r) RIP Enabled, (R) Sub-VLAN IP Range Configured,
(s) Sub-VLAN, (S) Super-VLAN, (t) Translation VLAN or Network VLAN,
(T) Member of STP Domain, (v) VRRP Enabled, (V) VPLS Enabled, (W) VPWS Enabled,
(Z) OpenFlow Enabled
Total number of VLAN(s) : 2
Summit-PC.8 # ping 192.168.56.1
Ping(ICMP) 192.168.56.1: 4 packets, 8 data bytes, interval 1 second(s).
Packet transmit error; Destination unreachable
Packet transmit error; Destination unreachable
Packet transmit error; Destination unreachable
Packet transmit error; Destination unreachable
--- 192.168.56.1 ping statistics ---
0 packets transmitted, 0 packets received, 0% loss
round-trip min/avg/max = 0/0/0 ms
Summit-PC.9 # ping vr vr-m 192.168.56.1
Ping(ICMP) 192.168.56.1: 4 packets, 8 data bytes, interval 1 second(s).
16 bytes from 192.168.56.1: icmp_seq=0 ttl=64 time=0.000 ms
16 bytes from 192.168.56.1: icmp_seq=1 ttl=64 time=0.000 ms
16 bytes from 192.168.56.1: icmp_seq=2 ttl=64 time=0.000 ms
16 bytes from 192.168.56.1: icmp_seq=3 ttl=64 time=0.000 ms
--- 192.168.56.1 ping statistics ---
4 packets transmitted, 4 packets received, 0% loss
round-trip min/avg/max = 0/0/0 ms
The Alternate IP address in the stack is in case the stack is divided in two where you would have two new stacks each with a master. The alternate IP will allow you to get to both stacks.
Thanks
P