Project

General

Profile

TCU 02 » History » Version 3

firs, 12/20/2020 04:02 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 3 firs
The external clock port is labeled "GPS", and is now a 8-pin GPS connector similar to the [[DUL 20]] or [[DUS 20]] and as such can connect to a [[GPS 02]]. This instead of 10-pin SYNC connector as on the [[SIU 02]].
34 2 firs
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 1 laforge
setmoattribute trans1 STN=0,E1T1Interface=0 receiveClockSource notUsed
73 3 firs
74
</pre>
75
76
h3. Transport Network (L2/K3)
77
78
<pre>
79
80
# Create Ethernet Interface/L2
81
createmo trans1 STN=0,EthernetInterface=WAN
82
setmoattribute trans1 STN=0,EthernetInterface=WAN portId TN_A
83
setmoattribute trans1 STN=0,EthernetInterface=WAN mode AUTO
84
85
# VLAN group for 2G ABISoIP and OAM
86
createmo trans1 STN=0,VLANGroup=WAN
87
setmoattribute trans1 STN=0,VLANGroup=WAN depLinkLayer STN=0,EthernetInterface=WAN
88
89
# ABISoIP VLAN
90
createmo trans1 STN=0,VLANGroup=WAN,VLAN=2G
91
setmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=2G tagValue 670
92
setmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=2G tagged true
93
94
# OAM VLAN
95
createmo trans1 STN=0,VLANGroup=WAN,VLAN=OM
96
setmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=OM tagValue 770
97
setmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=OM tagged true
98
99
# IP Interfaces/L3 - ABISoIP
100
createmo trans1 STN=0,IPInterface=2G
101
setmoattribute trans1 STN=0,IPInterface=2G primaryIP_Address 10.245.67.10
102
setmoattribute trans1 STN=0,IPInterface=2G primarySubNetMask 255.255.255.0
103
setmoattribute trans1 STN=0,IPInterface=2G depLinkLayer STN=0,VLANGroup=WAN,VLAN=2G
104
setmoattribute trans1 STN=0,IPInterface=2G trustDSCP true
105
106
# IP Interfaces/L3 - OAM
107
createmo trans1 STN=0,IPInterface=OM
108
setmoattribute trans1 STN=0,IPInterface=OM primaryIP_Address 10.245.77.10
109
setmoattribute trans1 STN=0,IPInterface=OM primarySubNetMask 255.255.255.0
110
setmoattribute trans1 STN=0,IPInterface=OM defaultGateway 10.245.77.1
111
setmoattribute trans1 STN=0,IPInterface=OM depLinkLayer STN=0,VLANGroup=WAN,VLAN=OM
112
setmoattribute trans1 STN=0,IPInterface=OM trustDSCP true
113
setmoattribute trans1 STN=0 depIP_interface stn=0,ipinterface=OM
114
115
# NTP Server - System Clock
116
setmoattribute trans1 STN=0 systemClockTimeServer 10.1.1.1
117
setmoattribute trans1 STN=0 systemClockTimeServerType NTP
118
setmoattribute trans1 STN=0 STN_systemClockUDP_Port 123
119
120
</pre>
121
122
h3. ABISoIP Configuration
123
124
<pre>
125
126
# Trunk Group IP Transport
127
createmo trans1 STN=0,TGTransport=BTS01-TG01
128
setmoattribute trans1 STN=0,TGTransport=BTS01-TG01 depIP_interface stn=0,ipinterface=2G
129
setmoattribute trans1 STN=0,TGTransport=BTS01-TG01 pgw_ip_address 10.245.70.15
130
setmoattribute trans1 STN=0,TGTransport=BTS01-TG01 DSCP_L2TP_CP 48
131
132
# Super Channel 
133
createmo trans1 STN=0,TGTransport=BTS01-TG01,SuperChannel=0
134
setmoattribute trans1 STN=0,TGTransport=BTS01-TG01,SuperChannel=0 depE1T1Interface 0
135
136
</pre>
137
138
h3. Optional
139
140
<pre>
141
142
# NTP - Possibly for Stratum 0 timing reference? 
143
setmoattribute trans1 STN=0,synchronization=0 synchType timeServer
144
setmoattribute trans1 STN=0,synchronization=0 DSCP_synchronization 48 !DSCP for Synchronization!
145
setmoattribute trans1 STN=0,synchronization=0 depIP_interface stn=0,ipinterface=OM
146
createmo trans1 STN=0,synchronization=0,Timeserver=TS1
147
setmoattribute trans1 STN=0,synchronization=0,Timeserver=TS1 timeServerType NTP
148
setmoattribute trans1 STN=0,synchronization=0,Timeserver=TS1 STN_TS_UDP_Port 123
149
setmoattribute trans1 STN=0,synchronization=0,Timeserver=TS1 TS_IP_Address 10.1.1.1
150
setmoattribute trans1 STN=0,synchronization=0,Timeserver=TS1 TS_Priority 1
151
152
# Route for ABISoIP interface 
153
createmo trans2 STN=0,RoutingTable=0,IPRoute=2G
154
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=2G forwardingInterface STN=0,IPInterface=2G
155
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=2G nextHopIpAddress 10.245.67.1
156
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=2G destIpSubnet 10.245.70.0/24
157
setmoattribute trans1 STN=0,RoutingTable=0,IpRoute=2G admDistance 2
158
159
</pre>
160
161
h3. Configuration Commit
162
163
<pre>
164
165
# Commit and close 
166
checkconsistency trans1
167
commit trans1
168
endtransaction trans1
169 2 firs
170
</pre>
Add picture from clipboard (Maximum size: 48.8 MB)