Project

General

Profile

TCU 02 » History » Version 2

firs, 12/20/2020 03:53 AM

1 1 laforge
h1. TCU 02
2
3
This is basically a [[SIU 02]] re-packaged from 1U into the RBS6000 form-factor.
4
5 2 firs
h2. Connectors
6
7
h3. Power
8
9
It uses the same connector like e.g. the [[DUL 20]] or [[DUG 20]] units.
10
11
h3. Console
12
13
This is an RJ45 Ethernet port. 
14
15
It is configured to a fixed IP address of 192.168.1.1/24 and provides telnet + SSH access.
16
17
The default user name is @admin@; the default password is @hidden@.
18
19
You will get access to a command line interface:
20
<pre>
21
Trying 192.168.1.1...
22
Connected to 192.168.1.1.
23
Escape character is '^]'.
24
25
login: admin
26
Password: 
27
STN CLI - ready
28
OSmon>
29
</pre>
30
31
h3. Clock
32
33
The external clock port is labeled "GPS", and is now a 8-pin GPS connector similar to the [[DUL 20]] or [[DUS 20]] and connects to a [[GPS 02]]. This instead of 10-pin SYNC connector as on the [[SIU 02]].
34
35
h3. E1/T1
36
37
There are 8 E1/T1 ports, on 4 RJ-45 connectors. Same dual E1/T1 pinout as DAHDI cards. 
38
39
Pinout TODO
40
41
h3. Transport Network
42
43
* 4x RJ45 Ethernet
44
* 4x 1G SFP cages for the Transport Network (TN). 
45
46
The ports are combo, ie, you must choose a RJ-45 OR SFP (max 4 TN ports active).
47
48
h2. Configuration
49
50
h3. Basic Configuration
51
52
<pre> 
53
54
# Start Transaction
55
starttransaction trans1
56
57
# Hostname
58
setmoattribute trans1 STN=0 stn_name TCU0201-lab
59
60
# settime Year(1970->) Mon(1-12) Day(1-31) Hour(0-23) Min(0-59) Sec(0-59) Msec(0-999)
61
settime 2020 11 27 19 30 00 000
62
63
# Clock input from GPS
64
setmoattribute trans1 STN=0,Synchronization=0 synchType clockInput
65
66
# Create E1 interface 0
67
createmo trans1 STN=0,E1T1Interface=0
68
69
# Setup E1 port 0 to transmit timing from local src, and do not use any timing received on the line.
70
setmoattribute trans1 STN=0,E1T1Interface=0 type E1
71
setmoattribute trans1 STN=0,E1T1Interface=0 transmitClockSource localTiming
72
setmoattribute trans1 STN=0,E1T1Interface=0 receiveClockSource notUsed
73
74
</pre>
Add picture from clipboard (Maximum size: 48.8 MB)