cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1785
Views
0
Helpful
3
Replies

ISDN B Channel Busy Out Procedure

rjrii
Level 1
Level 1

Anyone know the command to busy out a single channel on an ISDN PRI terminated in a Cisco 5300 gateway?

3 Replies 3

s-doyle
Level 3
Level 3

I think this is the command you are looking for: Router(config-controller)# ds0 busyout ds0-timeslot [soft | hard]. Here is the URL I found it on. http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122newft/122limit/122x/122xa/122xa_2/ft_cacbo.htm

net-sol
Level 1
Level 1

Never tried before but i guess it will also work.

Router(config-if)#isdn busy b_channel ?

<0-31> B channel range or 0 for complete interface

HTH

b.mason
Level 1
Level 1

Too see the b channels use the exec command 'sho isdn service'

Then to busy out a certain b channel in conf t mode. Go to the PRI interface and use the command 'isdn service dsl 0 b_channel 2 state 1'

where 2 is the b channel you want to busy out.

EG:

router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

router(config)#int Se0:15

router(config-if)#isdn service dsl 0 b_channel 2 state 1

- Brett