cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
311
Views
4
Helpful
1
Replies

Starting Configuration

linkdeath
Level 1
Level 1

I'm not asking a question here per se, but I wanted to use your brains, if I might. I'm configuring a 1721 for use as a T1 router for a single network. The T1 line doesn't get installed until Wednesday, so I don't know the IP or subnet for the Serial0 interface yet. However, using this as simply a router for the network to be able to access the internet, does this config look okay? Or am I missing something I should be looking at still? As I said, this is my first config from scratch, so I want to make sure I get it right. Thanks!

Using 856 out of 29688 bytes

!

version 12.4

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname <hostname>

!

boot-start-marker

boot-end-marker

!

enable secret 5 $1$085A$cXa1VeAWdTIK3Svp8GRXl/

enable password xxxx

!

no aaa new-model

!

resource policy

!

mmi polling-interval 60

no mmi auto-configure

no mmi pvc

mmi snmp-timeout 180

ip subnet-zero

ip cef

!

!

no ip dhcp use vrf connected

!

!

!

!

!

!

interface FastEthernet0

ip address 192.168.111.1 255.255.255.0

speed auto

full-duplex

!

interface Serial0

no ip address

encapsulation ppp

shutdown

no fair-queue

!

router rip

redistribute connected

network 192.168.111.0

!

ip classless

!

no ip http server

!

dialer-list 1 protocol ip permit

snmp-server community public RO

!

control-plane

!

!

line con 0

line aux 0

line vty 0 4

password xxxx

login

!

end

1 Reply 1

Harold Ritter
Spotlight
Spotlight

You probably want to add a default route pointing at se0 as follow:

ip route 0.0.0.0 0.0.0.0 se0

If this is to access the Internet and the want to use a private network number (192.168.111.0/24) you will need to configure NAT.

Hope this helps,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)