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

IP NETWORKING WITH ELU32, BC12 SP2 2

Status
Not open for further replies.

TRIDENT100

Technical User
Oct 1, 2003
88
NO
Anybody have parameters for IP-trunk with ELU32?
ROCAI:
RODAI:
ROEQI:
RINII:
RIANI:
RODDI
 
Hi,

I use these parameters :

ROCAI:ROU=65,SEL=7110000000000010,SIG=111110100091,TRAF=03151515,SERV=3110000001,TRM=5,BCAP=001100;
RODAI:ROU=65,TYPE=TL65,VARC=00000001,VARI=00000011,VARO=00000000;
ROEQI:ROU=65,TRU=2-1&&2-8; /* make sure to use correct TRU ind depending on LIM number (where ELU32 is located)

RINII:BPOS=2-0-30,GRP=1,IP=10.12.17.12,MASK=255.255.255.0,ROUTER=10.12.17.1;
RIANI:ROU=65,GRP=1,LROUid="local";

NANSI:NUMTYP=EN,NUMSE=95;
SYIDI:EXGID=95;
RONDI:EXNOPR=6-95,ROU=65;
NANSI:NUMTYP=EC,NUMSE=90;
RODDI:DEST=90,ROU=65,SRT=1,ADC=0626100000000050006000000,IP=10.12.17.16,rrouid="remote";


 
Hi
Perhaps you can help me
¿Which is the difference between IP in RIANP and IP in RODDI? Any of them can be used as a mask of getting connection to more than one board?
If I want to use the same ELU32 for several routes, can I define several groups on it, or I must use only RODDI to choose where I would like to go?
If I want to use several ELU32 for one route, I put all of them in the same group with RINII?
Thanks
 
Hi'
¿Which is the difference between IP in RIANP and IP in RODDI? Any of them can be used as a mask of getting connection to more than one board?
The IP adr. in RODDI has preference.
If I want to use the same ELU32 for several routes, can I define several groups on it, or I must use only RODDI to choose where I would like to go?
No, only one groups can be assign to one ELU 32 boards, but several route and RODDI to one groups.
If I want to use several ELU32 for one route, I put all of them in the same group with RINII?
Yes.
 

Can anyone add anything to the above....

The ELU32 seems to allow for 8 trunks, does this mean that ONLY 8 seperate destinations can be applied to the card? So once a trunk is assigned to a route it cannot be used to go elswhere ??

i think i am missing a piece somewhere.. what is the best way to set up a MESH IP route network with the ELU32.

Lastly can some just put in plain English "RROUID" & "LROUID" which is the site at which where i am, and which is the distant end ??

Cheers
Al

[red]Striker : My orders came through. My squadron ships out tomorrow, we're bombing the storage depots at Daiquiri at 18:00 hours. We're coming in from the North, below their radar.[/red]
[blue]Elaine : When will you be back?[/blue]
[red]Striker : I can't tell you that? It's classified.[/red]
 
mundus,

if you have an IP trunking "network", I mean several sites with ELU32 in IP trunking mode, it is best to not set the IP address in the RAINI but in RODDI. concerning groups : you can have multipe ELU32's in one group but not multiple groups for 1 ELU32, use the method described above. It is best to have only one route per board.
if you need more capacity just add more boards to the same group with rinii and increase the nr of trunks in the route.

alcohaz,
the route can be reused for several destinations with different ip addresses.
LROUID and RROUID are just name identifiers for a specific route.
you don't have to use them but they are very usefull from a maintenaince point of view.
ROUID's are case sensitive and are also used in the IP call setup.
let me give you an example how to setup all of this :

suppose you have MD110 sites in london, bristol and glasgow, all sites have 1 ELU32 and all sites have WAN connections to each other.

suppose london has EN (exchange number) 910, bristol 911 and glasgow 912. ELU32 positions and IP addresses are not real offcourse.

london config :

NANSI:NUMTYP=EN,NUMSE=910;
NANSI:NUMTYP=EC,NUMSE=911&912;
ROCAI:rou=65,xxx
RODAI:ROU=65,xxx
ROEQI:ROU=65,TRU=1-1&&1-8;
RIINI:BPOS=1-0-42,GRP=1,IP=10.10.10.100,MASK=255.255.255.0,ROUTER=10.10.10.1,ETHCNF=4;
RAINI:ROU=65,LROUID="LONDON",GRP=1;
/* bristol dest */
RODDI:DEST=911,ADC=0626100000000050006000000,IP=10.10.11.100,SRT=1,RROUID="BRISTOL";
/* glasgow dest */
RODDI:DEST=912,ADC=0626100000000050006000000,IP=10.10.12.100,SRT=1,RROUID="GLASGOW";

