8 - Advanced Switching Concepts Flashcards
What is a LAN?
a set of devices in a single broadcast domain
What are some benefits of VLANs?
- reduce the number of broadcast domains
- increase security because traffic is not seen by another vlan unless its routed
- qos can be maintained for each vlan
What is the routing of packets between VLANs
intervlan routing
Why should subnets used by vlans on your network be contiguous?
to facilitate route summarization
What are valid vlan ids?
1 - 4094
What vlan ids are reserved?
0 hidden system use
1002 - 1005 token ring and fiber distributed data interface
4095 hidden system use
What command can be used to show a brief summary of vlans on a switch?
show vlan brief
What type of port carries traffic for only one vlan?
access port
what command is used to set the access vlan back to its default?
no switchport access vlan
What is the command to dynamically map mac addresses to a vlan?
switchport access vlan dynamic
What type of port carries traffic from multiple vlans?
trunk port
What are the two trunk encapsulation types?
ISL or inter switch link
802.1q
How do you identify the vlan that a frame belongs to/
a tag
Describe ISL encapsulation.
cisco proprietary ecapsulation that encapsulates each from inside of a 26 byte ISL header and 4 byte crc trailer
Describe 802.1q encapsulation.
standards based trunking protocol developed by IEEE that inserts a 4 byte vlan field into the frames existing ethernet header
What encapsulation method has support for a native vlan?
802.1q
What is the outcome for a native vlan mismatch?
traffic sent to an incorrect vlan
cdp errors
What needs to match on both sides of a trunk link?
native vlan
trunking mode
trunk encapsulation
allowed vlan ids for the trunk
What command is useful in providing a variety of helpful output for both access and trunk ports?
show interfaces fa0/0 switchport
What command is useful in verifying trunk ports?
show interfaces fa0/0 trunk
What is useful about the show interfaces fa0/0 trunk command?
you can see the allowed vlans for a trunk
Why is voice traffic usually separated from data traffic?
for performance purposes