Term
What is the standard VLAN id range? |
|
Definition
1 to 1005 -- 1002 to 1005 are reserved |
|
|
Term
Where is the vlan.dat file stored? |
|
Definition
|
|
Term
What is signaling traffic? |
|
Definition
Signaling traffic is responsible for call setup, progress, and teardown. |
|
|
Term
|
Definition
Switch virtual interface. One must be configured for each VLAN for which you want to configure traffic. Allows a switch to be a layer 3 device and route traffic between VLANs. |
|
|
Term
What is the value of the EtherType field for a 802.1Q field for a trunk? |
|
Definition
|
|
Term
What type of data does the value 0x8100 tell the switch to expect? |
|
Definition
VLAN information -- id between 1 and 4096 |
|
|
Term
What is ISL trunking? Why is it no longer used? |
|
Definition
Legacy cisco trunking protocol - Inter-Switch Link. It is no longer used because it drops untagged traffic. |
|
|
Term
What commands are necessary to create student vlan 40? |
|
Definition
S1(config)#vlan 40 S2(config-vlan)#name student |
|
|
Term
What commands are necessary to add the pc on fa0/18 to student vlan 20? |
|
Definition
S1(config)#interface fa0/18 S1(config-if)#switchport mode access S1(config-if)#switchport access vlan 20 |
|
|
Term
What is the command to delete all vlan data on a switch? |
|
Definition
S1(config)#delelete flash:vlan.dat |
|
|
Term
What are the top 4 problems associated with vlans and trunks? |
|
Definition
1. Native VLAN mismatches 2. Trunk mode mismatches 3. VLAN's and IP subnets - user computer confgiured with incorrect ip address or subnet mask or default gateway 4. Allowed VLAN's on trunks |
|
|