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

4 should be dest to another md and 4444 should be AC

Status
Not open for further replies.

bolivar

IS-IT--Management
Dec 11, 2002
62
TR
Hi,
System is BC12 SP10
Dest 4 should go to route 92 ( to another md110) and 4444 should be an abbreviated code which should go to another route
[tt]
In another saying

dest4 Rou 92
MD-A<<<<<<<<>>>>>>>>>>>>>>>>MD-B
\
4444shouldbe AC \
dest8470 \route70
\
Ciscorouter

4 is dest to route 92
4444 should be abbreviated code as 8470 9588823
and 8470 is a dest to route 70

i cant remove the dest 4 , because 4xxx are the extensions in the MD-B, which is connected via route 92 to MD-A

Actually i am not familiar to lcr . So maybe someone can help me about it

[/tt]
Rgrds.
 
2 dummy dest - 77792 and 77770 i ED.

roddi:dest=77792,rou=92,adc=06262....,srt=6;
roddi:dest=77770,rou=70,adc=05250....,trc=5,
pre=7777084709588823,srt=6; or
roddi:dest=8470,rou=70,adc=05250....,trc=4,
pre=84709588823,srt=5;

lcddi:tab=rct,frct=92,pre=77792;
lcddi:tab=rct,frct=70,pre=77770; or
lcddi:tab=rct,frct=70,pre=8470;

lcddi:tab=dnt1,entry=4444,frct=70;
lcddi:tab=dnt2,entry=4,frct=92;
 
setting this up via LCR would be something like this

I assume Lcr is not activated in the md110

Code:
/* change dest 4 */
NANSI:NUMSE=8471,NUMTYP=ED; /* I assume 8471 is free
RODDE:DEST=4;
RODDI:DEST=8471,srt=5,ADC=...;/* I assume that dest 4 had trc=0 and srt=1, recopy ADC 
/* put 4 into lc */
NANSE:NUMSE=4,NUMTYP=ED;
Y;
NANSI:NUMSI=4,NUMTYP=LC;
/* make lcr entries */
LCDDI:TAB=FDT,FRCT=1,TZONE=1,PRE=8471;
LCDDI:TAB=FDT,FRCT=2,TZONE=1,PRE=84709588823;
LCDDI:TAB=DNT1,ENTRY=4444,FRCT=2;
LCDDI:TAB=DNT2,ENTRY=4,FRCT=1;

that should do it...
Daddy

-----------------------------------------------------
What You See Is What You Get
Never underestimate tha powah of tha google!
 
Hi
Thx alot..
It works, Also i added some other exceptions.

Many thx again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top