Week 4: VLAN's, VTP, & Port Configurations Flashcards
A VLAN is a single ________ domain
Broadcast
At what OSI layer do switches provide VLAN connectivity?
Layer 2
What is needed to pass data between two PCs that are connected to different VLANs?
A router or a Layer 3 switch
Which Catalyst IOS switch command is used to assign a port to a VLAN?
“switchport access vlan “
What is the Cisco proprietary method for trunk encapsulation?
ISL (Inter-Switch Link)
What protocol dynamically negotiates trunking parameters?
Dynamic Trunk Protocol - DTP
can facilitate the automatic creation of trunks between two switches.
How many different VLANs can an 802.1q trunk support?
4096
Are the native VLAN frames tagged or untagged using ISL?
Tagged (Unlike 802.1Q tagging, there is no concept of a native VLAN in ISL because traffic from all VLANs is encapsulated with a full ISL header)
If two switches each support all types of trunk encapsulation on a link between them, which one would be negotiated?
ISL (When two connected Cisco switches automatically negotiate a trunk with DTP they will choose ISL over 802.1Q unless one switch does not support it or specifically configured not to use ISL)
Which VLANs are allowed on a trunk by default?
All active VLANs
Which command configures a switch port to form a trunk without using negotiation?
“switchport mode trunk”
Two hosts are connected to the same switch, but they can’t communicate with one another. You issue the “show vlan” command and notice that one of the two switch ports is not listed. What might be causing the connectivity issue?
- Both switches are configured in the dynamic auto mode
Define VLAN?
Virtual Local Area Network: used to segment a switch into more than one physical network or broadcast domain.
•They separate L2 Broadcast Domains.
Define Broadcast Domain
A Broadcast Domain consists of all the devices that will receive any broadcast packet originating from any device within the network segment.
Define ISL (Inter-Switch Link)
A Cisco proprietary VLAN tagging protocol. The ISL header is 26 bytes and it appends an additional CRC which is 4 bytes, for a total of 30 additional bytes to every ISL encapsulated frame.