01-09-2003
02:27 PM
- last edited on
03-25-2019
06:38 PM
by
ciscomoderator
Anyone know the command to busy out a single channel on an ISDN PRI terminated in a Cisco 5300 gateway?
01-15-2003 08:20 AM
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
02-08-2003 03:30 AM
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
02-20-2003 03:44 PM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide