AppGigabitEthernet Interface Configuration Options | Cisco Catalyst 9000 Series Switch

Interface Configuration Options for AppGigabitEthernet on Cisco Catalyst 9000 Series Switch

Question

AppGigabitEthernet interface is used as data port for a container on a Cisco Catalyst 9000 Series Switch.

Which two interface configuration options should be used? (Choose two.)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E.

AC.

To use the AppGigabitEthernet interface as a data port for a container on a Cisco Catalyst 9000 Series Switch, you can configure either a trunk interface or a subinterface. Therefore, options A and E are the correct answers. Let's see why:

A) Trunk Interface: A trunk interface is used to carry multiple VLANs over a single link between two switches or between a switch and a router. It allows you to pass traffic from multiple VLANs through a single interface, which is useful when you want to separate traffic from different applications or departments. When you configure a trunk interface on a switch, you need to specify which VLANs are allowed to pass through the interface, using the "switchport trunk allowed vlan" command.

For the AppGigabitEthernet interface to be used as a data port for a container, you could configure it as a trunk interface and allow the VLAN used by the container to pass through the interface. This way, the container could communicate with other devices on the same VLAN.

E) Subinterface: A subinterface is a logical interface that is created on a physical interface, allowing you to configure multiple virtual interfaces on a single physical interface. Each subinterface can be configured with its own VLAN ID, IP address, and other parameters. This is useful when you want to connect multiple devices to the same physical interface, but you want to separate them into different VLANs.

For the AppGigabitEthernet interface to be used as a data port for a container, you could configure it with a subinterface and assign the VLAN used by the container to the subinterface. This way, the container could communicate with other devices on the same VLAN.

B) Bridged Virtual Interface: A bridged virtual interface is a virtual interface that connects two or more physical interfaces into a single logical interface. It allows you to create a bridge between multiple VLANs, allowing devices on different VLANs to communicate with each other. However, this option is not applicable to the scenario mentioned in the question.

C) SPAN Port: A SPAN (Switched Port Analyzer) port is a port that is configured to send a copy of all traffic passing through a switch to a monitoring device. This is useful for troubleshooting and network analysis purposes. However, this option is not applicable to the scenario mentioned in the question.

D) Management Interface: A management interface is used to manage a switch remotely. It is typically configured with an IP address and used to connect to the switch over the network. However, this option is not applicable to the scenario mentioned in the question.

Therefore, the correct answers are A and E.