[&] Which of the following answers correctly displays all of the necessary steps involved to create a new VLAN on a switch (VLAN-5) and assign that VLAN to interface FastEthernet0/5, and ensure that this interface will never be allowed to dynamically form a VLAN Trunk with another Cisco switch **(select the best answer)**? - `Switch(config)#vlan 5` `Switch(config)#interface FastEthernet0/5` `Switch(config-if)#switchport mode access` `Switch(config-if)#vlan 5` - `Switch(config)#vlan 5` `Switch(config-vlan)#interface FastEthernet0/5` `Switch(config-if)#switchport mode access` `Switch(config-if)#switchport access vlan 5` - `Switch(config)#vlan 5` `Switch(config-vlan)#exit` `Switch(config)#interface FastEthernet0/5` `Switch(config-if)#switchport access` `Switch(config-if)#switchport vlan 5` - `Switch(config)#interface FastEthernet0/5` `Switch(config-if)#switchport access vlan 5` - `Switch(config)#vlan 5` `Switch(config-vlan)#exit` `Switch(config)#FastEthernet0/5 vlan 5` [&] It is assumed that a network administrator has correctly configured interface FastEthernet0/6 to be a part of VLAN-7. Which of the commands below could be used to verify that this assumption is correct **(select three answers)**? - show interface FastEthernet0/6 switchport - show ip interface brief - show vlan - show interface FastEthernet0/6 - show interface status - show interfaces vlan [&] Which of the following is true of all interfaces on an Ethernet Switch if that switch has a default configuration? **(select the best answer)** - All interfaces will be in the default Broadcast Domain, VLAN-10. - All interfaces will be in the default Broadcast Domain, VLAN-0. - Each interface will be in a unique Broadcast Domain, corresponding to the VLAN number of the interface itself. - Interfaces will not be in any default Broadcast Domain but instead, be disabled. - All interfaces will be in the default Broadcast Domain, VLAN-1. [&] A network designer wants to ensure that all hosts, connected to a switch, will have their own, dedicated network bandwidth to that switch. And when one host transmits an Ethernet frame with a destination MAC address of ffff-ffff-ffff, the network designer wants all other hosts connected to that switch to receive that frame. When configuring the Layer-2 Switch, the network designer should \_\_\_\_\_\_\_\_\_ **(select the best answer)**. - Ensure that all hosts are placed into the same VLAN. - Ensure that all hosts are configured with the same IP subnet. - Ensure that all hosts are connected to the Switch via Full-Duplex. - Ensure that all hosts are placed into the same Collision Domain. - Ensure that all hosts are connected to the Switch via Etherchannels.