This is a PPP routed configuration for a 1700 series Cisco router with an IP address of 192.168.1.3 on a 24 bit network. This router is intended to be located at the other end of the T1 span using a Charles Industries router. CISCO SERIES 1700 ROUTER SCRIPT EXAMPLE with 12 time slots ! memory-size iomem 25 ip subnet-zero no ip domain-lookup ! interface Serial0 ip address 10.10.10.2 255.255.255.0 encapsulation ppp service-module t1 timeslots 1-12 service-module t1 remote-alarm-enable no shut ! interface FastEthernet0 ip address 192.168.1.3 255.255.255.0 no shut ! ip route 0.0.0.0 0.0.0.0 serial 0 ! end !