Project

General

Profile

EWSD Create DLU » History » Version 3

nt2mku, 07/18/2024 12:49 PM

1 1 nt2mku
h1. EWSD Create DLU
2
3
This guide describes the initial configuration of a new Digital Line Unit, connected via 2M E1 links (not a local DLU).
4
5
1st step: Create the DIU interface at the LTG. The LTG must be of configuration type B (for subscriber access).
6
Example: LTG 0-8, DIU 3:
7 2 nt2mku
<pre>CR LTU: LTG=0-8, LTU=3, TYPE=D30, APPLIC=CCSDLU;</pre>
8 1 nt2mku
Note: DIU OST is automatically controlled by DLU OST.
9
10
2nd step: Create the DLU object. DLU object ID must be a multiple of 10 (10, 20, 30...).
11
Example: DLU ID 10, Type DLUA, DIUDLU0 connected to DIU 3 at LTG 0-8:
12
<pre>CR DLU: DLU=10, TYPE=DLUA, DLUC0=0-8-3-CCS0;</pre>
13
3rd step: Enable DC Converters in database:
14
<pre>
15
CONF DLUEQ: DLU=10, DCC=0-X,OST=MBL;
16
CONF DLUEQ: DLU=10, DCC=0-X,OST=ACT;
17
CONF DLUEQ: DLU=10, DCC=1-X,OST=MBL;
18
CONF DLUEQ: DLU=10, DCC=0-X,OST=ACT;
19
CONF DLUEQ: DLU=10, RGMG=X,OST=MBL;
20
CONF DLUEQ: DLU=10, RGMG=X,OST=ACT;
21
CONF DLUEQ: DLU=10, RGB=X,OST=MBL;
22
CONF DLUEQ: DLU=10, RGB=X,OST=ACT;
23
</pre>
24
4th step: Enable the DLU:
25
<pre>
26 3 nt2mku
CONF DLU: DLU=10, DLUC0=Y, OST=MBL;
27
CONF DLU: DLU=10, DLUC0=Y, OST=ACT;
28 1 nt2mku
</pre>
29
5th step: Configure and enable DLU modules.
30
Example: SLMAFPBs in slot 0-0 to 0-7 (upper shelf) and 1-0 to 1-7 (lower shelf):
31
<pre>
32
CR DLUMOD: DLU=10, MOD=0-0&&0-7, TYPE=SLMAFPB;
33
CR DLUMOD: DLU=10, MOD=1-0&&1-7, TYPE=SLMAFPB;
34
CONF DLUMOD: DLU=10, MOD=0-0&&0-8, OST=MBL;
35
CONF DLUMOD: DLU=10, MOD=0-0&&0-8, OST=ACT;
36
CONF DLUMOD: DLU=10, MOD=1-0&&1-8, OST=MBL;
37
CONF DLUMOD: DLU=10, MOD=1-0&&1-8, OST=ACT;
38
</pre>
39
Subscribers can now be created with parameter EQN=dluid-shelf-moduleslot-moduleport, e.g. EQN=10-0-0-0.
Add picture from clipboard (Maximum size: 48.8 MB)