Jump to content
When you buy through links on our site, we may earn an affiliate commission.
  • Current Donation Goals

Any Cisco IOS experts here?


redwatch

Recommended Posts

Got a Cisco 831 router that was programmed for another use and I need to do a factory reset on it. I restarted it using the standard config file and also did a complete erase nvram but it still won't work as a DHCP router.

Anyone that can help me out with this? (I don't really need to use this, but now that I have started playing with it, I want to conquer it :D )

Link to comment
Share on other sites

If you mean as a DHCP Server try this:

ip dhcp pool 2

import all

network 192.150.2.0 255.255.255.0

domain-name devtest.com

default-router 192.150.2.100

lease 0 0 3

interface Ethernet0

ip address 192.150.2.100 255.255.255.0

ip nat inside

Or from the manual:

ip dhcp excluded-address 10.10.10.1

ip dhcp pool SERVER

network 10.10.10.0 255.255.255.0

default-router 10.10.10.1

import all

Link to comment
Share on other sites

Sweet! Thanks Ronin!! :thumbsupsmileyanim: That looks much better than some of the code examples I found on the forums. First off, its the first one that has mention of DHCP pool. There were a few examples that mentioned DHCP, but nothing about the pool settings or anything.

Also, once I have DHCP up and running, and before I get to far with this, will this router work with PPPoE?

Link to comment
Share on other sites

Wow Ronin! That manual is amazing! I have every piece of documentation that came with this thing, sealed in the original bags. Of course, there is no manual like the one you posted. All I have is the basic settings in the Quick Start Guide which states to use the Cisco Router Web Setup

Link to comment
Share on other sites

Any chance you can walk me through upgrade the IOS on this? I have the latest release that was issued on Aug 24th, 2010 - c831-k9o3sy6-mz.124-25d.bin

I was able to activate an IP address on the router, and I am able to assign a static IP on the PC and connect to the router. I was unable to run the web interface as I keep getting a Java error. I noticed the IOS ver was really old (around 2005) so my friend sent me the latest bin file. I loaded Free TFTP, put the file in the root folder and assigned the server IP address. I can ping the router just fine, but the router is unable to find the file on the TFTP server for some reason.

Any suggestions you may have would be really helpful! I'm not giving up on this thing yet :D

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...
Please Sign In or Sign Up