cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2097
Views
0
Helpful
3
Replies

Configuration tool for Cisco 4321 router

Birkoff
Level 1
Level 1

Hello,

 

I was wondering if there is another way to configure Cisco ISR4321 router then CLI?

Maybe something with GUI, preferably not java based? Please advise

 

Thank you in advance,

Jarda

3 Replies 3

Birkoff
Level 1
Level 1

Or differently, it is possible to manage routers from ISR4000 series with configuration assistant or different tool through management port? Or I need to create access on standart port first? Please advise

 

The 4321 has a web HTTP interface, but by default it is not enabled. You need to login to the router via command line first. Connect to the console port, then issue the following:

 

enable
configure terminal
ip http server
enable secret <type a password>
service password-encryption

 

Now, you should be able to go to http://<router IP>, and login with username "Cisco" and password of the password you set. Keep in mind that the above commands will enable the web interface on ALL interfaces, so make sure to create proper access lists that will deny access to it from any WAN or untrusted interfaces.

Hello and thank you for your answer. Unfortunately build-in webgui dont have funcionality that I am looking for (I have struggle to configure VPN in CLI). Now I am trying to get Cisco configuration assistant frontend into routers (ISR4321 and ISR881), at this moment Im waiting for links for latests OS and rommon for both routers, because with current versions security features as VPN are disabled in it. I will post update here, when I have it.


Thanks again and sorry for my english :)