cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

%ARP-4-OWN_SRCMAC: arp [5549] Received packet with a local source MAC address (abcd.efgh.ighy) from x.x.x.x on Vlan31

Kapil.patil
Level 1
Level 1

Getting below error need your help to resolve this error

 %ARP-4-OWN_SRCMAC:  arp [5549]  Received packet with a local source MAC address (abcd.abcd.abcd) from x.x.x.x on Vlan42
 %ARP-4-OWN_SRCMAC:  arp [5549]  Received packet with a local source MAC address (abcd.abcd.abcd) from c.c.c.c on Vlan150
%ARP-4-OWN_SRCMAC:  arp [5549]  Received packet with a local source MAC address (abcd.abcd.abcd) from z.z.z.z  on Vlan13
%ARP-4-OWN_SRCMAC:  arp [5549]  Received packet with a local source MAC address (abcd.abcd.abcd) from b.b.b.b on Vlan31
%ARP-4-OWN_SRCMAC:  arp [5549]  Received packet with a local source MAC address (abcd.abcd.abcd) from c.c.c.c on Vlan351

Switch -1

interface port-channel100
  description "Connected to WAN RTR 1"
  switchport mode trunk
  switchport trunk allowed vlan 1--100
  spanning-tree port type edge
  vpc 100

interface Ethernet1/19
  description "to WAN RTR-1 Gig 0/1/0"
  switchport mode trunk
  switchport trunk allowed vlan 1-100
  channel-group 100 mode active

Switch -2

interface port-channel100
  description "Connected to WAN RTR 1"
  switchport mode trunk
  switchport trunk allowed vlan 1--100
  spanning-tree port type edge
  vpc 100

interface Ethernet1/19
  description "to WAN RTR-1 Gig 0/1/0"
  switchport mode trunk
  switchport trunk allowed vlan 1-100
  channel-group 100 mode active

Who Me Too'd this topic