cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
902
Views
0
Helpful
1
Replies

How to create custom GUI interface for Cisco router?

network_user
Level 1
Level 1

                   Hello,

I am working on a Cisco solution and I have my router configured for the solution I need. However, if a non-cisco person needs to use my solution then I think he will need a GUI interface which will have few "buttons" which when clicked will run some Cisco commands on Cisco router to make it work. Is there a way to design such GUI interface which is compatible with Cisco routers? I know Cisco has SDM, but that is too involved and detailed, which is useful only for people who know atleast a little bit about Cisco. Here I am looking at crowd who will have 0 knowledge of Cisco.

Please let me know if something like this can be done. If yes, how and how easily?

Thank you.

1 Reply 1

mfurnival
Level 4
Level 4

There are lots of ways to do this - you can use SNMP or even HTTP to push or pull commands from Cisco devices. How easy it is to create a GUI depends on your programming skills. I would guess a simple web page triggering backend scripts would be the easiest way to do this.