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

Probe and Port Disable Question

Jump to solution

Is there a way to automatically disable the T1 0/2 port on an Adtran TA 904 when the ETH 0/1 goes offline. The PBX we use is not seeing the D channel as down but will see the port disabled and send traffic out another location?

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

Accepted Solutions
Anonymous
Not applicable

Re: Probe and Port Disable Question

Jump to solution

David,

This post should take care of your problem: Re: Turn down D channel when SIP is down?

More info on TCL: Configuring TCL Scripting in AOS

Let me know if you have any questions.

-Mark

View solution in original post

0 Kudos
4 Replies
Anonymous
Not applicable

Re: Probe and Port Disable Question

Jump to solution

David,

This post should take care of your problem: Re: Turn down D channel when SIP is down?

More info on TCL: Configuring TCL Scripting in AOS

Let me know if you have any questions.

-Mark

0 Kudos

Re: Probe and Port Disable Question

Jump to solution

We have this in our 904 but the PBX is not shutting down the PRI circuit on D channel being busied out. I need to disable the DSX port all together. Is there a way to do this? here is what we have for our Probe.

probe BUSY-TRUNK-PROBE icmp-echo

  destination 8.8.8.8

  period 5

  tolerance rate fail 6 pass 12 of 12

  no shutdown

!

track BUSY-TRUNK-TRACK

  test if probe BUSY-TRUNK-PROBE

  no shutdown

voice trunk T02 type isdn

  description "PRI Trunk To PBX"

  resource-selection circular ascending

  busy-out monitor track BUSY-TRUNK-TRACK

  connect isdn-group 1

  modem-passthrough

  rtp delay-mode adaptive

Anonymous
Not applicable

Re: Probe and Port Disable Question

Jump to solution

David,

Guess I should have been more clear. Sorry

if you go here: Re: Turn down D channel when SIP is down?

and you want to look at John Ayer's response with the TCL script.

His example has it shutting down the PRI interface but you could change it to shut down the T1 interface also.  The .tcl are scripts you make in a .txt document and put it in flash on the unit. The TCL config guide i linked goes into more detail.

-Mark

Re: Probe and Port Disable Question

Jump to solution

That all worked. Thank you for your help.