12-04-2023 08:54 PM
Hi,
We just purchased a c1111-8p router for our entertainment department. All that was in the box was the router and power supply. I thought this was going to be a somewhat standard setup like a normal router by logging into the WebUI via 192.168.1.1 and entering the default user name and password. No matter what port I am plugged into with a PC I can not get to the WebUI. I have done a factory reset too. The manual isn't very clear for a non-network engineer. Do you have to create a default config via Putty just to get to a webui?
I'm not too proud to ask, can you please dumb it down for me here? What do I need to do (step-by-step) to get this default unit to display the Webui? It appears that the few photo examples on the internet show a Mac browser only accessing the WebUI. If I can create a default config before the UI displays please tell me that a browser on a PC will also display the UI and not just a Mac browser.
Any help is sincerely appreciated.
Regards,
Terry
12-04-2023 10:17 PM - edited 12-04-2023 10:18 PM
Hello @TWilkie
You need a minimum config via CLI:
Router(config)# interface GigabitEthernet0/0 Router(config-if)# ip address 192.168.1.1 255.255.255.0
Router(config-if)# no shutdown
Router(config-if)# exit
Router(config)#secure-server
Router(config)#username c!sco privilege 15 password 0 c!sco !
Router(config)# ip http server
Router(config)#ip http secure-server
Router(config)#ip http authentication local
https://www.google.com/amp/s/protocoholic.com/2018/05/31/cisco-isr-1100-webui-introduction/amp/
Assuming your PC has got this IP 192.168.1.2 and pluged on Gig0/0, you will be able to acces Router's WebGUI via its address 192.168.1.1
12-07-2023 08:09 PM
12-08-2023 12:10 AM
Start with configuration guide :
So how do I simply connect the PC to the router to upload this config file? Do I need a Micro USB to RJ45 adaptor?
So you already have configuration - then you can use console or ssh to device and paste the configuration on the router ?
12-08-2023 02:48 PM
12-09-2023 05:25 AM
Buy one in the market is easy for couple of Quids.
12-09-2023 07:38 PM
12-10-2023 01:32 AM
The document i have provided have that console cable information (did you get chance to read ?)
You have 2 option RJ45 and Micro USB cable - you can find the spec installation guide :
it has a web GUI to access by default out of the box without uploading a basic config with Telnet to enable the GUI.
yes it does, if you able to read the quick setup guide properly, if not working you can also try reset to factory settings (if some one already tested the router and put some config). you can reset and use default IP to connect router using GUI
12-11-2023 06:20 PM
12-15-2023 09:28 PM
12-15-2023 09:29 PM
12-16-2023 02:02 AM
If you are using make sure you have parity and flowcontrol - set to NONE
are you pasting the commands from notepad ?
Hope you are not reading the document provided here :
Interface name should be - interface GigabitEthernet0/0/0
You can Also display the interface configuration before configuring
# show ip interface brief (give you what interface installed on the router and what IP configured)
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