Mod 3.4-5: VLAN trunks and Dynamic Trunking Protocol Flashcards

1
Q

Commands for trunk config

A

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

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

Command used to show trunk interface

A

show INTERFACE-ID switchport

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

-5Command to reset Trunk to default-state

A

no switchport trunk allowed vlan
no switchport trunk native vlan
thennnn
switchport mode access (reconfigures back to access mode)

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

What id DTP?

A

Dynamic Trunking Protocol

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

DTP may be turned off using ___

A

switch(config-if)#switchport nonegotiate

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

Switchport mode ___ : permanent *** mode and negotiates to convert the neighboring link into an ** lknk

A

access

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

Switchport mode ___ : will become a trunk interface if the neighboring interface is set to trunk or desirable mode

A

dynamic auto

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

Switchport mode ___ :actively seeks to become a trunk by negotiating with other auto or desirable interfaces

A

dynamic desirable

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

Switchport mode ___ : permanent trunking mode and negotiates to convert the neighboring link into a trunk link

A

trunk

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