Network Interfaces Naming and Logical Units Flashcards

1
Q

What is the default naming convention for network interfaces in Junos OS?

A

The default naming convention for network interfaces is based on the physical slot and port, such as ge-0/0/0 for gigabit Ethernet.

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

How are logical units created for a network interface in Junos OS?

A

Logical units are created using the set interfaces <interface-name> unit <unit-number> command to define sub-interfaces for an interface.</unit-number></interface-name>

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

What is the purpose of logical units in Junos OS?

A

Logical units allow a single physical interface to be divided into multiple virtual interfaces, each with its own configuration.

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

What is an example of a logical unit in Junos OS?

A

An example is ge-0/0/0.0, where ge-0/0/0 is the physical interface and .0 is the logical unit.

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

Can a logical unit have its own IP address in Junos OS?

A

Yes, each logical unit can be assigned its own IP address and other configuration parameters.

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

How do you configure a logical unit on an interface in Junos OS?

A

You configure a logical unit by using the set interfaces <interface-name> unit <unit-number> command, followed by specific settings like IP address.</unit-number></interface-name>

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

Can multiple logical units be configured on the same physical interface?

A

Yes, you can configure multiple logical units on the same physical interface, each with different settings.

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

What is the maximum number of logical units that can be created on a physical interface in Junos OS?

A

The maximum number of logical units depends on the interface type and device model, but generally, up to 64 logical units can be created on a physical interface.

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

How do you remove a logical unit from an interface in Junos OS?

A

You remove a logical unit by using the delete interfaces <interface-name> unit <unit-number> command.</unit-number></interface-name>

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

What happens to the physical interface if all logical units are deleted in Junos OS?

A

If all logical units are deleted, the physical interface remains, but it will no longer have any assigned sub-interfaces or IP configuration.

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