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

EST=911,ADC=0626100000000050006000000,IP=10.10.11.100,SRT=1,RROUID="BRISTOL";
/* glasgow dest */
RODDI

EST=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

EST=910,ADC=0626100000000050006000000,IP=10.10.10.100,SRT=1,RROUID="LONDON";
/* glasgow dest */
RODDI

EST=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

EST=910,ADC=0626100000000050006000000,IP=10.10.10.100,SRT=1,RROUID="LONDON";
/* glasgow dest */
RODDI

EST=911,ADC=0626100000000050006000000,IP=10.10.11.100,SRT=1,RROUID="BRISTOL";
to make a correct printout for IP destinations, do RODDP

EST=ALL (or X),IPOPT=YES;
here's a sample printout from my labo MD110 :
<RODDP

EST=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!