Access Ports Flashcards

1
Q

What is an access port in a switch?

A

An access port is a switch port that carries traffic for a single VLAN and does not tag frames with a VLAN identifier.

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

How is an access port different from a trunk port?

A

An access port is used for connecting end devices (like computers or printers) and carries traffic for only one VLAN, while a trunk port can carry traffic for multiple VLANs.

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 an access port in Junos OS?

A

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

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

What is the purpose of assigning a VLAN to an access port?

A

Assigning a VLAN to an access port ensures that the port is associated with a specific VLAN, allowing devices connected to it to communicate within that VLAN.

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

Can an access port carry traffic from multiple VLANs?

A

No, an access port can only carry traffic for a single VLAN.

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

What is the default VLAN for an access port on most switches?

A

The default VLAN for an access port is usually VLAN 1, unless otherwise configured.

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

How can you verify the configuration of access ports in Junos OS?

A

Use the command show configuration interfaces <interface-name> to verify the configuration of access ports in Junos OS.</interface-name>

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

What happens if an access port receives a tagged frame?

A

If an access port receives a tagged frame, it will discard the frame since access ports are not designed to process VLAN tags.

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

What type of devices are typically connected to access ports?

A

Devices like computers, printers, and IP phones are typically connected to access ports.

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

How does a switch handle traffic from an access port in terms of VLAN membership?

A

A switch forwards traffic from an access port based on the VLAN assigned to that port, and the frame is untagged when it leaves the port.

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