Hi
I'm try to simulate a very basic scenario in CML2 with NX-OS:
vlan 100
private-vlan primary
private-vlan association 110
vlan 110
private-vlan isolated
interface Vlan100
ip address 10.10.10.1/24
private-vlan mapping 110
interface Ethernet1/1
switchport mode private-vlan host
switchport private-vlan host-association 100 110
If I try to ping 10.10.10.1 from an host attached to Et1/1, why is the ARP reply tagged with VLAN 100?