cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4229
Views
30
Helpful
21
Replies

T1 Controllers

Hopefully the answer to my problem will not be terribly obvious so as to make me look like a total newbie.

My company was 4 T1's between our corporate office and a branch office. On the corporate side is a Cisco 3640 and on the branch side is a Cisco 2620.

The 3640 has 4 T1 controllers but the 2620 only shows 2 when doing a "show controllers t1". My question is simply this:

If there are 4 controllers on one end, don't there have to be 4 on the other end? My fear is that the previous admin(s) never set our private lines up and we are not utilizing all of our T1's.

Thanks for any help or advice in advance.

Hopefully the answer to my problem will not be terribly obvious so as to make me look like a total newbie.

My company was 4 T1's between our corporate office and a branch office. On the corporate side is a Cisco 3640 and on the branch side is a Cisco 2620.

The 3640 has 4 T1 controllers but the 2620 only shows 2 when doing a "show controllers t1". My question is simply this:

If there are 4 controllers on one end, don't there have to be 4 on the other end? My fear is that the previous admin(s) never set our private lines up correctly and we are not utilizing all of our T1's.

Thanks for any help or advice in advance.

If this posts answers your question or is helpful, please consider rating it and/or marking as answered.
21 Replies 21

When you say "This are the remaining two T1 links for more details please go through..." are you implying that we are NOT using all of our T1's properly? Im confused by your post. Please expound a little in laymans terms if possible. It looks like the T1 controllers are configured exactly as you have layed out above ...

controller T1 0/1

framing esf

linecode b8zs

channel-group 0 timeslots 1-24 speed 64

!

controller T1 0/2

framing esf

linecode b8zs

channel-group 0 timeslots 1-24 speed 64

If this posts answers your question or is helpful, please consider rating it and/or marking as answered.

Christopher

I believe that your 4 T1s are being utilized. In particular I believe that the output of show ip interface brief which you posted shows 4 normal serial interfaces with valid IP addresses and all in the up/up state. If we want to verify that they are being used then I would suggest that posting the output of show ip route from at least the branch router could indicate that there are routes using each of the interfaces. The output of show interface for the serial interfaces could show the number of input and output packets which would show usage. And traceroutes from the branch to various destinations could show traffic flowing over the various interfaces.

It seems to me that perhaps we should step back and clarify what the question is because I believe that we are really talking about 2 slightly different things. One question is are the serial interfaces really being used (and that part of the question has not really been addressed so far) and the other question is about the configuration of the controllers and interfaces (which has been the focus so far - and shows some inconsistency).

I believe that the question of usage of the serial interfaces is fairly straightforward and can be addressed with the outputs that I have suggested. The question of configuration is more of a puzzle. The output of show diag on the branch seems to show the same part number (WIC-1DSU-T1=) for controllers in slot 0 and in slot 1. But they are not configured the same: the controllers in slot 0 are configured with explicit controller t1 commands while the controllers in slot 1 are configured with service-module t1 commands. I am a bit puzzled why cards that seem to have the same part number are configured differently but I believe that both forms of configuration are valid and produce serial interfaces that work.

I do not believe that the confusion about how they are configured should cast doubt on the operational state of the serial interfaces.

HTH

Rick

HTH

Rick

Hi Rick,

Thanks for clarifying. If you would have been within 10 feet of me, you would have heard a big sigh of relief.

The sh ip route fromthe 2620 (branch office) does indeed show 4 directly connected serial interfaces, which I assume represent our T1 lines:

C 10.1.104.0/24 is directly connected, Serial1/1

C 10.1.103.0/24 is directly connected, Serial0/2:0

C 10.1.102.0/24 is directly connected, Serial1/0

C 10.1.101.0/24 is directly connected, Serial0/1:0

I'll verify traceroutes today. In the past when I have done this, I've only seen traffic flowing over the 10.1.104.0 net... not the others. I assumed that this was because they were "bound" somehow, but now I have to wonder.

I've also cleared the stats on the interfaces so I can monitor the input and output packets.

Stay tuned..

If this posts answers your question or is helpful, please consider rating it and/or marking as answered.

Christopher

The 4 "C" routes are indeed the 4 connected interfaces. What I would really like to see in the routing table is whether there are other routes which use the different serial interfaces as the next hop. I am not clear whether these routers are using static routes or some dynamic routing protocol. If the routing table is not large would it be possible to post the entire table?

Clearing the counters and then monitoring is a good step in evaluating the usage of the several serial links. As I look at the config I notice that the serial interfaces are configured with ip route-cache flow. So you might be able to use NetFlow to check on usage.

Your mention of the interfaces being bound brings up an interesting point. I am not seeing anything so far that indicates that they are bound and it appears that they are configured independently and would be doing load sharing. There is a possibility that you might consider which is to configure multilink on the routers. PPP multilink takes serial links and shares the traffic over the links. Your environment would appear to be a good candidate for configuration of multilink and that would assure usage of all the links.

HTH

Rick

HTH

Rick

Hi Rick,

Attached is the output from "show ip route" on the branch office 2620. We use OSPF for our routing protocol. I see the learned routes and each route is indicated seperately over the each serial link (in effect there are 4 routes to each subnet). From what I can gather from your post above, configuring PPP multilink rather than load balancing would be make more efficient use of our bandwidth?

I'll "google" using Netflow, and configuring PPP multilink .

Thanks again!

If this posts answers your question or is helpful, please consider rating it and/or marking as answered.

Hi,

I have already posted that this are two different card and you need to configure them differently .Please go through link which i have mentioned

Christopher

Thanks for posting the output of the routing table. It makes me more comfortable that all 4 of the serial links are being used. A dynamic routing protocol like OSPF is much more effective at this than static routes would be.

HTH

Rick

HTH

Rick