Project

General

Profile

TCU 02 » History » Version 4

firs, 12/20/2020 04:03 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
# Start Transaction
54
starttransaction trans1
55
56
# Hostname
57
setmoattribute trans1 STN=0 stn_name TCU0201-lab
58
59
# settime Year(1970->) Mon(1-12) Day(1-31) Hour(0-23) Min(0-59) Sec(0-59) Msec(0-999)
60
settime 2020 11 27 19 30 00 000
61
62
# Clock input from GPS
63
setmoattribute trans1 STN=0,Synchronization=0 synchType clockInput
64
65
# Create E1 interface 0
66
createmo trans1 STN=0,E1T1Interface=0
67
68
# Setup E1 port 0 to transmit timing from local src, and do not use any timing received on the line.
69
setmoattribute trans1 STN=0,E1T1Interface=0 type E1
70
setmoattribute trans1 STN=0,E1T1Interface=0 transmitClockSource localTiming
71 1 laforge
setmoattribute trans1 STN=0,E1T1Interface=0 receiveClockSource notUsed
72 3 firs
</pre>
73
74
h3. Transport Network (L2/K3)
75
76
<pre>
77
# Create Ethernet Interface/L2
78
createmo trans1 STN=0,EthernetInterface=WAN
79
setmoattribute trans1 STN=0,EthernetInterface=WAN portId TN_A
80
setmoattribute trans1 STN=0,EthernetInterface=WAN mode AUTO
81
82
# VLAN group for 2G ABISoIP and OAM
83
createmo trans1 STN=0,VLANGroup=WAN
84
setmoattribute trans1 STN=0,VLANGroup=WAN depLinkLayer STN=0,EthernetInterface=WAN
85
86
# ABISoIP VLAN
87
createmo trans1 STN=0,VLANGroup=WAN,VLAN=2G
88
setmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=2G tagValue 670
89
setmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=2G tagged true
90
91
# OAM VLAN
92
createmo trans1 STN=0,VLANGroup=WAN,VLAN=OM
93
setmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=OM tagValue 770
94
setmoattribute trans1 STN=0,VLANGroup=WAN,VLAN=OM tagged true
95
96
# IP Interfaces/L3 - ABISoIP
97
createmo trans1 STN=0,IPInterface=2G
98
setmoattribute trans1 STN=0,IPInterface=2G primaryIP_Address 10.245.67.10
99
setmoattribute trans1 STN=0,IPInterface=2G primarySubNetMask 255.255.255.0
100
setmoattribute trans1 STN=0,IPInterface=2G depLinkLayer STN=0,VLANGroup=WAN,VLAN=2G
101
setmoattribute trans1 STN=0,IPInterface=2G trustDSCP true
102
103
# IP Interfaces/L3 - OAM
104
createmo trans1 STN=0,IPInterface=OM
105
setmoattribute trans1 STN=0,IPInterface=OM primaryIP_Address 10.245.77.10
106
setmoattribute trans1 STN=0,IPInterface=OM primarySubNetMask 255.255.255.0
107
setmoattribute trans1 STN=0,IPInterface=OM defaultGateway 10.245.77.1
108
setmoattribute trans1 STN=0,IPInterface=OM depLinkLayer STN=0,VLANGroup=WAN,VLAN=OM
109
setmoattribute trans1 STN=0,IPInterface=OM trustDSCP true
110
setmoattribute trans1 STN=0 depIP_interface stn=0,ipinterface=OM
111
112
# NTP Server - System Clock
113
setmoattribute trans1 STN=0 systemClockTimeServer 10.1.1.1
114
setmoattribute trans1 STN=0 systemClockTimeServerType NTP
115
setmoattribute trans1 STN=0 STN_systemClockUDP_Port 123
116
</pre>
117
118
h3. ABISoIP Configuration
119
120
<pre>
121
# Trunk Group IP Transport
122
createmo trans1 STN=0,TGTransport=BTS01-TG01
123
setmoattribute trans1 STN=0,TGTransport=BTS01-TG01 depIP_interface stn=0,ipinterface=2G
124
setmoattribute trans1 STN=0,TGTransport=BTS01-TG01 pgw_ip_address 10.245.70.15
125
setmoattribute trans1 STN=0,TGTransport=BTS01-TG01 DSCP_L2TP_CP 48
126
127
# Super Channel 
128
createmo trans1 STN=0,TGTransport=BTS01-TG01,SuperChannel=0
129
setmoattribute trans1 STN=0,TGTransport=BTS01-TG01,SuperChannel=0 depE1T1Interface 0
130
</pre>
131
132
h3. Optional
133
134
<pre>
135
# NTP - Possibly for Stratum 0 timing reference? 
136
setmoattribute trans1 STN=0,synchronization=0 synchType timeServer
137
setmoattribute trans1 STN=0,synchronization=0 DSCP_synchronization 48 !DSCP for Synchronization!
138
setmoattribute trans1 STN=0,synchronization=0 depIP_interface stn=0,ipinterface=OM
139
createmo trans1 STN=0,synchronization=0,Timeserver=TS1
140
setmoattribute trans1 STN=0,synchronization=0,Timeserver=TS1 timeServerType NTP
141
setmoattribute trans1 STN=0,synchronization=0,Timeserver=TS1 STN_TS_UDP_Port 123
142
setmoattribute trans1 STN=0,synchronization=0,Timeserver=TS1 TS_IP_Address 10.1.1.1
143
setmoattribute trans1 STN=0,synchronization=0,Timeserver=TS1 TS_Priority 1
144
145
# Route for ABISoIP interface 
146
createmo trans2 STN=0,RoutingTable=0,IPRoute=2G
147
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=2G forwardingInterface STN=0,IPInterface=2G
148
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=2G nextHopIpAddress 10.245.67.1
149
setmoattribute trans1 STN=0,RoutingTable=0,IPRoute=2G destIpSubnet 10.245.70.0/24
150
setmoattribute trans1 STN=0,RoutingTable=0,IpRoute=2G admDistance 2
151
</pre>
152
153
h3. Configuration Commit
154
155
<pre>
156
# Commit and close 
157
checkconsistency trans1
158
commit trans1
159
endtransaction trans1
160 2 firs
</pre>
Add picture from clipboard (Maximum size: 48.8 MB)