Cisco C9300 & C1000 Series Initial Configuration

In this article we will see how to configure Hostname, IP Address and Password on Cisco C9300 or C1000 Series Switches.

Hostname:-
Switch>enable
Switch#configure terminal
Switch(config)#hostname RouterX
RouterX(config)#exit
RouterX#
IP Address Configuration:-
RouterX>enable
RouterX#configure terminal
RouterX(config)#interface vlan 1
RouterX(config-if)#ip address 172.26.0.10 255.255.255.0
RouterX(config-if)#exit
RouterX(config)#exit
RouterX#
Line vty Password Configuration:-
RouterX>enable
RouterX#configure terminal
RouterX(config)#line vty 0 4
RouterX(config-line)#password 
RouterX(config-line)#exit
RouterX(config)#exit
RouterX#
Enable Password Configuration:-
RouterX>enable
RouterX#configure terminal
RouterX(config)#enable secret 
RouterX(config)#exit
RouterX#
Save Configuration:-
RouterX>enable
RouterX#write memory 

Leave a Comment