cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
48635
Views
0
Helpful
3
Replies

Basic Cisco 2811 Configuration

Nitroware1
Level 1
Level 1

Hello All!  I just got a Cisco 2811 Router to replace a residential Linksys (WRT300N) router.  I attached a switch to the router, and have the SDM installed.  Basically, I  would like to know if there is any basic configuration file that just does the following basic tasks:

1) Is DHCP enabled (FastEthernet0/1)

2) Connects to my Time Warner internet box (Dynamic IP via. DHCP) (FastEthernet0/0)

I tried to use the SDM to get this to work, however what keeps happening is that it will not get an IP from my ISP.  When I plug my other Linksys router in it gets an IP, starts DHCP and works great.  I know without any doubt that the Cisco rouer is WAY better, I just dont know how to use it yet.  I dont mind starting from scratch at all, so a full config file is perfectly fine.  I understand (at the surface) how the config file works.

I currently have FastEthernet0/0 as the WAN (outside) and FastEthernet0/1 as LAN (inside).  Everything is wired, I just need a config file to get me going.  I am working on my CCNA which is largly the reason I got the router in the first place.  I have Googled this (not a total n00b) however I am not exactly what to search for.  If there is an existing thread to help, that would be greatly appreciated as well.

Thanks for any replies!

Tom

3 Replies 3

Reza Sharifi
Hall of Fame
Hall of Fame

Hi Tom,

Login to the router and type

config t

interface FastEthernet0/0

ip address dhcp

The router will get an IP address form your service provider

for your other interfcae (0/1):

config t

interface FastEthernet0/1

ip address 10.1.1.1 255.255.255.0 (this is an example, use the ip addess range that you are using for your PCs, printer, etc at home.

If you want to use DHCP addressing for your devices at home, then you would need to define an IP DHCP pool and sepcify

ip dhcp pool LAN
network 10.1.1.0 255.255.255.0
default-router 10.1.1.1
dns-server  (DNS servers supplied by the ISP)

You will also need a default route tward your sevice provide

ip route 0.0.0.0 0.0.0.0 FastEthernet0/0

HTH

Reza

Nitroware1
Level 1
Level 1

Thanks Reza!  Actually what I did was turn off the router ,and when it booted up again, it reverted back to the default configuration.  I just didn't save the running config to the boot config.  However, when I started to re-config it, I just did the simple steps, and now it works - partially.

I currently have it plugged into my linksys router which is connected to my Time Warner cable box.  What I want to do next is plug it into my cable box, to make it the top router.  I tried this, but when I did so, I was not assigned an IP by my ISP (same as before).  I tries a crossover cable as well and that did not work.  In the SDM, I did a Test Connection and it said that I didn't have an IP.  I checked my Linksys Router settings and it said it was simply set up for DHCP as is my Cisco router.  I am a bit confused on this one.  I posted my config below.

Thanks for any replies!


!

version 12.4

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname {!REMOVED FOR SECURITY!}

!

boot-start-marker

boot-end-marker

!

logging buffered 51200 warnings

enable secret 5 {!REMOVED FOR SECURITY!}

!

no aaa new-model

!

resource policy

!

ip subnet-zero

!

!

ip cef

no ip dhcp use vrf connected

ip dhcp excluded-address 10.10.0.31 10.10.0.254

ip dhcp excluded-address 10.10.0.1

!

ip dhcp pool sdm-pool1

   network 10.10.0.0 255.255.255.0

   domain-name {!REMOVED FOR SECURITY!}

   default-router 10.10.0.1

   dns-server 208.67.222.222 208.67.220.220

!

ip dhcp pool sdm-pool

!

ip dhcp pool {!REMOVED FOR SECURITY!}

   host 10.10.1.2 255.255.255.0

   hardware-address {!REMOVED FOR SECURITY!}

   client-name {!REMOVED FOR SECURITY!}

!

!

ip domain name {!REMOVED FOR SECURITY!}

!

!

voice-card 0

no dspfarm

!

!

!

!

!

!

!

!

!

!

!

!

!

crypto pki trustpoint TP-self-signed-{!REMOVED FOR SECURITY!}

enrollment selfsigned

subject-name cn=IOS-Self-Signed-Certificate-{!REMOVED FOR SECURITY!}

revocation-check none

rsakeypair TP-self-signed-{!REMOVED FOR SECURITY!}

!

!

crypto pki certificate chain TP-self-signed-{!REMOVED FOR SECURITY!}

certificate self-signed 01

{!REMOVED FOR SECURITY!}

  quit

username root privilege 15 secret 5 {!REMOVED FOR SECURITY!}

!

!

!

!

!

!

interface FastEthernet0/0

description $ETH-SW-LAUNCH$$INTF-INFO-FE 0/0$$ETH-WAN$

ip address dhcp client-id FastEthernet0/0 hostname {!REMOVED FOR SECURITY!}

ip nat outside

ip virtual-reassembly

duplex auto

speed auto

!

interface FastEthernet0/1

description $ETH-LAN$

ip address 10.10.0.1 255.255.255.0

ip nat inside

ip virtual-reassembly

duplex auto

speed auto

!

ip classless

!

!

ip http server

ip http authentication local

ip http secure-server

ip http timeout-policy idle 60 life 86400 requests 10000

ip nat inside source list 1 interface FastEthernet0/0 overload

!

access-list 1 remark INSIDE_IF=FastEthernet0/1

access-list 1 remark SDM_ACL Category=2

access-list 1 permit 10.10.0.0 0.0.0.255

!

!

!

!

control-plane

!

!

!

!

!

!

!

!

!

banner login ^C

-----------------------------------------------------------------------

Cisco Router and Security Device Manager (SDM) is installed on this device.

This feature requires the one-time use of the username "cisco"

with the password "cisco". The default username and password have a privilege level of 15.

Please change these publicly known initial credentials using SDM or the IOS CLI.

Here are the Cisco IOS commands.

username   privilege 15 secret 0

no username cisco

Replace and with the username and password you want to use.

For more information about SDM please follow the instructions in the QUICK START

GUIDE for your router or go to http://www.cisco.com/go/sdm

-----------------------------------------------------------------------

^C

!

line con 0

login local

line aux 0

line vty 0 4

privilege level 15

login local

transport input telnet ssh

line vty 5 15

privilege level 15

login local

transport input telnet ssh

!

scheduler allocate 20000 1000

!

end

Phillip Remaker
Cisco Employee
Cisco Employee

The cable company is locked on to the MAC address of your Linksys.  When you replace the Linksys, you need to wait for the old MAC address to time out or otherwise trick the cable company into recognizing the new MAC address of the 2811.  Most consumer routers have a "Clone MAC address" function for this purpose.

Some people report that powering off the cable modem for 2 to 5 minutes while switching the routers will do the job.  So, turn of fthe cable modem for a few minutes while swapping the routers, and then see if it works out.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card