Hostname

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

Relevant configuration

(switch(config)#) Creating a hostname:

hostname <NAME>

Show commands to validate functionality

show hosts

Expected results

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

Back to Index