A technician is configuring a new Cisco 2960 switch. What is the effect of issuing the BranchSw# configure terminal command?
- It enters the global configuration mode.
- It saves the running configuration to NVRAM.
- It disables a virtual or physical switch interface.
- It updates the MAC address table for the associated port.
- It saves the startup configuration to the running configuration.
-
Answers Explanation & Hints: The “configure terminal” command is used to enter global configuration mode on a Cisco switch. This mode allows the technician to configure various aspects of the switch, including interfaces, VLANs, security settings, and more.
Entering global configuration mode does not save the running configuration to NVRAM or disable a virtual or physical switch interface. It also does not update the MAC address table for the associated port.
Additionally, the “configure terminal” command does not automatically save the running configuration to the startup configuration. To do that, the technician would need to issue the “copy running-config startup-config” command.
Therefore, the correct answer is: “It enters the global configuration mode.”