07-10-2020 06:50 AM
Cisco Hi,
Unfortunately, I tried to reset my device through the configuration CLI tab in IOS-WebUI and I ruined it.
Now, I see no IP (no 10.0.0.1 or the IP the device got from DHCP).
Also, I can't browse to it's IOS WebUI.
Please, help me to recover the device.
Guide me to the simplest way to recover it (anyway, I'm junior).
I have a RJ45-USB console cable.
Thanks!
Solved! Go to Solution.
07-16-2020 06:14 PM
it should be done in configuration mode
post complete command entered in the console logs.
07-16-2020 09:43 PM
Thanks bandi.
I'll stop here, since after reload the switch and connecting to 10.0.0.1 - the WebUI is loaded properly.
07-14-2020 03:00 AM
Hello
The switch does have an ip address allocated to it, but it doesn’t have a default-gateway so you wont be to remote access this switch unless you are on the same subnet as the switch.
You could do one of two things:
1) Make the switch a dhcp client
conf t
interface vlan 1
ip address dhcp
or
2) assign the switch a default-gateway < this will be the ip address of the device perfroming the routing vlan vlan 1
conf t
ip default-gateway 10.0.0.X
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide