| Juniper Networking & Security |
|---|
| >> Introduction |
| >> Knowledge Base |
| Others |
| >> Junos Space |
| >> Juniper MIST |
| How to configure hostname in cisco 9200 Switches ? |
Symptom
Cisco 9200 Series switches are a series of switch which is using for the connectivity of Users and end-points in data center and campus networks.
This article will provide the steps to configure the hostname in Cisco 9200 Series Switch
Process
- Login the device with the admin access.
login as: Password :
- Enables privileged EXEC mode.Go to Configure terminal mode mode with command ” configure/edit”.
> enable
- Enter global configuration mode
Device#configure terminal
- Configure the hostname/System Name.
Device(config)# hostname SWITCH1
SWITCH1(config)#
- Return to priviliged EXEC mode.
SWITCH1(config)# end
SWITCH1#
- Save the configuration
#write memory