Hostname

A hostname is a human-friendly name used to identify a device. An example of a hostname could be the name test.

Configuration commands

(switch(config)#) Create a hostname:

hostname <NAME>

Show commands to validate functionality

(switch#)

show hosts

Expected results

  • The hostname can be configured.
  • The output of all show commands is correct.

Back to Index