 makskr join:2012-07-28 North York, ON | [Config] Spli PRI, config for PPP Hello I have CISCO NM 3620MBUNDLE-24DM 3620 1FE/2T1 PRI DIAL BUNDLE. I need split one PRI line to PBX (1-20 line) and to dial-up module (21-24) in the switch. Configure the PPP service. Could you help me with configuration please?
Thanks. Best Regards, Max. |
|
 | Below is a sample config
!
controller T1 0/0
channel-group 1 timeslots 1-20
pri-group timeslots 21-24
!
!
interface Serial0/0:1
ip address X.x.x.x 255.255.255.0
encapsulation ppp
!
interface Serial0/0:24
no ip address
isdn switch-type primary-qsig
isdn incoming-voice voice
no cdp enable
!
Other options are available in the below link »www.cisco.com/en/US/products/hw/···88.shtml |
|
 cramer join:2007-04-10 Raleigh, NC kudos:7 | reply to makskr Lemme see if I understand your complete lack of describing your problem... your telco is delivering a PRI (which is 23B+D.) You want channels 1-20 used for voice -- passed to an external PBX? -- and the remaining channels (21-23) sent to the digital modems -- dial in, out, or both?
I've never configured a Cisco router to be an ISDN switch. I'm not sure it's the correct solution here, but it's what you have. |
|
 makskr join:2012-07-28 North York, ON | Hi My telco is delivering a PRI NI-2 to shoretel T1 voice switch. Id like to channels 1-20 forward direct to the Shoretel T1 switch without any changes and the remaining channels 21-24 sent to internals modems in the switch for receive dial in calls ppp
Thank you for your attention! |
|
 makskr join:2012-07-28 North York, ON | reply to ladino Hi Is it possible in the configuration detect/select what is DID in inbound call. Because i have pool of DID number and i'd like to config modem answer on inbound call with need DID.
Thanks. |
|
 | reply to makskr I don't think that is possible, but I could be wrong since I have not handled this technology in over 10yrs |
|