12-16-2011 04:49 PM - edited 03-04-2019 02:40 PM
I have a Cisco 1921 in place with the security IOS so it is also acting as a firewall.
I am wondering if I can enable the GUI so I can configure it remotely. Is that possible?
Thanks
Solved! Go to Solution.
12-16-2011 05:45 PM
hi morris,
yes, you can do this via Cisco's SDM or CCP. see URL and initial router conifg below. note that SDM is the old GUI and CCP is the latest.
http://www.cisco.com/en/US/products/sw/secursw/ps5318/index.html
http://www.cisco.com/en/US/products/ps9422/index.html
Router(config)#ip http server OR
Router(config)#ip http secure-server
Router(config)#ip http authentication local
Router(config)#ip http timeout-policy idle 600 life 86400 requests 10000
Router(config)#username
Router(config)#line vty 0 4
Router(config-line)#privilege level 15
Router(config-line)#login local
12-16-2011 05:45 PM
hi morris,
yes, you can do this via Cisco's SDM or CCP. see URL and initial router conifg below. note that SDM is the old GUI and CCP is the latest.
http://www.cisco.com/en/US/products/sw/secursw/ps5318/index.html
http://www.cisco.com/en/US/products/ps9422/index.html
Router(config)#ip http server OR
Router(config)#ip http secure-server
Router(config)#ip http authentication local
Router(config)#ip http timeout-policy idle 600 life 86400 requests 10000
Router(config)#username
Router(config)#line vty 0 4
Router(config-line)#privilege level 15
Router(config-line)#login local
12-16-2011 05:51 PM
John,
Thanks again!!!! I will run these commands tomorrow. I can do most of the configs I need using the CLI, but there is something reassuring having the GUI as well.
I'll follow up with you again after I get this working tomorrow.
Thanks!
12-16-2011 05:57 PM
hi morris,
sure just let this forum know if it worked.
on a personal note, GUI is nice but CLI is still the way to go.
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