VLAN Flashcards

1
Q

Create Vlan

A

(config)# vlan 2

(config-vlan)# name Sales

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

Vlan Membership

A

(config)# int fa0/1
(config-if)# switchport mode access
(config-if)# switchport access vlan 3
(config-if)# switchport voice vlan 5

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

Trunk Membership

A

(config)# int fa0/1
(config-if)# switchport mode trunk
(config-if)# switchport trunk encapsulation dot1q
(config-if)# switchport trunk allowed vlan 4,16,12,15

(config-if)# switchport trunk allowed vlan add/remove 4-8
(config-if)# switchport trunk allowed vlan all
(config-if)# switchport trunk native vlan 4
(config-if)# no switchport trunk native vlan

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

VLAN SHOW’s

A

(config) # show vlan
(config) # show vlan brief
(config) # show interfaces trunk
(config) # show interfaces fa0/15 switchport

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