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 … Read more