bristol config :

NANSI:NUMTYP=EN,NUMSE=911;
NANSI:NUMTYP=EC,NUMSE=910&912;
ROCAI:rou=65,xxx
RODAI:ROU=65,xxx
ROEQI:ROU=65,TRU=1-1&&1-8;
RIINI:BPOS=1-0-42,GRP=1,IP=10.10.11.100,MASK=255.255.255.0,ROUTER=10.10.11.1,ETHCNF=4;
RAINI:ROU=65,LROUID="BRISTOL",GRP=1;
/* bristol dest */
RODDI:DEST=910,ADC=0626100000000050006000000,IP=10.10.10.100,SRT=1,RROUID="LONDON";
/* glasgow dest */
RODDI:DEST=912,ADC=0626100000000050006000000,IP=10.10.12.100,SRT=1,RROUID="GLASGOW";

glasgow config :

NANSI:NUMTYP=EN,NUMSE=912;
NANSI:NUMTYP=EC,NUMSE=910&911;
ROCAI:rou=65,xxx
RODAI:ROU=65,xxx
ROEQI:ROU=65,TRU=1-1&&1-8;
RIINI:BPOS=1-0-42,GRP=1,IP=10.10.12.100,MASK=255.255.255.0,ROUTER=10.10.12.1,ETHCNF=4;
RAINI:ROU=65,LROUID="BRISTOL",GRP=1;
/* bristol dest */
RODDI:DEST=910,ADC=0626100000000050006000000,IP=10.10.10.100,SRT=1,RROUID="LONDON";
/* glasgow dest */
RODDI:DEST=911,ADC=0626100000000050006000000,IP=10.10.11.100,SRT=1,RROUID="BRISTOL";


to make a correct printout for IP destinations, do RODDP:DEST=ALL (or X),IPOPT=YES;

here's a sample printout from my labo MD110 :

<RODDP:DEST=ALL,IPOPT=YES;
EXTERNAL DESTINATION ROUTE DATA
DEST DRN ROU CHO CUST IP ADDRESS RROUID
95 65 10.10.17.16 peru
98 65 10.10.16.241 chili


Hope you can make sense of all this :))

Cheers,
Daddy

-----------------------------------------------------
What You See Is What You Get
Never underestimate tha powah of tha google!
 

This is very helpful.. thanks.. I will work through it and may have more questions to follow..

Such as - is there any means of pinging from the ELU32 interface?




[red]Striker : My orders came through. My squadron ships out tomorrow, we're bombing the storage depots at Daiquiri at 18:00 hours. We're coming in from the North, below their radar.[/red]
[blue]Elaine : When will you be back?[/blue]
[red]Striker : I can't tell you that? It's classified.[/red]
 
whosrdaddy

You have listed setting EN & EC in NADAP, i have not used these before, but seems straight forward.. Are they neccessary, will it work without that ??






[red]Striker : My orders came through. My squadron ships out tomorrow, we're bombing the storage depots at Daiquiri at 18:00 hours. We're coming in from the North, below their radar.[/red]
[blue]Elaine : When will you be back?[/blue]
[red]Striker : I can't tell you that? It's classified.[/red]
 
EN = exchange number
EC = the same as ED but with coordinated number plan (give a difference in call logging output)

you can use ED if you want.

-----------------------------------------------------
What You See Is What You Get
Never underestimate tha powah of tha google!
 
whosrdaddy - Gold star.. it now works after some major hassle with the Network... thanks for your valuable input.

Cheers
Al



[red]Striker : My orders came through. My squadron ships out tomorrow, we're bombing the storage depots at Daiquiri at 18:00 hours. We're coming in from the North, below their radar.[/red]
[blue]Elaine : When will you be back?[/blue]
[red]Striker : I can't tell you that? It's classified.[/red]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top