Cut and paste ain't so easy, since I have to RDP into a server, and then telnet into the router. Here's the configuration file. Hopefully I've removed all the needed confidential information
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Foo
!
logging buffered 4192 debugging
enable password MD5ENCRYPTEDPASSWD
!
memory-size inmom 25
ip subnet-zero
no ip domain-lookup
!
!
!
!
interface Serial0
no ip address
no ip directed-broadcast
encapsulation frame-relay
service-module t1 timeslots 13-24
service-module t1 remote-alarm-enable
frame-relay lmi-type ansi
!
interface Serial0.1 point-to-point
description Frame to Remote Office 1
ip address 10.0.0.1 255.255.255.252
no ip directed-broadcast
frame-relay interface-dlci 201 IETF
!
interface Serial0.2 point-to-point
description Frame to Remote Office 2
ip address 10.0.1.1 255.255.255.0
no ip directed-broadcast
shutdown
frame-relay interface-dlci 101
!
interface Serial0.3 point-to-point
description Frame to Remote Office 3
ip address 10.0.2.1 255.255.255.0
no ip directed-broadcast
frame-relay interface-dlci 203 IETF
!
interface Serial0.4 point-to-point
description Frame to Remote Office 4
ip address 10.0.3.1 255.255.255.0
no ip directed-broadcast
shutdown
frame-relay interface-dlci 202 IETF
!
interface FastEthernet)
description connected to EthernetLAN
ip address 192.168.0.1 255.255.255.0
no ip-directed-broadcast
!
router rip
version 2
passive-interface Serial0.1
network 10.0.0.0
network 192.168.0.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.0.250
ip route 192.168.2.0 255.255.255.0 10.0.0.2
ip route 192.168.6.0 255.255.255.0 10.0.2.2
ip route 192.168.8.0 255.255.255.0 10.0.3.2
no ip http server
!
snmp-server engineID local 00000009020000B0C28818C9
snmp-server community public RO
!
line con 0
exec-timeout 0 0
login
transport input none
line aux 0
line vty 0 4
password MD5ENCRYPTEDPASSWD
login
!
no scheduler allocate
end
Now, I really have no idea what most of this crap means. I do, however, see that Serial0.2 and Serial0.4 are not needed anymore. They were to offices that are currently closed. I know very little about Cisco, and that we inherited these when we were brought in as a replacement for the previous vendor. I did know enough to go to the enable prompt, but please, from now on, consider me a CISCO dummy and be very specific... Please be detailed as to why I put in certain commands as well.
I might also add that this router is at the location that is going to 1.5 from 768K. I have the data sheets, but they make little sense to me. However, I can kinda see where it talks about time slots...maybe. Any help would be greatly appreciated.