VLANs on switches Flashcards

1
Q

Command to set VTP mode to transparent

A

in global config mode:

vtp mode transparent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the 4 trunking administrative modes?

A
  1. Access
  2. Trunk
  3. dynamic desirable
  4. dynamic auto
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Command to show the options set on trunk ports

A

show interfaces trunk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Command to set interface g2/1 to access, associated with vlan 22

A

conf t
int gi2/1
switchport access vlan 22

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Command to set the native vlan for a trunk port on a switch

A

in interface config mode:

switchport trunk native vlan vlanid

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Command to set a port to initiate trunking negotiation messages.

A

int gi0/1

switchport mode dynamic desirable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the normal range and extended range vlan numbers?

A
Normal = 1 - 1005
Extended = 1006 - 4094
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the limitation on vlans for a switch in VTP server mode?

A

Server switches can only configure vlans in the standard range

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Command to set a port to trunk mode

A

switchport mode trunk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Command to change the default vlans allowed on a trunk.

A

switchport trunk allowed vlan {add | remove | all | except }

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Command to set the trunking encapsulation on a port to dot1q

A

switchport trunk encapsulation dot1q

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How big is the VLAN ID field inside the .1Q header?

A

12 bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Command to name a vlan

A

conf t
vlan vlanid
name name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Where is the .1Q tag inserted in the ethernet header?

A

Between the source address and type fields.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Command to ensure that an access port does not negotiate to become a trunk

A

conf t
interface gi1/1
switchport mode access

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the default trunking administrative mode?

A

Dynamic auto

17
Q

What vlans cannot be deleted?

A

1, 1002-1005

18
Q

Command to create a vlan on a switch

A

vlan vlanid

19
Q

Does the command “show interfaces trunk” work on routers, switches, or both?

A

Switches only

20
Q

Does the command “show interfaces switchport” work on routers, switches, or both?

A

Switches only

21
Q

How does a router implement vlans?

A

Through subinterfaces on an ethernet interface

22
Q

Command to set a trunk port to negotiate encapsulation

A

switchport trunk encapsulation negotiate

23
Q

Can vlan 1 have it’s name changed?

A

No

24
Q

4 options for VTP mode

A
  1. Client
  2. Server
  3. Transparent
  4. Off
25
Q

Command to set the vtp domain name

A

conf t

vtp domain name

26
Q

Command to show the vtp domain name

A

show vtp status

27
Q

Command to create a L3 vlan

A

conf t
interface vlan vlanid
ip address ip addr subnet mask