How to enter in configuration mode of switch?
-
configure terminal
-
conf t
-
conf r
-
terminal
A,B
Correct answer
Explanation
To enter configuration mode on a switch, both 'configure terminal' and its abbreviation 'conf t' are valid commands in Cisco IOS-style interfaces. These change from privileged EXEC mode to global configuration mode. Options C and D are incorrect - 'conf r' is not a valid abbreviation and 'terminal' alone is insufficient.