Exam 200-901 Question id=6170 Cisco Platforms and Development

Refer to the exhibit.

- hosts: switch2960cx gather_facts: no tasks: - ios_12_interface: name: GigabitEthernet0/1 state: unconfigured - ios_12_interface: name: GigabitEthernet0/1 mode: trunk native_vlan: 1 trunk_allowed_vlans: 6-8 state: present - ios_vlan: vlan_ad: 6 name: guest-vlan interfaces: - GigabitEthernet0/2 - GigabitEthernet0/3 - ios_vlan: vlan_ad: 7 name: corporate-vlan interfaces: - GigabitEthernet0/4 - ios_vlan: vlan_ad: 8 name: iot-vlan interfaces: - GigabitEthernet0/5

Which two statements describe the configuration of the switch after the Ansible script is run? (Choose two.)

A. Traffic from ports 0/2 to 0/5 can flow on port 0/1 due to the trunk.
B. GigabitEthernet0/1 is left unconfigured.
C. GigabitEthernet0/2 and GigabitEthernet0/3 are access ports for VLAN 6.
D. Traffic can flow between ports 0/2 to 0/5 due to the trunk on port 0/1.
E. Traffic on ports 0/2 and 0/3 is connected to port 0/6.

WARNING

the answers are mixed, do not specify in the comment number or the letter of the answer
please write answer#A instead A, answer#B instead B...
Subject:

only logged users can write comments