Mod 3.4-5: VLAN trunks and Dynamic Trunking Protocol Flashcards
Commands for trunk config
switch# configure terminal
switch(config)#interface INTERFACE-ID
switch(config-if)#switchport mode TRUNK
switch(config-if)#switchport trunk native vlan VLAN-ID
switch(config-if)#switchport trunk allowed vlan VLAN-LIST (ex: 9, 20)
switch(config-if)#end
Command used to show trunk interface
show INTERFACE-ID switchport
-5Command to reset Trunk to default-state
no switchport trunk allowed vlan
no switchport trunk native vlan
thennnn
switchport mode access (reconfigures back to access mode)
What id DTP?
Dynamic Trunking Protocol
DTP may be turned off using ___
switch(config-if)#switchport nonegotiate
Switchport mode ___ : permanent *** mode and negotiates to convert the neighboring link into an ** lknk
access
Switchport mode ___ : will become a trunk interface if the neighboring interface is set to trunk or desirable mode
dynamic auto
Switchport mode ___ :actively seeks to become a trunk by negotiating with other auto or desirable interfaces
dynamic desirable
Switchport mode ___ : permanent trunking mode and negotiates to convert the neighboring link into a trunk link
trunk