Trunk Ports Flashcards

1
Q

What is a trunk port in a switch?

A

A trunk port is a switch port that carries traffic for

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

How do trunk ports differ from access ports?

A

Trunk ports carry traffic for multiple VLANs and tag frames with a VLAN ID, while access ports carry traffic for a single VLAN without tagging.

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

What command is used to configure a port as a trunk port in Junos OS?

A

The command to configure a port as a trunk port in Junos OS is: set interfaces <interface-name> unit 0 family ethernet-switching port-mode trunk.</interface-name>

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

What is the purpose of VLAN tagging on a trunk port?

A

VLAN tagging allows multiple VLANs to traverse the same physical link between switches by adding a VLAN ID to each frame.

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

How do you configure allowed VLANs on a trunk port in Junos OS?

A

You can configure allowed VLANs on a trunk port with the command: set interfaces <interface-name> unit 0 family ethernet-switching vlan members <vlan-list>.</vlan-list></interface-name>

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

What is the native VLAN on a trunk port?

A

The native VLAN is the VLAN that is not tagged when it travels across a trunk link. By default, VLAN 1 is the native VLAN, but it can be changed.

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

What happens if a trunk port receives an untagged frame?

A

If a trunk port receives an untagged frame, it assigns the frame to the native VLAN for that trunk.

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

Can a trunk port support VLANs other than the native VLAN?

A

Yes, a trunk port can support multiple VLANs, with each frame being tagged according to its VLAN, except for the native VLAN which is untagged.

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

How does a trunk port handle traffic from different VLANs?

A

A trunk port uses VLAN tags to differentiate between traffic from different VLANs and forwards the frames accordingly.

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

How do you verify the trunk port configuration in Junos OS?

A

Use the command show interfaces <interface-name> extensive to verify the trunk port configuration, including allowed VLANs and the native VLAN.</interface-name>

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