ixleplix
MIS
- Feb 6, 2003
- 129
I have two identical Cisco 1700 routers IOS 12.3(5b)and 2 T1's. I need to configure them to use both T1's simultaniously. At the moment I have them set up so that I can reach one (it is connected by a single T1 to the other which is a dead end [to keep from confusing the other routers]). However, I can't seem to communicate across the T1 to the other router. Below is the config and show int from the one I'm working on right now.
I'm new at this type of router config and could use all of the help you could offer.
Thanks in advance for any help.
Roland
*********#show config
Using 890 out of 29688 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname *********
!
boot-start-marker
boot-end-marker
!
enable secret 5 ********
enable password ********
!
no aaa new-model
ip subnet-zero
!
!
!
ip cef
!
!
!
controller T1 0/0
framing esf
linecode b8zs
channel-group 0 timeslots 1-24
!
controller T1 0/1
framing esf
linecode b8zs
channel-group 0 timeslots 1-24
!
!
interface FastEthernet0/0
ip address 172.21.1.108 255.255.0.0
speed auto
full-duplex
!
interface Serial0/0:0
ip address 192.168.1.2 255.255.255.0
!
interface Serial0/1:0
ip address 192.168.1.1 255.255.255.0
!
router rip
redistribute connected
network 172.21.0.0
!
ip classless
no ip http server
!
dialer-list 1 protocol ip permit
!
line con 0
line aux 0
line vty 0 4
password ********
login
!
!
end
***********#show int
FastEthernet0/0 is up, line protocol is up
Hardware is PQUICC_FEC, address is 000d.bcef.e976 (bia 000d.bcef.e976)
Internet address is 172.21.1.108/16
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s, 100BaseTX/FX
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:00, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 6000 bits/sec, 6 packets/sec
5 minute output rate 1000 bits/sec, 2 packets/sec
15873 packets input, 2324226 bytes
Received 14667 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog
0 input packets with dribble condition detected
2216 packets output, 200733 bytes, 0 underruns
0 output errors, 0 collisions, 3 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
Serial0/0:0 is reset, line protocol is down
Hardware is DSX1
Internet address is 192.168.1.2/24
MTU 1500 bytes, BW 1536 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation HDLC, loopback not set
Keepalive set (10 sec)
Last input never, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/0/256 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
Available Bandwidth 1152 kilobits/sec
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 3 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
Timeslot(s) Used:1-24, SCC: 0, Transmitter delay is 0 flags
Serial0/1:0 is up, line protocol is down
Hardware is DSX1
Internet address is 192.168.1.1/24
MTU 1500 bytes, BW 1536 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation HDLC, loopback not set
Keepalive set (10 sec)
Last input never, output 00:00:05, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/1/256 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
Available Bandwidth 1152 kilobits/sec
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
8 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 8 abort
44 packets output, 2112 bytes, 0 underruns
0 output errors, 0 collisions, 17 interface resets
0 output buffer failures, 0 output buffers swapped out
3 carrier transitions
Timeslot(s) Used:1-24, SCC: 3, Transmitter delay is 0 flags
1) A robot may not injure a human being or, through inaction, allow a human being to come to harm.
2) A robot must obey orders given it by human beings except where such orders would conflict with the First Law.
3) A robot must protect its own existence as long as such protection does not conflict with the First or Second Law.
I'm new at this type of router config and could use all of the help you could offer.
Thanks in advance for any help.
Roland
*********#show config
Using 890 out of 29688 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname *********
!
boot-start-marker
boot-end-marker
!
enable secret 5 ********
enable password ********
!
no aaa new-model
ip subnet-zero
!
!
!
ip cef
!
!
!
controller T1 0/0
framing esf
linecode b8zs
channel-group 0 timeslots 1-24
!
controller T1 0/1
framing esf
linecode b8zs
channel-group 0 timeslots 1-24
!
!
interface FastEthernet0/0
ip address 172.21.1.108 255.255.0.0
speed auto
full-duplex
!
interface Serial0/0:0
ip address 192.168.1.2 255.255.255.0
!
interface Serial0/1:0
ip address 192.168.1.1 255.255.255.0
!
router rip
redistribute connected
network 172.21.0.0
!
ip classless
no ip http server
!
dialer-list 1 protocol ip permit
!
line con 0
line aux 0
line vty 0 4
password ********
login
!
!
end
***********#show int
FastEthernet0/0 is up, line protocol is up
Hardware is PQUICC_FEC, address is 000d.bcef.e976 (bia 000d.bcef.e976)
Internet address is 172.21.1.108/16
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s, 100BaseTX/FX
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:00, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 6000 bits/sec, 6 packets/sec
5 minute output rate 1000 bits/sec, 2 packets/sec
15873 packets input, 2324226 bytes
Received 14667 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog
0 input packets with dribble condition detected
2216 packets output, 200733 bytes, 0 underruns
0 output errors, 0 collisions, 3 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
Serial0/0:0 is reset, line protocol is down
Hardware is DSX1
Internet address is 192.168.1.2/24
MTU 1500 bytes, BW 1536 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation HDLC, loopback not set
Keepalive set (10 sec)
Last input never, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/0/256 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
Available Bandwidth 1152 kilobits/sec
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 3 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
Timeslot(s) Used:1-24, SCC: 0, Transmitter delay is 0 flags
Serial0/1:0 is up, line protocol is down
Hardware is DSX1
Internet address is 192.168.1.1/24
MTU 1500 bytes, BW 1536 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation HDLC, loopback not set
Keepalive set (10 sec)
Last input never, output 00:00:05, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/1/256 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
Available Bandwidth 1152 kilobits/sec
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
8 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 8 abort
44 packets output, 2112 bytes, 0 underruns
0 output errors, 0 collisions, 17 interface resets
0 output buffer failures, 0 output buffers swapped out
3 carrier transitions
Timeslot(s) Used:1-24, SCC: 3, Transmitter delay is 0 flags
1) A robot may not injure a human being or, through inaction, allow a human being to come to harm.
2) A robot must obey orders given it by human beings except where such orders would conflict with the First Law.
3) A robot must protect its own existence as long as such protection does not conflict with the First or Second Law.