Wednesday 31 May 2017

CISCO - DIFFERENCE BETWEEN ISL & DOT1Q (INTER - SWITCH LINK VS IEEE 802.1Q)

 FIRST KNOW WHAT IS ISL:
Cisco Inter-Switch Link (ISL) is a Cisco Systems proprietary protocol that maintains VLAN information as traffic flows between switches and routers, or switches and switches.

ISL is Cisco's VLAN encapsulation method and supported only on Cisco's equipment through Fast and Gigabit Ethernet links. The size of an Ethernet encapsulated ISL frame can be expected to start from 94 bytes and increase up to 1548 bytes because of the overhead (additional fields) the protocol creates via encapsulation. ISL adds a 26-byte header (containing a 15-bit VLAN identifier) and a 4-byte CRC trailer to the frame. ISL functions at the Data-Link layer of the OSI model. ISL is used to maintain redundant links.

CISCO - ISL VS IEEE 802.1Q

Another related Cisco protocol, Dynamic Inter-Switch Link Protocol (DISL) simplifies the creation of an ISL trunk from two interconnected Fast Ethernet devices. Fast EtherChannel technology enables aggregation of two full-duplex Fast Ethernet links for high-capacity backbone connections. DISL minimizes VLAN trunk configuration procedures because only one end of a link needs to be configured as a trunk.
                                                                                                                                                                      ALSO KNOWN IEEE 802.IQ:
IEEE 802.1Q, or VLAN tagging, is a networking standard promulgated by the IEEE 802.1 work group for the sharing of a physical Ethernet network link by multiple independent logical networks.

IEEE 802.1Q defines the meaning of a virtual LAN (VLAN) with respect to the specific conceptual model underpinning bridging at the Media Access Control layer and to the IEEE 802.1D Spanning Tree Protocol. This protocol allows nodes on different VLANs to communicate with one another through a network switch with Network Layer (OSI layer 3) capabilities, or a router.

 

CISCO - ISL VS IEEE 802.1Q:

Trunks are easy to configure, and in some cases trunks require no additional configuration at all. For Cisco exam success, you had better know the details of how trunks form and why we want trunks to form in the first place.

Trunking is simply enabling two or more switches to communicate and send frames to each other for transmission to remote hosts.

In the following example, we've got hosts in VLAN 10 on two separate switches. Unless these is some kind of communication path between the two switches, these two hosts will be unable to communicate with each other. A trunk makes it possible for these hosts to transmit data to each other.

Connecting two Cisco switches requires a crossover cable. There are eight wires inside an ethernet cable. In a crossover cable, four of the cables "cross over" from one pin to another. For many newer Cisco switches, all you need to do to create a trunk is connect the switches with a crossover cable.

To check the status of a trunk, use the show interface trunk command.


This command output shows us that ports fast 0/11 and 0/12 are trunking, that they are in the default mode of dynamic desirable, they're running IEEE 802.1Q encapsulation, and that all VLANs are allowed to send traffic across the trunk.

SPEAKING OF IEEE 802.1Q:


There are two different trunking protocols in use on today's Cisco switches, ISL and IEEE 802.1Q, generally referred to as "dot1q".
 
There are three main differences between the two. First, ISL is a Cisco-proprietary trunking protocol, where dot1q is the industry standard. (Those of you new to Cisco testing should get used to the phrases "Cisco-proprietary" and "industry standard".)

If you're working in a multivender environment, ISL may not be a good choice. And even though ISL is Cisco's own trunking protocol, some Cisco switches run only dot1q.

ISL also encapsulates the entire frame, increasing the network overhead. Dot1q only places a header on the frame, and in some circumstances, doesn't even do that. There is much less overhead with dot1q as compared to ISL. That leads to the third major difference, the way the protocols work with the native vlan.

The native vlan is simply the default vlan that switch ports are placed into if they are not expressly placed into another vlan. On Cisco switches, the native vlan is vlan 1. (This can be changed.)

If dot1q is running, frames that are going to be sent across the trunk line don't even have a header placed on them; the remote switch will assume that any frame that has no header is destined for the native vlan.

The problem with ISL is that it doesn't understand what a native vlan is. Every single frame will be encapsulated, regardless of the vlan it's destined for.

No comments:

PAN-OS Supported ciphers

Following is a list of supported ciphers for PAN-OS 7.1 and later: SSLv3 Ciphers Supported (No change from PAN-OS 7.0) Non-FIPS mod...