Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adtran TSU and Cisco 1750 help

Status
Not open for further replies.

penduko

Technical User
Sep 10, 2002
114
PH
I'am currently looking at the scenario below:

LocA<1750>--<AdtranTSU>--LocLoop--<AdtranTSU>--<1750>LocB

Cisco 1750s connection to adtran is via serial (s0) to V.35
Each Cisco has WIC 2T card connected to their s0.
Adtran's free timeslots are 21 to 24 making the connection 256Kb (the link provider told me to use these time slots).

My question as a newbie to this kind of scenario is, what are the things I need to consider in programming the Cisco routers so that they could see each other over the link via Adtran TSU. A sample config would be very helpful.

thanks...

Pedro Penduko
 
this is my initial config

interface Serial0
bandwidth 256
ip address 10.10.83.1 255.255.255.0
encapsulation hdlc

this is the output of sh int s0

Serial0 is up, line protocol is up
Hardware is PowerQUICC Serial
Internet address is 10.10.83.1/24
MTU 1500 bytes, BW 256 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:09, 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/2/256 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
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
58 packets output, 4360 bytes, 0 underruns
0 output errors, 0 collisions, 39 interface resets
0 output buffer failures, 0 output buffers swapped out
4 carrier transitions
DCD=up DSR=up DTR=up RTS=up CTS=up

However, I'am getting a lot of the information below:

01:16:54: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to down
01:16:56: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to up
01:17:24: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to down
01:17:26: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to up

Thanks again
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top