03-17-2011 02:20 PM - edited 03-06-2019 04:08 PM
Hello,
I have two Cisco 2950 switches and while one of them has the Express web setup available, the other does not. I just updated the switch to IOS 12.1(22) EA14 thinking maybe the version was too old and still nothing.
When I run "dir flash:" it shows an html directory.
When I run "ip http server" it says "Invalid input detected at" and the carat is pointing to "ip".
The DHCP works -- when I go into setup mode, the switch gets 10.0.0.1 and my laptop does get 10.0.0.2. I can successfully telnet into it as well.
Any other things to try?
Thanks for your help!
03-17-2011 04:44 PM
Hi Jeff,
Are you in config mode when issuing "ip http server"?
config t
ip http server
HTH
Reza
03-22-2011 10:06 AM
Thanks.
I just tried that and no difference.
I ran config t, ip http server and it accepts the command. Then I do a reload.
I go back into Express mode on the device (hold down mode until the 4 steady lights) and I get the 10.0.0.2 ip address on my laptop. I try to connect to 10.0.0.1 and nothing shows up.
Any ideas?
03-22-2011 01:27 PM
Hi,
can you post output of:
-sh ip int br
-sh run | i user
-sh run | be ip http
-sh run | be line vty
Regards.
Alain.
03-23-2011 02:35 PM
Switch#sh ip int br
Interface IP-Address OK? Method Status Protocol
Vlan1 10.0.0.3 YES other up up
FastEthernet0/1 unassigned YES unset up up
FastEthernet0/2 unassigned YES unset down down
FastEthernet0/3 unassigned YES unset down down
FastEthernet0/4 unassigned YES unset down down
FastEthernet0/5 unassigned YES unset down down
FastEthernet0/6 unassigned YES unset down down
FastEthernet0/7 unassigned YES unset down down
FastEthernet0/8 unassigned YES unset down down
FastEthernet0/9 unassigned YES unset down down
FastEthernet0/10 unassigned YES unset down down
FastEthernet0/11 unassigned YES unset down down
FastEthernet0/12 unassigned YES unset down down
FastEthernet0/13 unassigned YES unset down down
FastEthernet0/14 unassigned YES unset down down
FastEthernet0/15 unassigned YES unset down down
FastEthernet0/16 unassigned YES unset down down
FastEthernet0/17 unassigned YES unset down down
FastEthernet0/18 unassigned YES unset down down
FastEthernet0/19 unassigned YES unset down down
FastEthernet0/20 unassigned YES unset down down
FastEthernet0/21 unassigned YES unset down down
FastEthernet0/22 unassigned YES unset down down
FastEthernet0/23 unassigned YES unset down down
FastEthernet0/24 unassigned YES unset down down
Switch#sh run | i user
Switch#sh run | be ip http
ip http server
!
line con 0
exec-timeout 0 0
line vty 0 4
privilege level 15
no login
line vty 5 15
privilege level 15
no login
!
!
end
Switch#s run | be line vty
line vty 0 4
privilege level 15
no login
line vty 5 15
privilege level 15
no login
!
!
end
Thanks for all your help!
03-24-2011 01:53 AM
Hi,
you must connect to this address
Vlan1 10.0.0.3 YES other up up
I would also add a user with privilege 15: user testuserprivilege 15 secret testpass
Then get rid of privilege level 15 on vty lines: no privilege level 15
enable authentication with user for http: ip http authentication local
same for vty lines: login local
Regards.
Alain.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide