Configuring a System Name
Command or Action
Device# configure terminal
Step 3
interface interface-id
Example:
Device(config)# interface gigabitethernet1/0/1
Step 4
[no] ntp disable
Example:
Device(config-if)# ntp disable
Step 5
end
Example:
Device(config-if)# end
Configuring a System Name
Follow these steps to manually configure a system name:
SUMMARY STEPS
1. enable
2. configure terminal
3. hostname name
4. end
5. show running-config
6. copy running-config startup-config
DETAILED STEPS
Command or Action
Step 1
enable
Example:
Device> enable
Step 2
configure terminal
Example:
System Management Configuration Guide, Cisco IOS XE Fuji 16.8.x (Catalyst 9500 Switches)
22
Purpose
Enters global configuration mode.
Disables NTP packets from being received on the interface.
Use the no form of this command to re-enable receipt of
NTP packets on an interface.
Returns to privileged EXEC mode.
Purpose
Enables privileged EXEC mode.
• Enter your password if prompted.
Enters global configuration mode.
Administering the Device