Given the configurations on SwitchA and SwitchB, which statement is true?
A.
The link is set to auto-negotiate trunking, and it will automatically become a trunk link
unless configured otherwise.
B.
The link is a trunking link and by default all VLANs will be transmitted across this trunk.
C.
The link is prevented from generating DTP frames, turning the Negotiation of Trunking off.
D.
The link is not a trunk link so both interfaces must be on the same VLAN and only that
single VLAN is transmitted across the link.
Explanation:
In order for this link to become a trunk, the “switchport trunk encapsulation dot1q” command
should be put under the interface fa 0/1 as well as the “switchport mode trunk” command.
These ports are configured for VLANS, so as it sands now HOST_1 will not be able to
communication with HOST_2.