Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setup Private Networking

Status
Not open for further replies.

one234

IS-IT--Management
Mar 8, 2003
728
GB
Hello All,

A customer asked me to setup a world wide location code private network in his switch.

What he wants is to be able to dial AC2 - LOC - Extension, and if the private network connection fails, he wants it to reroute over public.

The customer is providing the information as shown below (Copy/paste to word - Font Courier new - Font Size 8 - Page layout Landscape and it will fit :eek:)):
Code:
         On-Net Dial              |                           Off-Net Dial
Site Code  Ext Dialed    EXT MAIN | Country Code   City Code or NPA   Exchange of NXX   DID Range    DID Main Number
                         Number   | (CC)
  100      1000 - 1000   1000     | 2              345                678               6228 – 6228  23456786228
           2020 - 2020   2020     |                N/A                N/A               N/A          N/A
           2722 - 2722   2722     |                                                     N/A
           4000 - 4000   4000     |                                                     N/A
           5000 - 5000   5000     |                                                     N/A
           7000 - 7000   8000     |                                                     N/A
           2222 - 2222   2222     |                234                567               0833 – 0833  12345670833

  101      8000 - 8599   8000     | 23             987                756               8000 – 8599  239877568000

  209      8278 – 8278   8278     | 23             1234               77                8278 – 8278  441234778278
           8930 – 8930            |                                   73                8930 – 8930  

  211      0200 – 0299   0200     | 456            2                  6637              200 – 200    45616637200
And the list goes on and on and on and ...

Could somebody please tell me how to implement this???

Thank you in advance!!!


Marc D.

If Bill Gates had a nickel for every time Windows crashed... Oh wait, he does...
 
you don't need to use ac2, set up your rlb's to do the routing for you, entry 0 needs to be the pvt network on calls that can travel accross the pvt network, entry 1 nneds to be the alt route for the same call. you'll need to set up rli's for as many call types as the user needs.. not an easy task but do-able

john poole
bellsouth business
columbia,sc
 
I know I need LOC's for every Site code. And I know I need RLI's, and DMI's. But how do I program them. I know it's in LD 90 and 86. But what numbers do I add for LDN, DMI-INST, etc ,etc


Marc D.

If Bill Gates had a nickel for every time Windows crashed... Oh wait, he does...
 
Check the follow example. This is automatic ON-NET to OFF-NET overflow.

LD 90
FEAT NET
TRAC AC1
TYPE LOC

LOC 661 (Where location 661 is a Conventional
RLI 20 Main with the follow dialing plan:
LDN 518-267-7300 (518)-267-73xx ----> (518)-267-74xx)
DID YES
MNXX NO
SAVE 4
RBGE 7300 7499

LOC 662 (Where location 662 is a ESN Main
RLI 21 with the follow dialing plan:
LDN 617-216-1600 (617)-216-1600
DID NO

LD 86
FEAT DGT

DM1 1
DEL 0
INST 1

DMI 2
DEL 3
INST


LD 86
FEAT RLB
RLI 20

ENT 0
ROUT 10 (ROUT 10 is the link to location 661)
CNV NO
DMI2

ENT 1
ROUT 0 (ROUT 0 is the link to PSTN)
CNVT YES
DMI 1


FEAT RLB
RLI 21

ENT 0
ROUT 11 (ROUT 11 is the link to location 662)
CNV NO
DMI2

ENT 1
ROUT 0
CNVT YES
DMI 1

LD 16
TYPE RDB
ROUT 10
TKTP TIE

LD 16
TYPE RDB
ROUT 11
TKTP TIE

Javier
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top