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

Area Code

Status
Not open for further replies.

pjkirby

IS-IT--Management
Mar 4, 2007
2
US
Where do I go to view the Area Codes? I need to ensure the NCOS3 has the correct area codes?

Basically - we are allowing interstate calling for NCOS-3. I think it's LD_90, but I am stumped once I access LD_90.


Thank you in advance.
 
in 90 after you print a npa, it points to a rli, then in 86 you print the rlb.. that point to a rdb and assigns a frl, then in 87 you can print nctl to see the ncos to frl translation...

john poole
bellsouth business
columbia,sc
 
in most switches, frl 0 is =to ncos 0 thru 7 =to 7.. so in my switch.. ld 90
Code:
REQ  prt
CUST 0
FEAT net
TRAN ac1
TYPE npa

NPA  1213

NPA  1213
[COLOR=red]RLI  2[/color]
DENY 555

SDRR DENY CODES = 1
ITEI NONE

then i print rlb 2 in 86
Code:
REQ  prt
CUST 0
FEAT rlb
RLI  2

RLI  2
ENTR 0
LTER NO
ROUT 61
TOD  0 ON  1 ON  2 ON  3 ON
     4 ON  5 ON  6 ON  7 ON
VNS  NO
CNV  NO
EXP  NO
[colro red]FRL  3[/color]
DMI  0
FCI  0
FSNI 0
SBOC NRR
IDBB DBD
IOHQ NO
OHQ  NO
CBQ  YES

so in 87 if i look at nctl for frl 3
Code:
REQ  prt
CUST 0
FEAT nctl
NRNG 3 3

SOHQ NO
SCBQ YES
CBTL 20
[COLOR=red]NCOS 3[/color]
EQA  NO
[COLOR=red]FRL  3[/color]
RWTA NO
NSC  NO
OHQ  NO
CBQ  YES
RETT 10
RETC 5
ROUT I
RADT 0
SPRI 0
MPRI 0
PROM 0

TOHQ NONE

so now if i prt all npa's, i see that all area codes pointed to rlb 2 require an ncos 3 or above.. the above part assumes that frl4 = ncos4 etc

john poole
bellsouth business
columbia,sc
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top