Configure Hostnames

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

Configuration Commands

Create a hostname:

hostname NAME

Show commands to validate functionality:

show hostname

Example Output

hostname switch-test
show hostname

Expected Results

  1. Administrators can configure the hostname
  2. The output of all show commands is correct

Back to Index