Project

General

Profile

SIU 02 Command Line Interface » History » Version 3

laforge, 07/04/2020 02:30 PM

1 1 laforge
h1. SIU 02 Command Line Interface
2
3
h2. Software/Firmware versions
4
5
<pre>
6
OSmon> rev
7
------------------- OSE modules ------------------------------------------
8
oam.chk             Operation & Maintenance                          R1M01
9
secmgrr.chk         Security Manager                                 R1A68
10
inetr.chk           MLPPP Daemon                                     R1G08
11
ltp.chk             Local Terminal Port                              R1N01
12
snc.chk             Synchronization                                  R1M02
13
pd.chk              Packet Distributor                               R1G02
14
cesopsn_pwr.chk     Circuit Emulation Service                        R1H07
15
hdlc_pwr.chk        HDLC Pseudo-Wire Emulation                       R1G02
16
p_relayr.chk        Packet Relay                                     R1G02
17
profiler.chk        System Profiler                                  R1G03
18
hwtest.chk          Hardware Tester                                  R1G08
19
lcf_cp.chk          Local Connectivity Function                      R1C01
20
bsp.drv             Board Support Package                            R1L04
21
bootstrap.chk       Bootstrap                                        R1K_2
22
loader.drv          Software Loader                                  R1A37
23
np_init_app.drv     APP3K Setup                                      R1N01
24
linuxload.drv       Linux Loader                                     R1N01
25
26
------------------- Firmware modules -------------------------------------
27
PBOOT               CXC 112 3777/1                                   R2B02
28
NP_INIT_T2.OSE      CXC 173 3983/2                                   R3A01
29
FPGA                -                                               0x2275
30
31
------------------- Software archives ------------------------------------
32
Primary:
33
OSE                 CXP102169_1                                      R1S05
34
Linux               -                                                R1S05
35
36
Backup:
37
OSE                 CXP102169_1                                      R1S05
38
39
------------------- Active software --------------------------------------
40
OSE                                                                Primary
41
Linux                                                              Primary
42
</pre>
43
44
h2. Synchronization / Clock Source
45
46
<pre>
47
OSmon> getMOAttribute STN=0,Synchronization=0
48
STN=0,Synchronization=0; instanceId= 0;
49
STN=0,Synchronization=0; TS_STN_SynchStatus= synchronized;
50
STN=0,Synchronization=0; TS_UsedTimeServer= ;
51
STN=0,Synchronization=0; calibrationExpireDate= 20150829;
52
STN=0,Synchronization=0; calibrationStatus= CAL_NO_CONNECTION;
53
STN=0,Synchronization=0; synchType= notDefined;
54
STN=0,Synchronization=0; DSCP_Synchronization= 0;
55
STN=0,Synchronization=0; depIP_Interface= ;
56
STN=0,Synchronization=0; usedSynchSource= ;
57 3 laforge
58
OSmon> setmoattribute trans1 STN=0,Synchronization=0 synchType 
59
E1T1         clockInput   none         notDefined   synchE       timeServer   
60 1 laforge
</pre>
61
62
h2. E1 interfaces
63
64
they must be created with 
65
<pre>
66
OSmon> starttransaction trans1
67
OperationSucceeded
68 2 laforge
69 1 laforge
OSmon> createMO trans1 STN=0,E1T1Interface=0
70 2 laforge
OperationSucceeded
71
72
OSmon> checkconsistency trans1
73
consistent
74
OperationSucceeded
75
76
OSmon> commit trans1
77 1 laforge
OperationSucceeded
78
</pre>
79
80
81
<pre>
82
OSmon> getmoattribute trans1 STN=0,E1T1Interface=0
83
STN=0,E1T1Interface=0; instanceId= 0;
84
STN=0,E1T1Interface=0; operationalState= disabled;
85
STN=0,E1T1Interface=0; type= E1;
86
STN=0,E1T1Interface=0; transmitClockSource= localTiming;
87
STN=0,E1T1Interface=0; receiveClockSource= notUsed;
88
STN=0,E1T1Interface=0; loopbackMode= off;
89
STN=0,E1T1Interface=0; loopbackStatus= off;
90
STN=0,E1T1Interface=0; loopbackRemainingTime= 0;
91
STN=0,E1T1Interface=0; fdlPerformanceReports= disabled;
92
</pre>
Add picture from clipboard (Maximum size: 48.8 MB)