cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2500
Views
0
Helpful
5
Replies

unable to do web setup w/Cisco 2950 switch

jaguarshark
Level 1
Level 1

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!

5 Replies 5

Reza Sharifi
Hall of Fame
Hall of Fame

Hi Jeff,

Are you in config mode when issuing "ip http server"?

config t

ip http server

HTH

Reza

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?

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.

Don't forget to rate helpful posts.

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!

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.

Don't forget to rate helpful posts.