Hi @JozkoMrkvicka : I configured vlan 30 in prod VSX. I checked arp and I am getting incomplete arp. Eth5 is configured with l2 sw and has below configurartion.
hostname SW3
!
boot-start-marker
boot-end-marker
!
!
logging buffered 100000
!
no aaa new-model
!
ip cef
!
!
no ipv6 cef
ipv6 multicast rpf use-bgp
!
!
!
!
!
!
!
spanning-tree mode pvst
spanning-tree extend system-id
!
!
!
!
vlan internal allocation policy ascending
!
!
!
!
!
!
!
!
!
!
interface Ethernet0/0
switchport access vlan 30
switchport mode access
duplex auto
!
interface Ethernet0/1
switchport access vlan 30
switchport mode access
duplex auto
!
interface Ethernet0/2
switchport access vlan 30
switchport mode access
duplex auto
!
interface Ethernet0/3
duplex auto
!
interface Vlan30
no ip address
!
!
no ip http server
!
!
!
!
!
control-plane
!
!
line con 0
logging synchronous
line aux 0
line vty 0 4
login
Vlan 30 is set as access port on all 3 ports. two from VSX gateway and 1 from router.
I can see mac-address table is also learnt:
SW3#show mac address-table
Mac Address Table
-------------------------------------------
Vlan Mac Address Type Ports
---- ----------- -------- -----
30 5000.0002.0005 DYNAMIC Et0/0
30 5000.0005.0005 DYNAMIC Et0/1
30 aabb.cc00.7000 DYNAMIC Et0/2
Total Mac Addresses for this criterion: 3
Eth5.30 mac-address is - 50:00:00:02:00:05
I don't know why arp is coming incomplete.
I debug arp on switch side and get below log:
IP ARP req filtered src 10.1.30.1 5000.0002.0005, dst 10.1.30.2 0000.0000.0000 wrong cable, interface Vlan30