Quiz Entry - updated: 2026.06.07
How does command abbreviation work in Cisco IOS?
You can shorten a command to the fewest characters that still uniquely identify it (e.g. conf for configure); too few characters gives an "Ambiguous command" error.
Commands can be shortened to the minimum number of characters that identify a unique selection.
Examples:
configurecan be shortened toconf(unique identifier)conalone is ambiguous (configurevsconnect)
Router#con
% Ambiguous command: "con"
Router#con?
configure connect
Router#conf t
Router(config)#