Start a Conversation

Unsolved

This post is more than 5 years old

C

1676

June 28th, 2018 14:00

vlan tag on untagged port on S6010

I have a weird issue with a S6010 switch that seems to be tagging packets when it shouldn't. This is my configuration:

Port:

s6010a_Gn#sh ru interface tengigabitethernet 1/22/3
!
interface TenGigabitEthernet 1/22/3
description NS2CoreNic8_Spirent_ACCESS
no ip address
mtu 1900
switchport
rate-interval 60
no shutdown







 

VLAN Interface. As you can see the port is marked as "untagged" which as per my understanding mean we won't be expecting any VLAN tags on the incoming traffic nor will be setting a VLAN tag on the outgoing traffic.

 

s6010a_Gn#sh running-config interface vlan 2127
!
interface Vlan 2127
description Spirent_ACC
ip address 172.27.1.1/16
untagged TenGigabitEthernet 1/22/3
no shutdown





However, when I try to send a ping and capture on the interface I see the ARP request not having any tags (as expected) but the returning ARP reply does have VLAN tag=2127. Needless to say, the ping is failing as the ARP entry on the source never gets populated properly (given that incorrect VLAN Id)

 Is there anything incorrect on my config or is my understanding of "untagged" wrong? ARP Response wrong VLAN TagARP Response wrong VLAN TagARP Request no VLAN sentARP Request no VLAN sent

4 Posts

June 28th, 2018 14:00

I have a weird issue with a S6010 switch that seems to be tagging packets when it shouldn't. This is my configuration:

Port:

s6010a_Gn#sh ru interface tengigabitethernet 1/22/3
!
interface TenGigabitEthernet 1/22/3
description NS2CoreNic8_Spirent_ACCESS
no ip address
mtu 1900
switchport
rate-interval 60
no shutdown

 

VLAN Interface. As you can see the port is marked as "untagged" which as per my understanding mean we won't be expecting any VLAN tags on the incoming traffic nor will be setting a VLAN tag on the outgoing traffic.

 

s6010a_Gn#sh running-config interface vlan 2127
!
interface Vlan 2127
description Spirent_ACC
ip address 172.27.1.1/16
untagged TenGigabitEthernet 1/22/3
no shutdown

However, when I try to send a ping and capture on the interface I see the ARP request not having any tags (as expected) but the returning ARP reply does have VLAN tag=2127. Needless to say, the ping is failing as the ARP entry on the source never gets populated properly (given that incorrect VLAN Id)

 Is there anything incorrect on my config or is my understanding of "untagged" wrong? ARP Response wrong VLAN TagARP Response wrong VLAN TagARP Request no VLAN sentARP Request no VLAN sent

5 Practitioner

 • 

274.2K Posts

June 29th, 2018 05:00

How is the other end of this connection configured? Perhaps there is a mismatch in the configs. On the S6010 you can issue the command #show vlan, which will list out all VLANs and the interfaces they are configured on.

4 Posts

June 29th, 2018 06:00

Hi Daniel,

The other end is a SR-IOV Interface on an R730XD running ESXI 6.5. The configuration itself is just the SR-IOV VF assigned to a Ubuntu 16.04 VM with no tagging configured anywhere. 

 

The fundamental question is, why with the configuration given above (untagged port associated to VLAN 2127) the S6010 would reply to an ARP request sent without any VLAN tag with an ARP response setting a VLAN tag? Let me know if you'd like to take a look at the wireshark capture.

5 Practitioner

 • 

274.2K Posts

June 29th, 2018 06:00

I am not certain why the switch would be replying with tagged packets. Is it just the ARP packets that are tagged? Or is all traffic the switch sends out this interface tagged?

No Events found!

Top