for your ref, below is the pdf for 877.
http://www.cisco.com/en/US
Main Topics
Browse All TopicsDear All,
Can anyone help me with step by step configuration for Cisco 877w router.
I got a new router. When i connect it to adsl the internet doesnt work.
I want to configure it from Scatch.
it will be great if you provide me some links to manual. A perfect one. I tried lots of manual. Dint worked.
Regards,
Vikas
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
for your ref, below is the pdf for 877.
http://www.cisco.com/en/US
Look at this direct sample config output from 870 series, may be you don't require all the features, but take what you require and copy paste...... hopefully your issue would be solved....
https://www.cisco.com/en/U
Thanks for quick response.
Problem is i have reset the router to factory default.
When i try to launch the SDM it gives me error :
unable to launch SDM due to one or more of the following
1) The ip address or hostname you provided is not a valid router address or is not reachable.
2)Http / Https is disabled on the router
Please help
No problem, nice you have reset.:), enter the router via console and issue the following, your sdm should strat.......
Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)# ip http server
Router(config)# ip http secure-server
Router(config)# ip http authentication local
Router(config)# ip http timeout-policy idle 600 life 86400 requests 10000
Router(config)# username <username> privilege 15 secret 0 < type password>
Router(config)# line vty 0 4
Router(config-line)# privilege level 15
Router(config-line)# login local
Router(config-line)# transport input telnet ssh
Router(config-line)# exit
Router(config)# line vty 5 15
Router(config-line)# privilege level 15
Router(config-line)# login local
Router(config-line)# transport input telnet ssh
Router(config-line)# exit
Router(config)#
Do not forget to put in the ip address to the router that match you PC, else will not be able to connect.
I am presuming SDM is already installed and you know how to run SDM.......
router should be having four lan ports........ connect any one of them.... and configure an ip address in the same range that of any desktop........... you can ping.
else,
connect the lan cable from the router to the nic of your pc. Should be a cross cable. Once pinging, start sdm from the pc.
Can't help much if you cannot ping the router from the PC....... u got to set up correctly the cabling and the Ip address.
Business Accounts
Answer for Membership
by: surbabu140977Posted on 2009-10-06 at 02:16:18ID: 25503056
Why don't you use SDM for configuration? It would be easy for you I guess than the CLI......