DTP Flashcards

1
Q

When running “show int trunk”, what does the output “n-“ designate?

A

The encapsulation type (ISL or 802.1q) was auto-negotiated.

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

What are the two DTP modes?

A

Auto and desirable.

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

How do you turn off DTP?

A

Switchport mode trunk, switchport nonegotiate

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

Briefly describe DTP.

A

Dynamic trunking protocol. Attempts to form trunks by sending a DTP frames out desirable ports.

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

Is DTP industry standard?

A

No, it is Cisco proprietary.

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

How often are DTP frames sent?

A

Every 30 seconds.

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

DTP is a security risk because it allows the introduction of ___ into your network.

A

Rouge switches.

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

What is a good command to use to check a trunk’s DTP status?

A

Show interface switchport. Look for the “Negotiation of Trunking” field. Use the pipe modifier.

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

What is a good command to use to check a trunk’s DTP status?

A

Show interface switchport. Look for the “Negotiation of Trunking” field.

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

If a switch supports ISL and 802.1q, what must you do before you can disable DTP?

A

Disable protocol negotiation, hard-code 802.1q protocol at the interface level.

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

Define and Configure DTP

A

(config-if)switchport

Dynamic Trunking Protocol. Automatically choose port for Access or Trunk Mode.

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

What order does DTP try to form?

A
  1. Trunk ISL
  2. Trunk 802.1q
  3. Access
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How do you disable DTP?

A

switchport no negotiate

or

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

what is errdisable dtp-flap?

A

change in trunk encap

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

What does DTP do?

A

automatically negotiates a common trunk mode between switches

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

How do you disable DTP when you configure both ends of the ISL manually?

A

switchport nonegotiate

18
Q

What are the 3 trunk encap modes?

A

isl, dot1q, negotiate (default

19
Q

What is DTP?

A

Dynamic Trunking Protocol - A Cisco-proprietary protocol used for negotiating trunking states. used to dynamically negotiate whether the devices on an Ethernet segment want to form a trunk and, if so, which type (ISL or 802.1Q).

20
Q

What are the 5 DTP modes?

A

-Access, member of a single VLAN.-Trunk, port attempts to negotiate trunking.-Non-negotiate, port set to trunk but does NOT negotiate.-Dynamic Desirable, Actively negotiates a trunk, and links if other side is Trunk, DD, or DA.-Dynamic Auto. Passively waits for other side to negotiate trunk. Links if other side is trunk or DD.

21
Q

How often are DTP frames sent out on switchports?

A

Every 30 Seconds.

22
Q

What does *DTP* stand for?

A

Dynamic Trunking Protocol

23
Q

What are the modes of DTP?

A

DTP has two modes, auto and desirable. Auto passively converts to a trunk if the neighbor sends a request. Desirable actively attempts to convert a link to trunk.

24
Q

What configuration command sets up DTP?

A

Switch(config-if)# switchport mode <auto></auto>

25
Q

What configuration command sets up non-DTP trunk?

A

Switch(config-if)# switchport mode trunk
Switch(config-if)# switchport no negotiate
Switch(config-if)# switchport trunk allowed vlan …