VLAN-LAND
MULTI-SWITCHEROO
TRUNK or TREAT
CONFIG-NEWTON
100

A logical overlay network that groups together a subset of devices that share a physical LAN, Isolating the traffic for each group.

What is a VLAN
100

This VLAN is default and to be avoided on threat of pain and torture by your network admin.

What is VLAN 1

100

These allow all VLAN traffic to propagate between switches and enables devices connected to different switches but in the same VLAN to communicate without going through a router.

What are trunks?

100

This cisco command is optional, but strongly recommended, as a security best practice and changes the interface to strictly access mode.

what is switchport mode access

200

One benefit of VLANS reduces the number for devices in this.

What is a broadcast domain?
200

This VLAN is used to separate user-generated traffic.

What is a data VLAN

200

Cisco supports this standard for coordinating trunks.

What is IEEE 802.1Q?

200

This cisco command assigns a VLAN to a specific interface.

What is switchport access vlan (10)?

300

This benefit of VLANS results from the fact the only users in the same VLAN can communicate together.

What is improved security?

300

This type of trunk port inserts a 4-byte tag in the ethernet frame header to identify the VLAN to which the frame belongs.

What is a 802.1Q trunk port?

300

This is the true and false answer to: By default no VLANS are supported on a trunk port they have to be specified manually.

What is false?

300

This show command displays VLAN name, status, and its ports one VLAN per line

What is show vlan brief?

400

Being able to name the VLANS anything you want contributes to this VLAN benefit.

What is improved IT efficiency?

or

What is Simpler Project and application management?

400

802.1Q trunk port places untagged traffic on this type of VLAN.

What is native?

400

This is the true or false answer to this: By default all ethernet frame headers already contain the VLAN tags.

What is false

400

The proprietary protocol that lets switches automatically negotiate trunking with neighboring devices.

What is Dynamic Trunking Protocol (DTP)?

500

Smaller broadcast domains reduce unnecessary traffic on the network which leads to this VLAN benefit.

What is better performance?

500
This VLAN type is associated with SSH?

What is Managment?

500

When a switch trunk port receives untagged frames they are forwarded to this type of VLAN.

What is native?

500
The answer to this true or false:

Static trunking is preferrable to dynamic.

What is true?

600

DAILY DOUBLE

These are all the cisco commands to assign all ports to F0/1, F0/2, F0/3, F0/4,F0/5, F0/7, G0/1 and G0/2 to vlan 10.

What is 

int range f0/1-5, f0/7, G0/1-2

switchport mode access

switchport access vlan 10

end?

600

This type of VLAN and VoIP are best friends and essential together.

What is voice

600

This is Cisco's version of QoS on Layer two devices and is essential in VOICE VLAN traffic.

What is class of service (CoS)?
600

DAILY DOUBLE

These are the commands for configuring f0/1 trunk to vlans 10, 20 and 30 and vlan 99 as native.

What is

int f0/1

switchport mode trunk

switchport trunk native vlan 99

switchport trunk allowed vlan 10,20,30,99

end?