-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathtr-181-2-14-0-bridging.xml
2435 lines (2164 loc) · 93.5 KB
/
tr-181-2-14-0-bridging.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
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<!--
Device:2 Root Data Model: Common Object definitions [Bridging]
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-bridging"
file="tr-181-2-14-0-bridging.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"/>
<dataType name="IPAddress"/>
<dataType name="IPPrefix"/>
</import>
<import file="tr-181-2-root.xml"
spec="urn:broadband-forum-org:tr-181-2-14-root">
<component name="Root"/>
</import>
<component name="Bridging">
<object name="Device.Bridging." access="readOnly" minEntries="1"
maxEntries="1" version="2.0">
<description>
Layer 2 bridging configuration. Specifies bridges between different
layer 2 interfaces. Bridges can be defined to include layer 2 filter
criteria to selectively bridge traffic between interfaces.
This object can be used to configure both 802.1D {{bibref|802.1D-2004}}
and 802.1Q {{bibref|802.1Q-2011}} bridges.
Not all 802.1D and 802.1Q features are modeled, and some additional
features not present in either 802.1D or 802.1Q are modeled.
802.1Q {{bibref|802.1Q-2011}} bridges incorporate 802.1Q
{{bibref|802.1Q-2005}} customer and 802.1ad {{bibref|802.1ad-2005}}
provider bridges.
</description>
<parameter name="MaxBridgeEntries" access="readOnly">
<description>
The maximum number of entries available in the
{{object|.Bridging.Bridge}} table.
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="MaxDBridgeEntries" access="readOnly">
<description>
The maximum number of 802.1D {{bibref|802.1D-2004}} entries available
in the {{object|.Bridging.Bridge}} table. A positive value for this
parameter implies support for 802.1D.
There is no guarantee that this many 802.1D Bridges can be
configured. For example, the CPE might not be able simultaneously to
support both 802.1D and 802.1Q Bridges.
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="MaxQBridgeEntries" access="readOnly">
<description>
The maximum number of 802.1Q {{bibref|802.1Q-2011}} entries available
in the {{object|.Bridging.Bridge}} table. A non-zero value for this
parameter implies support for 802.1Q.
There is no guarantee that this many 802.1Q Bridges can be
configured. For example, the CPE might not be able simultaneously to
support both 802.1D and 802.1Q Bridges.
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="MaxVLANEntries" access="readOnly">
<description>
The maximum number of 802.1Q {{bibref|802.1Q-2011}} VLANs supported
per {{object|.Bridging.Bridge}} table entry.
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="MaxProviderBridgeEntries" access="readOnly"
version="2.7">
<description>
The maximum number of entries available in the
{{object|.Bridging.ProviderBridge}} table. A non-zero value for this
parameter implies support for 802.1Q Provider Bridges.
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="ProviderBridgeNumberOfEntries" access="readOnly"
version="2.7">
<description>
{{numentries}}
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="MaxFilterEntries" access="readOnly"
activeNotify="canDeny">
<description>
The maximum number of entries available in the {{object|Filter}}
table.
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="BridgeNumberOfEntries" access="readOnly">
<description>
{{numentries}}
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="FilterNumberOfEntries" access="readOnly">
<description>
{{numentries}}
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
</object>
<object name="Device.Bridging.Bridge.{i}." access="readWrite"
numEntriesParameter="BridgeNumberOfEntries" enableParameter="Enable"
minEntries="0" maxEntries="unbounded" version="2.0">
<description>
Bridge table.
</description>
<uniqueKey functional="false">
<parameter ref="Alias"/>
</uniqueKey>
<parameter name="Enable" access="readWrite">
<description>
Enables or disables this {{object}}.
</description>
<syntax>
<boolean/>
<default type="object" value="false"/>
</syntax>
</parameter>
<parameter name="Status" access="readOnly">
<description>
The status of this {{object}}. {{enum}}
The {{enum|Error}} value MAY be used by the CPE to indicate a locally
defined error condition.
</description>
<syntax>
<string>
<enumeration value="Disabled"/>
<enumeration value="Enabled"/>
<enumeration value="Error" optional="true"/>
</string>
<default type="object" value="Disabled"/>
</syntax>
</parameter>
<parameter name="Alias" access="readWrite" activeNotify="canDeny">
<description>
{{datatype|expand}}
</description>
<syntax>
<dataType ref="Alias"/>
</syntax>
</parameter>
<parameter name="Standard" access="readWrite">
<description>
Selects the standard supported by this Bridge table entry.
</description>
<syntax>
<string>
<enumeration value="802.1D-2004">
<description>{{bibref|802.1D-2004}}</description>
</enumeration>
<enumeration value="802.1Q-2005">
<description>{{bibref|802.1Q-2005}}</description>
</enumeration>
<enumeration value="802.1Q-2011">
<description>
The {{object}} provides support for at least one feature
defined in {{bibref|802.1Q-2011}} that was not defined in
{{bibref|802.1Q-2005}}.
</description>
</enumeration>
</string>
</syntax>
</parameter>
<parameter name="PortNumberOfEntries" access="readOnly">
<description>
{{numentries}}
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="VLANNumberOfEntries" access="readOnly">
<description>
{{numentries}}
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
<parameter name="VLANPortNumberOfEntries" access="readOnly">
<description>
{{numentries}}
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
</object>
<object name="Device.Bridging.Bridge.{i}.Port.{i}." access="readWrite"
numEntriesParameter="PortNumberOfEntries" enableParameter="Enable"
minEntries="0" maxEntries="unbounded" version="2.0">
<description>
Bridge Port table, which MUST contain an entry for each bridge port (a
stackable interface object as described in {{bibref|TR-181i2|Section
4.2}}).
There are two types of bridge ports: management (upward facing) and
non-management (downward facing). This is determined by configuring the
Boolean {{param|ManagementPort}} parameter. The CPE will automatically
configure each management bridge port to appear in the interface stack
above all non-management bridge ports that share the same
{{object|##.Bridge}} instance.
</description>
<uniqueKey functional="false">
<parameter ref="Alias"/>
</uniqueKey>
<uniqueKey functional="false">
<parameter ref="Name"/>
</uniqueKey>
<parameter name="Enable" access="readWrite">
<description>
Enables or disables the bridge port.
This parameter is based on ''ifAdminStatus'' from {{bibref|RFC2863}}.
</description>
<syntax>
<boolean/>
<default type="object" value="false"/>
</syntax>
</parameter>
<parameter name="Status" access="readOnly">
<description>
The current operational state of the bridge port (see
{{bibref|TR-181i2|Section 4.2.2}}). {{enum}}
When {{param|Enable}} is {{false}} then this parameter SHOULD
normally be {{enum|Down}} (or {{enum|NotPresent}} or {{enum|Error}}
if there is a fault condition on the interface).
When {{param|Enable}} is changed to {{true}} then this parameter
SHOULD change to {{enum|Up}} if and only if the interface is able to
transmit and receive network traffic; it SHOULD change to
{{enum|Dormant}} if and only if the interface is operable but is
waiting for external actions before it can transmit and receive
network traffic (and subsequently change to {{enum|Up}} if still
operable when the expected actions have completed); it SHOULD change
to {{enum|LowerLayerDown}} if and only if the interface is prevented
from entering the {{enum|Up}} state because one or more of the
interfaces beneath it is down; it SHOULD remain in the {{enum|Error}}
state if there is an error or other fault condition detected on the
interface; it SHOULD remain in the {{enum|NotPresent}} state if the
interface has missing (typically hardware) components; it SHOULD
change to {{enum|Unknown}} if the state of the interface can not be
determined for some reason.
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>
<default type="object" value="Down"/>
</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 bridge port 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 bridge port 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}}.
When {{param|ManagementPort}} is set to {{true}} the CPE MUST set
{{param}} to reference all non-management bridge ports that are
within the same {{object|##.Bridge}} instance (and update {{param}}
when subsequent non-management bridge ports are added or deleted on
that ''Bridge''). The Controller SHOULD NOT set {{param}} in this
case.
</description>
<syntax>
<list>
<size maxLength="1024"/>
</list>
<string>
<pathRef refType="strong" targetType="row"/>
</string>
<default type="object" value=""/>
</syntax>
</parameter>
<parameter name="ManagementPort" access="readWrite">
<description>
If {{true}} then the entry is a management (upward facing) bridge
port rather than a non-management (downward facing) bridge port. For
a given {{object|##.Bridge}} instance, each management bridge port
appears in the interface stack above all non-management bridge ports.
The concept of Management Port is discussed in
{{bibref|802.1Q-2005|chapter 8}}.
</description>
<syntax>
<boolean/>
<default type="object" value="false"/>
</syntax>
</parameter>
<parameter name="Type" access="readWrite" version="2.7">
<description>
The type of bridge port as defined in 802.1Q
{{bibref|802.1Q-2011|Section 17 IEEE8021BridgePortType}}.
Enumeration of:
{{enum}}
</description>
<syntax>
<string>
<enumeration value="ProviderNetworkPort">
<description>
Indicates this {{object}} is an S-TAG aware port of a
{{object|##.ProviderBridge}}.
</description>
</enumeration>
<enumeration value="CustomerNetworkPort">
<description>
Indicates this {{object}} is an S-TAG aware port of a
{{object|##.ProviderBridge}}.
</description>
</enumeration>
<enumeration value="CustomerEdgePort">
<description>
Indicates this {{object}} is an C-TAG aware port of a
{{object|##.ProviderBridge}}.
</description>
</enumeration>
<enumeration value="CustomerVLANPort">
<description>
Indicates this {{object}} is an C-TAG aware port of a Customer
Bridge.
</description>
</enumeration>
<enumeration value="VLANUnawarePort">
<description>
Indicates this {{object}} is a VLAN unaware member of an
{{enum|802.1D-2004|#.Standard}} bridge.
</description>
</enumeration>
</string>
</syntax>
</parameter>
<parameter name="DefaultUserPriority" access="readWrite">
<description>
Bridge Port Default User Priority.
</description>
<syntax>
<unsignedInt>
<range minInclusive="0" maxInclusive="7"/>
</unsignedInt>
</syntax>
</parameter>
<parameter name="PriorityRegeneration" access="readWrite">
<description>
{{list}} List items represent user priority regeneration values for
each ingress user priority on this Bridge Port.
</description>
<syntax>
<list minItems="8" maxItems="8">
<size/>
</list>
<unsignedInt>
<range minInclusive="0" maxInclusive="7"/>
</unsignedInt>
<default type="object" value="0,1,2,3,4,5,6,7"/>
</syntax>
</parameter>
<parameter name="PortState" access="readOnly">
<description>
Bridge Port state as defined in 802.1D {{bibref|802.1D-2004}} and
802.1Q {{bibref|802.1Q-2011}}.
</description>
<syntax>
<string>
<enumeration value="Disabled"/>
<enumeration value="Blocking"/>
<enumeration value="Listening"/>
<enumeration value="Learning"/>
<enumeration value="Forwarding"/>
<enumeration value="Broken"/>
</string>
<default type="object" value="Disabled"/>
</syntax>
</parameter>
<parameter name="PVID" access="readWrite">
<description>
PVID (or Port VID) is the VLAN ID with which an untagged or priority
tagged frame that arrives on this port will be associated (i.e.
default Port VLAN ID as defined in 802.1Q {{bibref|802.1Q-2011}}).
For an 802.1D Bridge {{bibref|802.1D-2004}}, this parameter MUST be
ignored.
</description>
<syntax>
<int>
<range minInclusive="1" maxInclusive="4094"/>
</int>
<default type="object" value="1"/>
</syntax>
</parameter>
<parameter name="TPID" access="readWrite" version="2.7">
<description>
The Tag Protocol Identifier (TPID) assigned to this {{object}}. The
TPID is an EtherType value used to identify the frame as a tagged
frame.
Standard {{bibref|802.1Q-2011|Table 9.1}} TPID values are:
*S-TAG 0x88A8 = 34984
*C-TAG 0x8100 = 33024
Non-Standard TPID values are:
*S-TAG 0x9100 = 37120
</description>
<syntax>
<unsignedInt/>
<default type="object" value="33024"/>
</syntax>
</parameter>
<parameter name="AcceptableFrameTypes" access="readWrite">
<description>
Indicates which types of frame arriving on this port will be admitted
to the bridge (i.e. Bridge Port acceptable frame types as defined in
802.1Q {{bibref|802.1Q-2011}}). {{enum}}
For an 802.1D {{bibref|802.1D-2004}} Bridge, the value of this
parameter MUST be {{enum|AdmitAll}}.
</description>
<syntax>
<string>
<enumeration value="AdmitAll"/>
<enumeration value="AdmitOnlyVLANTagged" optional="true"/>
<enumeration value="AdmitOnlyPrioUntagged" optional="true"/>
</string>
<default type="object" value="AdmitAll"/>
</syntax>
</parameter>
<parameter name="IngressFiltering" access="readWrite">
<description>
Enables or disables Ingress Filtering as defined in 802.1Q
{{bibref|802.1Q-2011}}. If enabled ({{true}}), causes frames arriving
on this port to be discarded if the port is not in the VLAN ID's
member set (which is configured via the {{object|#.VLANPort}} table).
For an 802.1D {{bibref|802.1D-2004}} Bridge, the value of this
parameter MUST be {{false}}.
</description>
<syntax>
<boolean/>
<default type="object" value="false"/>
</syntax>
</parameter>
<parameter name="ServiceAccessPrioritySelection" access="readWrite"
version="2.7">
<description>
This parameter controls the Service Access Priority selection
function as described in {{bibref|802.1Q-2011|section 6.13}}.
The parameter is applicable to deployments of {{object|##.Bridge}}
instances that are referenced by
{{param|###.Bridging.ProviderBridge.{i}.SVLANcomponent}}.
</description>
<syntax>
<boolean/>
<default type="object" value="false"/>
</syntax>
</parameter>
<parameter name="ServiceAccessPriorityTranslation" access="readWrite"
version="2.7">
<description>
{{list}} List items represent service access priority translation
values for each ingress priority on this {{object}} as described in
{{bibref|802.1Q-2011|section 6.13}}.
The parameter is applicable to deployments of {{object|##.Bridge}}
instances that are referenced by
{{param|###.Bridging.ProviderBridge.{i}.SVLANcomponent}}.
</description>
<syntax>
<list minItems="8" maxItems="8">
<size/>
</list>
<unsignedInt>
<range minInclusive="0" maxInclusive="7"/>
</unsignedInt>
<default type="object" value="0,1,2,3,4,5,6,7"/>
</syntax>
</parameter>
<parameter name="PriorityTagging" access="readWrite">
<description>
Enables or disables priority tagging on this Bridge Port.
When {{true}}, egress frames leaving this interface will be priority
tagged with the frame's associated priority value, which will either
be derived directly from the ingress frame or else set via
{{param|.QoS.Classification.{i}.EthernetPriorityMark}}.
When {{false}}, egress frames leaving this interface will be
untagged.
The parameter does not affect reception of ingress frames.
Only applies on bridge ports that are untagged member of one or more
VLAN's.
</description>
<syntax>
<boolean/>
<default type="object" value="false"/>
</syntax>
</parameter>
</object>
<object name="Device.Bridging.Bridge.{i}.Port.{i}.Stats."
access="readOnly" minEntries="1" maxEntries="1" version="2.0">
<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) or when the interface
becomes administratively up (i.e. the interface's {{param|#.Enable}}
parameter transitions from {{false}} to {{true}}). Administrative and
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 bytes transmitted out of the interface, including
framing characters.
</description>
<syntax>
<unsignedLong/>
</syntax>
</parameter>
<parameter name="BytesReceived" access="readOnly" activeNotify="canDeny">
<description>
The total number of bytes received on the interface, including
framing characters.
</description>
<syntax>
<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>
<object name="Device.Bridging.Bridge.{i}.Port.{i}.PriorityCodePoint."
access="readOnly" minEntries="1" maxEntries="1" version="2.7">
<description>
{{object}} provides the management control for the processing of the
Priority Code Point (PCP) field for the 802.1Q header as defined in
{{bibref|802.1Q-2011|section 6.9.3 Priority Code Point Encoding}}.
The object is applicable to deployments of
{{object|####.Bridging.ProviderBridge}} where the {{object|###.Bridge}}
instance is referenced by
{{param|####.Bridging.ProviderBridge.{i}.SVLANcomponent}} or
{{param|####.Bridging.ProviderBridge.{i}.CVLANcomponents}} parameters.
</description>
<parameter name="PCPSelection" access="readWrite">
<description>
This parameter identifies the row in the {{param|PCPEncoding}} and
{{param|PCPDecoding}} parameter lists. The value of 1 points to the
8P0D row in the corresponding parameter lists.
</description>
<syntax>
<unsignedInt>
<range minInclusive="1" maxInclusive="4"/>
</unsignedInt>
<default type="object" value="1"/>
</syntax>
</parameter>
<parameter name="UseDEI" access="readWrite">
<description>
This parameter controls the processing of the drop_eligible field and
is described in {{bibref|802.1Q-2011|section 6.9.3}}.
</description>
<syntax>
<boolean/>
<default type="object" value="false"/>
</syntax>
</parameter>
<parameter name="RequireDropEncoding" access="readWrite">
<description>
This parameter controls the processing of the encoding or decoding of
the drop_eligible component in the PCP field and is described in
{{bibref|802.1Q-2011|section 8.6.7}}.
</description>
<syntax>
<boolean/>
<default type="object" value="false"/>
</syntax>
</parameter>
<parameter name="PCPEncoding" access="readWrite">
<description>
This parameter provides the management control for the processing of
the encoding of the Priority Code Point (PCP) field for the 802.1Q
header as defined in {{bibref|802.1Q-2011|section 6.9.3 Priority Code
Point Encoding}} and {{bibref|802.1Q-2011|Table 6-3}}.
The list is an ordered list that contains entries for the following 4
PCP Values: "8P0D","7P1D", "6P2D" "5P3D". Each list entry matches the
following pattern:
{{pattern}}
The value of this parameter MUST use square brackets to protect comma
separators within nested lists. For example, this corresponds to
Table 6-3 (mentioned above):
:
[7,7,6,6,5,5,4,4,3,3,2,2,1,1,0,0],[7,7,6,6,5,4,5,4,3,3,2,2,1,1,0,0],[7,7,6,6,5,4,5,4,3,2,3,2,1,1,0,0],[7,7,6,6,5,4,5,4,3,2,3,2,1,0,1,0]
</description>
<syntax>
<list minItems="4" maxItems="4">
<size/>
</list>
<string>
<size minLength="31" maxLength="31"/>
<pattern value="([0-7],){15}[0-7]">
<description>
PCP for each priority and drop_eligible field (7, 7DE, 6, 6DE,
..., 1, 1DE, 0, 0DE)
</description>
</pattern>
</string>
</syntax>
</parameter>
<parameter name="PCPDecoding" access="readWrite">
<description>
This parameter provides the management control for the processing of
the decoding of the Priority Code Point (PCP) field for the 802.1Q
header as defined in {{bibref|802.1Q-2011|section 6.9.3 Priority Code
Point Encoding}} and {{bibref|802.1Q-2011|Table 6-4}}.
The list is an ordered list that contains entries for the following 4
PCP Values: "8P0D","7P1D", "6P2D" "5P3D". Each list entry matches the
following pattern:
{{pattern}}
The value of this parameter MUST use square brackets to protect comma
separators within nested lists. For example, this corresponds to
Table 6-4 (mentioned above):
:
[7,0,6,0,5,0,4,0,3,0,2,0,1,0,0,0],[7,0,6,0,4,0,4,1,3,0,2,0,1,0,0,0],[7,0,6,0,4,0,4,1,2,0,2,1,1,0,0,0],[7,0,6,0,4,0,4,1,2,0,2,1,0,0,0,1]
</description>
<syntax>
<list minItems="4" maxItems="4">
<size/>
</list>
<string>
<size minLength="15" maxLength="15"/>
<pattern value="([0-7],[0-1],){7}[0-7],[0-1]">
<description>
Priority (0-7) and drop_eligible field (0-1) for each PCP value
(7, 6, ..., 1, 0).
</description>
</pattern>
</string>
</syntax>
</parameter>
</object>
<object name="Device.Bridging.Bridge.{i}.VLAN.{i}." access="readWrite"
numEntriesParameter="VLANNumberOfEntries" enableParameter="Enable"
minEntries="0" maxEntries="unbounded" version="2.0">
<description>
Bridge VLAN table. If this table is supported, if MUST contain an entry
for each VLAN known to the Bridge.
This table only applies to an 802.1Q {{bibref|802.1Q-2011}} Bridge.
</description>
<uniqueKey functional="false">
<parameter ref="Alias"/>
</uniqueKey>
<uniqueKey>
<parameter ref="VLANID"/>
</uniqueKey>
<parameter name="Enable" access="readWrite">
<description>
Enables or disables this VLAN table entry.
</description>
<syntax>
<boolean/>
<default type="object" value="false"/>
</syntax>
</parameter>
<parameter name="Alias" access="readWrite" activeNotify="canDeny">