Link to home
Start Free TrialLog in
Avatar of Nole_Fan
Nole_Fan

asked on

GUI on cisco 1921 Sec bundle

I just recently purchased several Cisco 1921, with the Security IOS.   I've configured most of the router using the CLI, but I'd like to enable the GUI.  In the past I've jsut enabled the HTTP server and added an ACL to allow my connection.  However, when I try ASDM or SDM I get a message stating "Not a Supported Router".  When I browse to the internal Interface It accepts my credentials, but I a very strange page.  I've attached a copy of the code and the page I get displayed.  I tried multiple routers with the same result.  Do these not come with the gui installed?  Or am I missing a step?  

thanks~!  
ROUTER_DET#wr t
Building configuration...

Current configuration : 1614 bytes
!
! Last configuration change at 14:00:32 UTC Thu Oct 28 2010 by admin
!
version 15.0
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ROUTER_DET
!
boot-start-marker
boot-end-marker
!
card type t1 0 0
!
no aaa new-model
!
!
!
no network-clock-participate wic 0
!
no ipv6 cef
ip source-route
ip cef
!
!
!
!
!
multilink bundle-name authenticated
!
!
!
license udi pid CISCO1921/K9 sn FTX144003BX
!
!
username admin privilege 15 secret 5 $1$3yp/$QAITtJ3rPi1zoIFuVflGO1
!
redundancy
!
!
controller T1 0/0/0
 cablelength long 0db
 channel-group 0 timeslots 1-24
!
!
!
!
!
!
!
!
interface GigabitEthernet0/0
 ip address X
 duplex auto
 speed auto
 !
!
interface GigabitEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
 !
!
interface Serial0/0/0:0
 description T1
 ip address X
 ip flow ingress
 !
!
!
router eigrp 100
 network x
 network x
 redistribute connected
!
ip forward-protocol nd
!
ip http server
ip http access-class 23
ip http authentication local
no ip http secure-server
ip http path flash:
ip flow-cache timeout active 1
ip flow-export source Serial0/0/0:0
ip flow-export version 9
ip flow-export destination x
!
!
ip access-list standard USC
 permit 0.0.0.0
!
!
!
!
!
!
!
control-plane
 !
!
!
line con 0
 login local
line aux 0
line vty 0 4
 privilege level 15
 login local
 transport input telnet
line vty 5 15
 privilege level 15
 login local
 transport input telnet
!
scheduler allocate 20000 1000
end

ROUTER_DET#

Open in new window

1921-http.bmp
Avatar of Nole_Fan
Nole_Fan

ASKER

Also, I only see the one image in the flash.  Does this mean that the router did not come with the GUI installed?  I also see on cisco's site that they say to use the Cisco Configuration Professional.  


#sho flash
-#- --length-- -----date/time------ path
1     45789800 Oct 02 2010 15:56:38 c1900-universalk9-mz.SPA.150-1.M3.bin


I think you need to download and install the SDM image before you will be able to access what you are looking for from the Cisco site
the message I got was device not supported.  IS there a specific version I need to install on the router?
ASKER CERTIFIED SOLUTION
Avatar of Cheever000
Cheever000
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I went ahead and tested it out provides the SDM functionality.