Link to home
Start Free TrialLog in
Avatar of KANEWONG
KANEWONG

asked on

http server on Cisco router 2621

Hi;

How can I know if my Cisco router 2621 support or have http server feature built-in?  I want to use Cisco SDM to manage the router but when I enter the ip address of the router in SDM, it said that there s no http feature turn on.

The IOS version on router is 12.2 (17d)

thanks!
Avatar of ad4m1
ad4m1
Flag of United Kingdom of Great Britain and Northern Ireland image

You need to terminal into the router using either telnet or better still using a console cable.
The ndo the following:
type enable and enter your password (if one has been set)
then type configure terminal
Select which interface is used for your Itnernal network connectivity:
For example if your using Ethernet Port 1 then type: interface fastethernet0/1
You can display a list of interfaces using: show interfaces
Once your in your interface issue the following command.
ip http server
This should turn on the HTTP configuration service for the router.
Don't forget send a break signal once your done so that your return back to the enable prompt and then you must type write to save your config to the NVRAM.
That should resolve your issue. Let me know if it doesn't and i'll do my best to help you out.
You need to terminal into the router using either telnet or better still using a console cable.
The ndo the following:
type enable and enter your password (if one has been set)
then type configure terminal
Select which interface is used for your Itnernal network connectivity:
For example if your using Ethernet Port 1 then type: interface fastethernet0/1
You can display a list of interfaces using: show interfaces
Once your in your interface issue the following command.
ip http server
This should turn on the HTTP configuration service for the router.
Don't forget send a break signal once your done so that your return back to the enable prompt and then you must type write to save your config to the NVRAM.
That should resolve your issue. Let me know if it doesn't and i'll do my best to help you out.
You need to terminal into the router using either telnet or better still using a console cable.
The ndo the following:
type enable and enter your password (if one has been set)
then type configure terminal
Select which interface is used for your Itnernal network connectivity:
For example if your using Ethernet Port 1 then type: interface fastethernet0/1
You can display a list of interfaces using: show interfaces
Once your in your interface issue the following command.
ip http server
This should turn on the HTTP configuration service for the router.
Don't forget send a break signal once your done so that your return back to the enable prompt and then you must type write to save your config to the NVRAM.
That should resolve your issue. Let me know if it doesn't and i'll do my best to help you out.
sorry for multiple posts. Issue with my browser window at the time when I posted it.
ASKER CERTIFIED SOLUTION
Avatar of rfc1180
rfc1180
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
Avatar of KANEWONG
KANEWONG

ASKER

thanks guy.

what command is used to verify if my router has "crypto enabled IOS"?  If just using "show version", what information should I look at.
output show version, then go to http://tools.cisco.com/ITDIT/CFN/Dispatch?act=rlsSelect&task=search&searchby=image

Search the database base on the image name; sometimes you can tell by the image name, but use the feature navigator. That will give you a definitive answer.

Billy