The router B configuration went pretty much fine for the router with the T1 DSU/CSU card in it, but the configuration for router A with the Channelized T1 would not accept very much at all.
Router B would not accept any ipx paraqmeters at all but the rest went in fine.
Router A configuration has "controller T1 0/1" and "controller T1 0/2" parameters to configure and the 56K DSU/CSU has been "serial 0/0" and "serial 0/1" and I cannot get a "serial1" or "serial2" entry to input. Below is the previous configuration from the frame relay.
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
service password-encryption
service udp-small-servers
service tcp-small-servers
!
hostname xxxxxx
!
enable password 7 08234942061011
!
!
!
!
!
no ip subnet-zero
no ip domain-lookup
!
!
!
controller T1 0/1
framing esf
linecode b8zs
channel-group 0 timeslots 1-4 speed 64
tdm-group 1 timeslots 13-24 type e&m
description T1 from AT&T CO
!
controller T1 0/2
framing esf
linecode b8zs
tdm-group 2 timeslots 13-24 type e&m
description T1 to PBX
!
!
process-max-time 200
!
interface FastEthernet0/0
ip address 10.127.1.4 255.255.255.0
no ip directed-broadcast
!
interface Serial0/0
bandwidth 56
ip address 209.7.134.33 255.255.255.252
no ip directed-broadcast
no ip mroute-cache
shutdown
fair-queue 64 256 0
!
interface Serial0/1:0
no ip address
ip directed-broadcast
encapsulation frame-relay
fair-queue 64 256 0
frame-relay lmi-type cisco
!
interface Serial0/1:0.1 point-to-point
ip address 10.128.2.4 255.255.255.0
ip directed-broadcast
frame-relay interface-dlci 105
!
interface Serial0/1:0.2 point-to-point
ip address 10.128.3.4 255.255.255.0
ip directed-broadcast
frame-relay interface-dlci 110
!
router rip
version 2
network 10.0.0.0
no auto-summary
!
ip classless
ip route 0.0.0.0 255.255.255.0 10.127.3.4
ip route 0.0.0.0 255.255.255.0 10.127.2.4
ip route 0.0.0.0 255.255.255.0 Serial0/1:0
no ip http server
!
connect tdm-group T1 0/1 1 T1 0/2 2
!
!
snmp-server engineID local 0000000902000030801017E0
snmp-server community public RO
snmp-server community private RW
snmp-server location xxxxxxxx
snmp-server contact xxxxxxxx
!
line con 0
exec-timeout 0 0
password 7 104C0C150A1E06
login
transport input pad v120 telnet rlogin udptn
line aux 0
exec-timeout 0 0
modem InOut
modem autoconfigure discovery
transport input all
stopbits 1
speed 38400
flowcontrol hardware
line vty 0 4
password 7 14151707030D3E
login
!
!
no scheduler allocate
end