Cisco 887VA GUI search
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 06:23 AM
Hi there - I've inherited a Cisco 887VA router and have successfully factory reset it to 10.10.10.1. I can browse to it, using the default cisco/cisco credentials, but there seems to be no GUI - only a list of commands. Does such a GUI exist, or is there a configuration tool that can be downloaded ?
Thanks in advance.
- Labels:
-
Other Routers

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 02:16 AM - edited 01-19-2024 02:20 AM
as the release notes mention a bug for this series it suggests there is a GUI f
AP 860VAE-W GUI does not reflect changes in WLAN Configuration |
what do you mean with only a list of commands ? is this when accessing the router over http(s)?
did you configure an account/password first to login into the gui?
if you accessed from the cli check if the running config contains (default)
no ip http server no ip http secure-server
you can use
configure terminal
ip http server
ip http secure-server
end
write (or copy running-config startup-config
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 02:22 AM
Cheers, Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 02:27 AM
Many thanks for this - I'll give it a go. Do I need to set up a username and password to access the GUI as well, or will the default cisco/cisco suffice ?
Regards, Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 02:55 AM - edited 01-19-2024 03:15 AM
the model used to be supported by Cisco Network Assistant see this post
Is Cisco 867VAE supported in CNA (Cisco Network Assistant)? - Cisco Community
but CNA itself is EOL,
Cisco Network Assistant - Retirement Notification - Cisco
this refers to Cloud and Systems Management for other options like
Cisco Configuration Assistant (CCA) - Cisco
Software Download - Cisco Systems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 03:25 AM
I was hoping to avoid having to go down the CCA route, as they seem to want money for it ! I've managed to create my own username and password, with level 15 privileges, but am still getting the command list, rather than a GUI. Do I need to configure an IP address for one of the ports, rather than rely on the VLAN 10.10.10.1 ? I'm currently in Fast Internet Port 0.
interface ATM0
no ip address
shutdown
no atm ilmi-keepalive
!
interface Ethernet0
no ip address
shutdown
!
interface FastEthernet0
no ip address
spanning-tree portfast
!
interface FastEthernet1
no ip address
spanning-tree portfast
!
interface FastEthernet2
no ip address
spanning-tree portfast
!
interface FastEthernet3
no ip address
spanning-tree portfast
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$CVO$
ip address 10.10.10.1 255.255.255.248
ip access-group 100 in
ip nat inside
ip virtual-reassembly in
ip tcp adjust-mss 1452
!
ip forward-protocol nd
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
Again - thanks for your help with this. Steve

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 03:41 AM - edited 01-19-2024 03:47 AM
Hi there,
some older GUI's only offer a web-interface to construct the CLI commands, not a "real" GUI
if this is not what you are looking for, then stick to the command line using console-port or telnet/SSH
yes, normally you need an account attached to a service contract to download software,
did you try logging in with the same account you use for this forum ?
no you do not need to add another ip-address, the current address is sufficient for now.
ip http access-class 23 ->> check if an corresponding "access-list 23 "exists in the configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 03:50 AM
Ah - that explains it. Yes, I'm getting the interface to construct commands. In a way, that's a relief. At least I'm not doing anything wrong. I'm just used to pointy-clicky configs.
Unfortunately I don't have a service contract with Cisco, as I only inherited this unit and am playing with it to see if it's worth setting up. I think I'll persist with it - just need to put it into a test environment where I can really get to grips with the fine tuning.
Thanks you so much for your time and patience on this - I'm genuinely grateful for your help in pointing me in the right direction.
Regards, Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 04:05 AM
you're welcome
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 03:49 AM
can you post show version installed on the device.
if you have right image , you need create local user to access GUI :
username balaji privilege 15 xxxxxxxxxx xxxxxxxxxxxxx
ip http authentication local
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 04:12 AM
Thanks for picking this up - I'm really grateful for the community support here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 11:25 AM
post show version (full here) and dir flash:
