03-24-2022 06:51 AM
Hi,
I have a C9200L-24P-4G-E V01, which was configured (with unknown credentials), so I had to reset it to factory defaults with these commands in the CLI:
SWITCH_IGNORE_STARTUP_CFG=1
boot flash:packages.conf
***set the password***
SWITCH_IGNORE_STARTUP_CFG=0
boot flash:packages.conf
After that, I connected it to the network but it got no IP from the DHCP. I manually configured interface vlan 1 with a static IP, set up the ip http server, and I still can't login the web UI.
I can't even ping the IP I gave it, nor can I ping from it to the network.
Any idea why that is? Any hints would be helpful.
Thanks!
Solved! Go to Solution.
03-24-2022 08:06 AM
Managed to set it up using this guide: link
Except there is a small mistake, when configuring the Ethernet Management port, the correct command is: interface gigabitethernet0/0
Not this this one:
Switch# configure terminal
Switch(config)# interface gigabitethernet1/0/1
Switch(config-if)# vrf forwarding Mgmt-vrf
Switch(config-if)#ip address 192.168.247.10 255.255.0.0
Switch(config-if)# end
Case closed.
03-24-2022 07:01 AM
follow the video :
https://www.youtube.com/watch?v=6jpdvG9lgtw
still not working (post complete console output)
03-24-2022 07:26 AM
Hi BB,
That was the exact video I used to reset it. Funny how Cisco is unable to have easily accessible and properly structured documentation, that we have to rely on people on Youtube for help.
I'd like to keep the details of my configuration private for now. Will probably post them later on, once I edit out the sensitive data.
03-24-2022 08:06 AM
Managed to set it up using this guide: link
Except there is a small mistake, when configuring the Ethernet Management port, the correct command is: interface gigabitethernet0/0
Not this this one:
Switch# configure terminal
Switch(config)# interface gigabitethernet1/0/1
Switch(config-if)# vrf forwarding Mgmt-vrf
Switch(config-if)#ip address 192.168.247.10 255.255.0.0
Switch(config-if)# end
Case closed.
03-24-2022 08:25 AM
Glad you able to resolve the issue, appricaited your feedback and solution.
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