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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Routing Change Request

Status
Not open for further replies.

pbxadmin2

Technical User
Dec 17, 2002
11
US
Hi All,

I'm trying to change the Local NPA/NXX routing and I am having trouble trying to identify what NPA/NXX go to what area code? How can I approach this?

Thanks!
 
LD 90 PRINT YOUR NPA OR NXX IT WILL TELL YOU WHAT RLI YOU NEED TO CHANGE OLD ROLMEN WORKING ON NORTELS
 
I am trying to change the route in which thse NPA/NXX are going through. For example: Area code 503 needs to have NXX's 202, 202, etc under it. I need to first verify if they are in the switch already and if not add them as such.


SO my question is: How do I print NPA's, NXX's and the Route in which they fall under?
 
LD 90
REQ PRT
CUST 0
FEAT NET
TRAN AC1 OR (AC2) if you are using it
TYPE NPA or NXX or SPN or you can use ALL

===============================================
Then you can go to

LD 86
REQ PRT
CUST 0
FEAT ESN (This is info you can use later)

==================================================

LD 86
REQ PRT
CUST 0
FEAT RLB
RLI >return (This will print all RLI)

=================================================

LD 86
REQ PRT
CUCT 0
FEAT DGT
DMI >return (This will print all DMI Tables)

=================================================

LD 87
REQ PRT
CUST 0
NCTL >return (this will give you NCOS to FRL Relationship)

 
You really only need to be concerned with your home area code as far as keeping up with NXX's. When you add an NPA, all of the NXX associated with that NPA are automatic since you are allowing the NPA. Now if 503 is your home area code, then yes, you do need to put in the NXX's.

Mike
 
Now how do I take this printed info and implement changes? Now I need to add NXX's.
 
REQ NEW
CUST 0
FEAT NET
TRAN AC1
TYPE NXX
NXX <---new NXX
RLI <---RLI your other NXX's follow.
SDRR
ITEI
NXX <---next NXX, othwise hit Enter if done.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top