Bombal Notes (section 11) Flashcards
1
Q
How do you configure a new VLAN? *c
A
In global configuration mode.
vlan ‘the number of VLAN’
(optional) name ‘name’
2
Q
How do you see VLAN’s that are currently active?
A
show vlan brief
3
Q
Steps for each access interface to specify VLAN number with an interface
A
In global config mode:
interface ‘type number’
switchport access vlan ‘the number of VLAN’
(optional) switchport mode access - to make port always operate in access mode (so no trunk)
4
Q
Command to see if VLAN configuration is correct
A
show interface ‘interface’ switchport
5
Q
How to configure trunk port?
A
switchport mode trunk