cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
351
Views
0
Helpful
1
Replies

4900m HTTP Question

Hello,

I received a new Cisco 4900m switch a few days ago and I conducted the initial configuration.  I connected the management port to a switch and I can telnet into the switch to perform management operations.  I have tried for the past few days to get the HTTP server running so I can install the cisco network assistant.  It would appear all I should do is a few commands like:

ip http server

ip http max-connections connection_number

I'm beggining to think now maybe the http server is not even installed on the ios or maybe I have to configure a http server path below is my http server status and if I try to connect to the port 80 I get a (www) : Connection refused

show ip http server status

HTTP server status: Enabled

HTTP server port:80

HTTP server authentication method: local

HTTP server access class: 0

HTTP server base path:

HTTP server help root:

Maximum number of concurrent server connections 16

Server idle time-out: 180 seconds

Server life time-out 360 seconds

Maximum number of requests allowed on a connection: 25

HTTP server active session module: ALL

HTTP secure server capability: No present

I am now just hoping maybe somebody out there has had a similar problem or might have some additional suggestions.  Thanks,

Dan

1 Reply 1

amikat
Spotlight
Spotlight

Hi,

You have configured your ip http authentication as "local". If that was your intention please make sure you specify "priv 15" parameter within your local user database ("username xxxx priv 15 ...."). Otherwise you can specify the ip http authentication as "enable" which is the default with the majority of boxes.

Best regards,

Antonin