-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathtr-181-2-14-0-fwe.xml
366 lines (325 loc) · 12.5 KB
/
tr-181-2-14-0-fwe.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
<?xml version="1.0" encoding="UTF-8"?>
<!--
Device:2 Root Data Model: Common Object definitions [FWE]
Copyright (c) 2010-2020, Broadband Forum
Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the following
conditions are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials
provided with the distribution.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products
derived from this software without specific prior written
permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The above license is used as a license under copyright only.
Please reference the Forum IPR Policy for patent licensing terms
<https://www.broadband-forum.org/ipr-policy>.
Any moral rights which are necessary to exercise under the above
license grant are also deemed granted under this license.
Comments or questions about this Broadband Forum data model should be
directed to <info@broadband-forum.org>.
-->
<dm:document
xmlns:dm="urn:broadband-forum-org:cwmp:datamodel-1-8"
xmlns:dmr="urn:broadband-forum-org:cwmp:datamodel-report-1-0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
urn:broadband-forum-org:cwmp:datamodel-1-8
https://www.broadband-forum.org/cwmp/cwmp-datamodel-1-8.xsd
urn:broadband-forum-org:cwmp:datamodel-report-1-0
https://www.broadband-forum.org/cwmp/cwmp-datamodel-report-1-0.xsd"
spec="urn:broadband-forum-org:tr-181-2-14-0-fwe"
file="tr-181-2-14-0-fwe.xml">
<import file="tr-069-biblio.xml" spec="urn:broadband-forum-org:tr-069"/>
<import file="tr-106-types.xml" spec="urn:broadband-forum-org:tr-106">
<dataType name="Alias" ref="_AliasCommon"/>
</import>
<import file="tr-181-2-root.xml"
spec="urn:broadband-forum-org:tr-181-2-14-root">
<component name="Root"/>
</import>
<component name="FWE">
<object name="Device.FWE." access="readOnly" minEntries="1" maxEntries="1"
version="2.14">
<description>
5G Wireline wireless Encapsulation transport for data plane. See
{{bibref|FWEREG}}.
</description>
<parameter name="LinkNumberOfEntries" access="readOnly">
<description>
{{numentries}}
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
</object>
<object name="Device.FWE.Link.{i}." access="readOnly"
numEntriesParameter="LinkNumberOfEntries" minEntries="0"
maxEntries="unbounded" version="2.14">
<description>
5G Wireline wireless Encapsulation link layer table (a stackable
interface object as described in {{bibref|TR-181i2|Section 4.2}}).
</description>
<uniqueKey functional="false">
<parameter ref="Alias"/>
</uniqueKey>
<uniqueKey functional="false">
<parameter ref="Name"/>
</uniqueKey>
<parameter name="Status" access="readOnly">
<description>
The current operational state of the link (see
{{bibref|TR-181i2|Section 4.2.2}}). {{enum}}
This parameter is based on ''ifOperStatus'' from {{bibref|RFC2863}}.
</description>
<syntax>
<string>
<enumeration value="Up"/>
<enumeration value="Down"/>
<enumeration value="Unknown"/>
<enumeration value="Dormant"/>
<enumeration value="NotPresent"/>
<enumeration value="LowerLayerDown"/>
<enumeration value="Error" optional="true"/>
</string>
</syntax>
</parameter>
<parameter name="Alias" access="readWrite" activeNotify="canDeny">
<description>
{{datatype|expand}}
</description>
<syntax>
<dataType ref="Alias"/>
</syntax>
</parameter>
<parameter name="Name" access="readOnly">
<description>
The textual name of the link as assigned by the CPE.
</description>
<syntax>
<string>
<size maxLength="64"/>
</string>
</syntax>
</parameter>
<parameter name="LastChange" access="readOnly" activeNotify="canDeny">
<description>
The accumulated time in {{units}} since the link entered its current
operational state.
</description>
<syntax>
<unsignedInt>
<units value="seconds"/>
</unsignedInt>
</syntax>
</parameter>
<parameter name="LowerLayers" access="readWrite">
<description>
{{list}} {{reference|an interface object that is stacked immediately
below this interface object}} See {{bibref|TR-181i2|Section 4.2.1}}.
</description>
<syntax>
<list>
<size maxLength="1024"/>
</list>
<string>
<pathRef refType="strong" targetType="row"/>
</string>
</syntax>
</parameter>
</object>
<object name="Device.FWE.Link.{i}.Stats." access="readOnly" minEntries="1"
maxEntries="1" version="2.14">
<description>
Throughput statistics for this interface.
The CPE MUST reset the interface's Stats parameters (unless otherwise
stated in individual object or parameter descriptions) either when the
interface becomes operationally down due to a previous administrative
down (i.e. the interface's {{param|#.Status}} parameter transitions to
a down state after the interface is disabled). Operational interface
status is discussed in {{bibref|TR-181i2|section 4.2.2}}.
</description>
<parameter name="BytesSent" access="readOnly" activeNotify="canDeny">
<description>
The total number of {{units}} transmitted out of the interface,
including framing characters.
</description>
<syntax>
<unsignedLong>
<units value="bytes"/>
</unsignedLong>
</syntax>
</parameter>
<parameter name="BytesReceived" access="readOnly" activeNotify="canDeny">
<description>
The total number of {{units}} received on the interface, including
framing characters.
</description>
<syntax>
<unsignedLong>
<units value="bytes"/>
</unsignedLong>
</syntax>
</parameter>
<parameter name="PacketsSent" access="readOnly" activeNotify="canDeny">
<description>
The total number of packets transmitted out of the interface.
</description>
<syntax>
<unsignedLong/>
</syntax>
</parameter>
<parameter name="PacketsReceived" access="readOnly"
activeNotify="canDeny">
<description>
The total number of packets received on the interface.
</description>
<syntax>
<unsignedLong/>
</syntax>
</parameter>
<parameter name="ErrorsSent" access="readOnly" activeNotify="canDeny">
<description>
The total number of outbound packets that could not be transmitted
because of errors.
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="ErrorsReceived" access="readOnly"
activeNotify="canDeny">
<description>
The total number of inbound packets that contained errors preventing
them from being delivered to a higher-layer protocol.
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="UnicastPacketsSent" access="readOnly"
activeNotify="canDeny">
<description>
The total number of packets requested for transmission which were not
addressed to a multicast or broadcast address at this layer,
including those that were discarded or not sent.
</description>
<syntax>
<unsignedLong/>
</syntax>
</parameter>
<parameter name="UnicastPacketsReceived" access="readOnly"
activeNotify="canDeny">
<description>
The total number of received packets, delivered by this layer to a
higher layer, which were not addressed to a multicast or broadcast
address at this layer.
</description>
<syntax>
<unsignedLong/>
</syntax>
</parameter>
<parameter name="DiscardPacketsSent" access="readOnly"
activeNotify="canDeny">
<description>
The total number of outbound packets which were chosen to be
discarded even though no errors had been detected to prevent their
being transmitted. One possible reason for discarding such a packet
could be to free up buffer space.
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="DiscardPacketsReceived" access="readOnly"
activeNotify="canDeny">
<description>
The total number of inbound packets which were chosen to be discarded
even though no errors had been detected to prevent their being
delivered. One possible reason for discarding such a packet could be
to free up buffer space.
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="MulticastPacketsSent" access="readOnly"
activeNotify="canDeny">
<description>
The total number of packets that higher-level protocols requested for
transmission and which were addressed to a multicast address at this
layer, including those that were discarded or not sent.
</description>
<syntax>
<unsignedLong/>
</syntax>
</parameter>
<parameter name="MulticastPacketsReceived" access="readOnly"
activeNotify="canDeny">
<description>
The total number of received packets, delivered by this layer to a
higher layer, which were addressed to a multicast address at this
layer.
</description>
<syntax>
<unsignedLong/>
</syntax>
</parameter>
<parameter name="BroadcastPacketsSent" access="readOnly"
activeNotify="canDeny">
<description>
The total number of packets that higher-level protocols requested for
transmission and which were addressed to a broadcast address at this
layer, including those that were discarded or not sent.
</description>
<syntax>
<unsignedLong/>
</syntax>
</parameter>
<parameter name="BroadcastPacketsReceived" access="readOnly"
activeNotify="canDeny">
<description>
The total number of received packets, delivered by this layer to a
higher layer, which were addressed to a broadcast address at this
layer.
</description>
<syntax>
<unsignedLong/>
</syntax>
</parameter>
<parameter name="UnknownProtoPacketsReceived" access="readOnly"
activeNotify="canDeny">
<description>
The total number of packets received via the interface which were
discarded because of an unknown or unsupported protocol.
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
</object>
<!-- PROFILES -->
</component>
<model name="FWE:2.14">
<component ref="Root"/>
<component ref="FWE"/>
</model>
</dm:document>