cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
30264
Views
0
Helpful
2
Replies

Wireshark capture VLAN IDs

berniebbow1
Level 1
Level 1

I need to capture switchport's packets and see if a correct VLAN is set.

Capture packets don't have VLAN IDs - whole header is missing.

 

Workstation is Windows 10 with latest Intel driver and the driver has working VLAN support.
Also tried ASUS USB ethernet adapter with VLAN support with no success.

I initiate communication with a device (to access web conf GUI), which is plugged in gi1/0/1.

The device is wireless AP, where VLAN 20 is management and VLAN 10 is data.

The Device does not support wireless VLAN tagging and therefore VLAN 20 is tagged and VLAN 10 untagged.

 

vlans.png

Catalyst 3750:

interface gigabitethernet 1/0/1

 switchport mode trunk

 switchport encapsulation dot1q

 switchport trunk native vlan 10

 switchport trunk alloved vlan 10,20

 

interface gigabitethernet 1/0/2

 switchport mode trunk

 switchport encapsulation dot1q

 

monitor session 1 source interface gi1/0/1 both

monitor session 1 destination interface gi1/0/2 encapsulation replicate

 

1 Accepted Solution

Accepted Solutions

marce1000
VIP
VIP

 - As far as I understand the info from the link below you may need to change registry settings on windows too :

 https://www.intel.com/content/www/us/en/support/network-and-i-o/ethernet-products/000005498.html

M.



-- ' 'Good body every evening' ' this sentence was once spotted on a logo at the entrance of a Weight Watchers Club !

View solution in original post

2 Replies 2

berniebbow1
Level 1
Level 1
Nobody?

marce1000
VIP
VIP

 - As far as I understand the info from the link below you may need to change registry settings on windows too :

 https://www.intel.com/content/www/us/en/support/network-and-i-o/ethernet-products/000005498.html

M.



-- ' 'Good body every evening' ' this sentence was once spotted on a logo at the entrance of a Weight Watchers Club !