cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
388
Views
0
Helpful
3
Replies

Default password C9200CX

nstr1
Level 1
Level 1

 

 

I have a C9200CX, I am trying to enter through the WEB interface but it shows me an error (err_ssl_protocol_error and I have not been able to solve it).

So through the CLI you are using the user webui and password cisco (these credentials according to the guide are for web access) even so I am trying to use them, since I have used several combinations as username and password and I have not been able to enter (data used ) as username and password, "cisco", "admin", serial number")

Does anyone know what username and password you should use to be able to log in via CLI???

3 Replies 3

@nstr1 

 Related to the username and password, the procedure is the same for any user creation

switch(config)# username admin privilege 15 secret password123

 One importante step is enable http/https

switch(config)# ip http server
switch(config)# ip http secure-server
switch(config)# ip http authentication local

 Of course, you need to have  IP address on the swtich.

switch(config)# interface vlan 1
switch(config-if)# ip address 192.168.1.10 255.255.255.0
switch(config-if)# no shutdown
switch(config-if)# exit

And if you are trying to access from a different network, then you need route

switch(config)# ip default-gateway 192.168.1.1

 

Hi @Flavio Miranda 

The problem is that I do not have access to the CLI, because it immediately asks me to log in, asking for a username and password.

These data must be the default data, these are the ones I don't know about. (It doesn't ask me to configure username and password)

This switch model is  meant to be prepared in order to be managed, it not like small switches that have some sort of default username, password and ip address.  You need to get console and if you dont know the password, you need to perform a password reset.

https://medium.com/@jennb0111/password-recovery-for-cisco-catalyst-9300-switch-fca21e88b6d

 

Review Cisco Networking for a $25 gift card