cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2967
Views
1
Helpful
2
Replies

Cisco Router - GUI

Hello forum, and hope happy new year

 

I have a Cisco 887VAMG2 (MPC8300) 

Cisco IOS Software, C880 Software (C880DATA-UNIVERSALK9-M), Version 15.4(3)M4, RELEASE SOFTWARE (fc1)

 

I would like to known if is possibile to configure and manage cisco router with a Graphical User Interface and not only via ssh console

 

Thank you!

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

I used long back CCP - see if that works for you:

 

https://www.cisco.com/c/en/us/support/cloud-systems-management/configuration-professional/seimage.pngries.html

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

TJ-20933766
Spotlight
Spotlight

You can enable the GUI on many Cisco devices using the following instructions:

1) Console or SSH to the device

2) Issue the commands (replace the brackets with your appropriate information):

username [user] privilege 15 secret [password]
ip http server
ip http authentication local
ip http secure-server

3) Open a web browser and input an IP address of any of the router's IP addresses (so long as you are able to reach them via the computer you're on. Pro tip: try pinging the address before trying to web browse to it. If you can't ping it, fix that first)

As many Cisco engineers will tell you, the web GUI is often different from device to device but the CLI seems a little more unified.

As Balaji stated above, you can also use Cisco Configuration Professional (CCP) but it can be quite a pain to get going.

Hope this helps!