cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Anonymous
Not applicable

when I try to add a pri 1-23+24 I get error: resource unavailable

Jump to solution

Netvanta 7100

11.10.6.E

t1 is normal settings

when I try to add a pri 1-23+24 I get error: resource unavailable

Labels (1)
0 Kudos
1 Solution

Accepted Solutions
jayh
Honored Contributor
Honored Contributor

Re: when I try to add a pri 1-23+24 I get error: resource unavailable

Jump to solution

Not sure what you mean by normal settings. First, you need to specify a tdm-group under the T1 interface.

For example:

interface t1 0/1

  description PRI physical interface

  tdm-group 1 timeslots 1-24 speed 64

  no shutdown

Then bind the PRI interface to it.

interface pri 1

  description PRI logical interface

  connect t1 0/1 tdm-group 1

  no shutdown

Under the PRI interface you configure:

  isdn switch-type

  isdn name-delivery

  digits-transferred

  role (network or user)

and any other PRI parameters as needed.

Next create an isdn-group and bind it to the PRI.

isdn-group 1

  connect pri 1

Then create a voice trunk and bind it to the isdn group.

voice trunk T01 type isdn

  description "ISDN-PRI"

  resource-selection linear ascending

  connect isdn-group 1

Then a voice grouped-trunk with the dial patterns that should route out the PRI.

voice grouped-trunk PRI-TG

  description PRI trunk group

  trunk T01

   accept....

And from there it's turtles all the way down.

View solution in original post

0 Kudos
2 Replies
jayh
Honored Contributor
Honored Contributor

Re: when I try to add a pri 1-23+24 I get error: resource unavailable

Jump to solution

Not sure what you mean by normal settings. First, you need to specify a tdm-group under the T1 interface.

For example:

interface t1 0/1

  description PRI physical interface

  tdm-group 1 timeslots 1-24 speed 64

  no shutdown

Then bind the PRI interface to it.

interface pri 1

  description PRI logical interface

  connect t1 0/1 tdm-group 1

  no shutdown

Under the PRI interface you configure:

  isdn switch-type

  isdn name-delivery

  digits-transferred

  role (network or user)

and any other PRI parameters as needed.

Next create an isdn-group and bind it to the PRI.

isdn-group 1

  connect pri 1

Then create a voice trunk and bind it to the isdn group.

voice trunk T01 type isdn

  description "ISDN-PRI"

  resource-selection linear ascending

  connect isdn-group 1

Then a voice grouped-trunk with the dial patterns that should route out the PRI.

voice grouped-trunk PRI-TG

  description PRI trunk group

  trunk T01

   accept....

And from there it's turtles all the way down.

0 Kudos
Anonymous
Not applicable

Re: when I try to add a pri 1-23+24 I get error: resource unavailable

Jump to solution

You are correct.

I found my issue.

I do not have a T1/PRI Module. Just a T1 Module.