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