exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 86 discussion

Actual exam question from Cisco's 350-901
Question #: 86
Topic #: 1
[All 350-901 Questions]

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.)

  • A. trunk interface
  • B. bridged virtual interface
  • C. SPAN port
  • D. management interface
  • E. subinterface
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
JCGO
Highly Voted 4 years, 3 months ago
Supposedly option C is VLAN port in real exam.
upvoted 10 times
jinck
2 years, 10 months ago
Folks...The only 2 configuration options for an AppGigabitEthernet data port are: 'TRUNK' or 'VLAN' (comparable to 'trunk' or 'access' ports). The management interface is used by the switch to "manage" the docker container (eg. starting and operating a shell). This interface isn't running as a 'service interface' (such as "eth0") inside the docker container, it's bound to the whole container. You can see the 2 available configurations on page 84 of the original CiscoLive presentation of docker container configuration on a catalyst switch: https://www.ciscolive.com/c/dam/r/ciscolive/us/docs/2019/pdf/BRKCRS-2004.pdf
upvoted 4 times
jinck
2 years, 10 months ago
In summary....assuming JCGO is right that the real exam actually says "VLAN" and not "SPAN", the answers are A & C. If it actually does say "SPAN" then the question is broken because "SPAN" is nowhere in the documentation and there are no other viable choices.
upvoted 2 times
...
...
...
5476afb
Most Recent 6 months, 1 week ago
It should be Trunk or VLAN interface The AppGigabitEthernet interface can be configured as a trunk or VLAN specific interface. For a trunk interface, it is extended to work as a Layer 2 trunk port, and all traffic received by the port is available to the application. For a VLAN interface, the application is connected to a specific VLAN network by specifying the VLAN ID number. https://www.cisco.com/c/en/us/products/collateral/switches/catalyst-9300-series-switches/white-paper-c11-742415.html
upvoted 1 times
...
Zizu007
1 year ago
A & E: A. Trunk Interface: You would typically configure the GigabitEthernet interface as a trunk interface when connecting to a container. This allows you to carry multiple VLANs over the same interface, which can be useful for containerized applications that require access to multiple VLANs. E. Subinterface: Subinterfaces can be used when you need to divide a physical interface into multiple logical interfaces. This can be helpful for isolating traffic or providing connectivity to multiple containers with different network configurations
upvoted 2 times
...
Teringzooi
2 years, 1 month ago
Selected Answer: AC
Correct answers: A & C
upvoted 1 times
...
designated
2 years, 2 months ago
Selected Answer: AC
A and C seem more accurate since SPAN Source Ports can be access or trunk ports. Definition: Containers can connect to AppGigabitEthernet in two modes: VLAN (where a single untagged VLAN is mapped to a container’s interface) and Trunk (where traffic for all the allowed VLANs is sent as Native or VLAN-tagged frames) Also, please see the white paper > https://www.cisco.com/c/en/us/products/collateral/switches/catalyst-9300-series-switches/white-paper-c87-742415.html Although, there are two types of connectivity which are via Front Panel (Regular) L2 interfaces using trunk or VLAN (untagged vlan) or via L3 Routed interface using NAT and VirtualPortGroup. I think the question is asking only about the AppGigabitEthernet and this could be only configured as L2 interfaces in two modes (VLAN and Trunk) according to the WhitePaper and Cisco DEVCOR Study Guide.
upvoted 2 times
designated
2 years, 2 months ago
But there are three ways to connect containers to the external networks: via the Management interface, via L2 data ports, and via L3 routed interface. So, the answer could be management interface and trunk ports (L2 data ports), but 'source span port; could be an access port as well.
upvoted 1 times
...
...
[Removed]
2 years, 7 months ago
According to the Cisco DEVCOR Study Guide page 155, the answer is A & D: "There are three ways to connect containers to the external networks: via the Management interface, via L2 data ports, and via L3 routed interface." There's even nice drawings and configuration examples. I'll go with A & D.
upvoted 3 times
ballastleaf8
1 year, 4 months ago
If you read further, you see “Containers can connect to AppGigabitEthernet in two modes: VLAN (where a single untagged VLAN is mapped to a container’s interface) and Trunk (where traffic for all the allowed VLANs is sent as Native or VLAN-tagged frames)” So, assuming JCGO is correct and SPAN should be VLAN, then A&C are correct.
upvoted 1 times
...
...
[Removed]
2 years, 10 months ago
Selected Answer: AC
I am sure, the answer is A and C.
upvoted 1 times
...
stein861
3 years, 1 month ago
It's A and B. A bridged virtual interface means it's layer 2 and VLANs live at layer 2. Since it's referring to a data port, it would mean you need a bridged virtual interface for a single VLAN and a trunk interface for an interface carrying multiple VLANS. This is a networking question when you think about it.
upvoted 3 times
...
djv_exam
3 years, 4 months ago
I honestly will go with doubts on this one. The question is not "options that we could use" is "options we should use". If it was could and C is really VLAN no doubt I'll go with A and C. But looking at the PDF mentioned below we can have a container with two nics, data (trunk) and management...
upvoted 1 times
...
architect_
3 years, 5 months ago
A and C, where hopefully "C" is "VLAN port" as JCGO says.. The AppGigabitEthernet interface can be configured as a trunk or VLAN specific interface. https://www.cisco.com/c/dam/en/us/products/collateral/switches/catalyst-9300-series-switches/white-paper-c87-742415.pdf
upvoted 1 times
...
romanknet
3 years, 6 months ago
The configuration is different for IOS-XE 16 and 17. IOS-XE 17: app-vnic AppGigabitEthernet trunk vlan vlan-ID guest-interface guest-interface-number OR app-vnic AppGigabitEthernet trunk guest-interface guest-interface-number --- IOS-XE 16: app-vnic AppGigEthernet vlan-access vlan vlan-ID guest-interface guest-interface-number OR app-vnic AppGigEthernet trunk guest-interface guest-interface-number --- https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/1612/b_1612_programmability_cg/application_hosting.html https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/171/b_171_programmability_cg/application_hosting.html
upvoted 1 times
romanknet
3 years, 6 months ago
The above makes me think that subinterface answer might be correct, if VLAN is this subinterface
upvoted 1 times
romanknet
3 years, 6 months ago
So, I would vote for A, E
upvoted 4 times
...
...
romanknet
3 years, 6 months ago
SPAN as a configuration option seems not possible. https://community.cisco.com/t5/cisco-iox-discussions/packet-inspection-inside-iox/td-p/3886184
upvoted 1 times
...
...
RT51
3 years, 10 months ago
This is also from the same doc which implies the management port can't be used: "A new AppGigabitEthernet interface was introduced [...]. It is an internal hardware data port that is hardware-switched to the front panel data ports." so A and C would be right I believe.
upvoted 1 times
romanknet
3 years, 6 months ago
Management interface would be a viable option if the question would not be about the data port: "AppGigabitEthernet interface is used as DATA port... " --- app-vnic management guest-interface network-interface Example: Device(config-app-hosting)# app-vnic management guest-interface 1 --- https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/1612/b_1612_programmability_cg/application_hosting.html
upvoted 1 times
...
...
Timidwolf
3 years, 10 months ago
A is correct for sure. D is not right. It's about another interface on front panel. From the configuration guide, did not see an option to configure AppGiga subinterfaces. B does not make sense since virtual interfaces are the concepts in the container. Completely don't know what "SPAN port" is here.
upvoted 1 times
...
JM_Lee
3 years, 11 months ago
In my opinion, this problem seems to be asking for options supported by the AppGigabitEthernet interface. Therefore, the answers appear to be A and B.
upvoted 1 times
...
thinkingape
3 years, 11 months ago
based on the link provided by Bloody_sausage Supported ports are Management Port Front-panel trunk port Front-panel VLAN port so answer is A and D?
upvoted 1 times
...
Bloody_sausage
4 years ago
You're all wrong. It's A and D. Look at the diagram on Cisco's website that lists Management Interface, front-panel VLAN and front-panel Trunk. Reference: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/1612/b_1612_programmability_cg/application_hosting.html
upvoted 4 times
roomi
3 years, 12 months ago
Read this carefully, The “AppGigabitEthernet” interface is only available on the Cisco Catalyst 9300 series, Catalyst 9404 and Catalyst 9407 switches. Catalyst 9500, and 9600 series switches do not support AppGigabitEthernet interface. The connectivity for applications hosted on these models is achieved through management interface
upvoted 2 times
...
...
FR99
4 years, 2 months ago
"The AppGigabitEthernet interface can be configured as a trunk or VLAN specific interface. For a trunk interface, it is extended to work as a Layer 2 trunk port, and all traffic received by the port is available to the application. For a VLAN interface, the application is connected to a specific VLAN network by specifying the VLAN ID number"
upvoted 4 times
flambadone
4 years ago
That is a direct quote from RexChen above - so Trunk or VLAN is what I'd go with if the test says VLAN. It does not mention a BVI but management interface in that document...
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago