Cisco 877: Some pointers.
Leave a commentAugust 19, 2013 by aubreykloppers
Starting to get my Studio/Environment more up to date/streamlined, I decided to get myself one of these bad-boys. Some pointers are needed:
- Reset to default.
- Cisco Router and Security Device Manager Quick Start Guide.
- SDM download (for you without Cisco Accounts).
- Use of the Configuration Register on All Cisco Routers.
To enable (Vlan1) login via IP:
– when you ran the RESET (config-register 0x2142) and reloaded your system, you were asked to run the initial setup, where you assigned (I hope) an IP to Vlan1. (Not to FE0-3) You now have to enable the lines on FA0-3…
- en
- conf t
- int FastEther 0
- no shutdown
- int Fastether 1
- no shutdown (till you get to FastEther 3)…
This will enable all your ports on the Router.
To enable your webservices on this:
- Router(config)# ip http server
- Router(config)# ip http secure-server
- Router(config)# ip http authentication local
- Router(config)# username <username> privilege 15 password 0 <password>
- Router(config)# line vty 0 4
- Router(config-line)# privilege level 15
- Router(config-line)# login local
- Router(config-line)# transport input telnet
- Router(config-line)# transport input telnet ssh
Once finished:
- run: “show version”
- if Version is still on 0x2142 (last line)
- run: “config-register 0x2102”
- run “show version”
- last line should read: “… 0x2142 (will be 0x2102 at next reload)”
Alternative to resetting:
- sh flash
- copy flash:/sdmconfig-8xx.cfg startup-config
- reload
Remember to:
- Set PC ip to: 10.10.10.2
- enable webservices