cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
926
Views
1
Helpful
8
Replies

ISL vs Dot1q header

parthrawat979
Spotlight
Spotlight

So I found a wireshark capture and I want to differentiate between the ISL and the Dot1q header.
Here is the direct link of the capture: https://wiki.wireshark.org/uploads/__moin_import__/attachments/SampleCaptures/isl-2-dot1q.cap

You can find it here
https://wiki.wireshark.org/samplecaptures

8 Replies 8

Cristian Matei
VIP Alumni
VIP Alumni

Hi,

   And what is your challenge? What is the question(s) you'd like to get answers for?

Thanks,

Cristian.

We know that isl uses snap header so I want to see that. I can see the same snap info in both the isl and dot1q encapsulation??

Hello @parthrawat979 

you will see the same snap info in packet captures for both encaps! The difference between isl and dot1q is where the vlan tagging happen... not the upper encapsulation! ISL wraps the entire ethernet frame with a cisco header and trailer, whil dot1q inserts the 4-byte tag inside the ethernet frame, but above that, the LLC/snap header is identical... that's why it looks the same in both cases.

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

Cristian Matei
VIP Alumni
VIP Alumni

Hi,

   The LLC header, being the upper portion of the data link layer per IEEE 802.2 specifications, and consisting of DSAP (Destination Service Access point) and SSAP (Source Service Access Point) will always be present. So difference between ISL and 802.1q does not relate to LLC header presence, rather on how the received frame is being encapsulated in the case of ISL or an additional set of fields is injected in the case of 802.1q:

https://ipwithease.com/wp-content/uploads/2020/06/ISL-vs-DOT1Q-TABLE-1.jpg

Thanks,

Cristian.

LEN AAAA03(snap) these fields can't be seen in those captures. And why the LLC is there??

Hi,

    I've previously explained why LLC is there, if you want a more detailed explanation take a look at first URL, if you want something more in depth take a look at second URL:

https://www.cisco.com/c/en/us/support/docs/ibm-technologies/logical-link-control-llc/12247-45.html

https://www.ieee802.org/3/cm_study/email/pdf00000.pdf

SNAP is 0xAA and it's present, as expected, for 802.1q frames, it also shows up in the packet capture you've provided.

Thanks,

Cristian.

 

Joseph W. Doherty
Hall of Fame
Hall of Fame

As a side question, where are you seeing ISL traffic?

I'm not positive, but I recall (???) latest Cisco IOSs no longer support ISL.

I think it's some old captures at the link I mentioned above.