cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
krucker13
New Contributor

Load balance 2 t1 on 908e?

Jump to solution

Wondering if anyone has a sample config on setting this up if at all possible. Customer has 2 connections to phone system and requesting load sharing between the 2 PRIs being delivered to their system.

Thanks.

Labels (1)
Tags (6)
0 Kudos
1 Solution

Accepted Solutions
Anonymous
Not applicable

Re: Load balance 2 t1 on 908e?

Jump to solution

Krucker13,

Thanks for posting.  You should be able to distribute calls equally between two PRIs by selecting the proper resource selection on the grouped-trunk.  Below is an example of the PRI portion of the configuration.

!

interface t1 0/3

  tdm-group 1 timeslots 1-24

  no shutdown

!

interface t1 0/4

  tdm-group 1 timeslots 1-24

  no shutdown

!

interface pri 1

  connect t1 0/3 tdm-group 1

  no shutdown

!

interface pri 2

  connect t1 0/4 tdm-group 1

  no shutdown

!

isdn-group 1

  connect pri 1

!

isdn-group 2

  connect pri 2

!

voice trunk T02 type isdn

  connect isdn-group 1

!

voice trunk T03 type isdn

  connect isdn-group 2

!

voice grouped-trunk PRI

  trunk T02

  trunk T03

  accept $

  resource-selection circular

Feel free to respond to this post if you have any questions.

Thanks!

David

View solution in original post

0 Kudos
3 Replies
Anonymous
Not applicable

Re: Load balance 2 t1 on 908e?

Jump to solution

Krucker13,

Thanks for posting.  You should be able to distribute calls equally between two PRIs by selecting the proper resource selection on the grouped-trunk.  Below is an example of the PRI portion of the configuration.

!

interface t1 0/3

  tdm-group 1 timeslots 1-24

  no shutdown

!

interface t1 0/4

  tdm-group 1 timeslots 1-24

  no shutdown

!

interface pri 1

  connect t1 0/3 tdm-group 1

  no shutdown

!

interface pri 2

  connect t1 0/4 tdm-group 1

  no shutdown

!

isdn-group 1

  connect pri 1

!

isdn-group 2

  connect pri 2

!

voice trunk T02 type isdn

  connect isdn-group 1

!

voice trunk T03 type isdn

  connect isdn-group 2

!

voice grouped-trunk PRI

  trunk T02

  trunk T03

  accept $

  resource-selection circular

Feel free to respond to this post if you have any questions.

Thanks!

David

0 Kudos
Anonymous
Not applicable

Re: Load balance 2 t1 on 908e?

Jump to solution

Krucker13,

I went ahead and flagged the "Correct Answer" on this post to make it more visible and help other members of the community find solutions more easily. If you don't feel like the answer I marked was correct, feel free to come back to this post and unmark it and select another in its place with the applicable buttons.  If you still need assistance, we would be more than happy to continue working with you on this - just let us know in a reply.

Thanks,

David


Re: Load balance 2 t1 on 908e?

Jump to solution

Thanks for the help David, sorry for the late reply.