-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathtr-181-2-14-0-l2tpv3.xml
980 lines (878 loc) · 35.2 KB
/
tr-181-2-14-0-l2tpv3.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
<?xml version="1.0" encoding="UTF-8"?>
<!--
Device:2 Root Data Model: Common Object definitions [L2TPv3]
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-l2tpv3"
file="tr-181-2-14-0-l2tpv3.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="StatsCounter32"/>
<dataType name="StatsCounter64"/>
</import>
<import file="tr-181-2-root.xml"
spec="urn:broadband-forum-org:tr-181-2-14-root">
<component name="Root"/>
</import>
<component name="L2TPv3">
<object name="Device.L2TPv3." access="readOnly" minEntries="1"
maxEntries="1" version="2.12">
<description>
This object contains parameters associated with the configuration and
monitoring of stateless tunnels using the Layer Two Tunneling Protocol
version 3 (L2TPv3) ({{bibref|RFC3931}}).
This object also provides a means to treat packets that are
encapsulated within a L2TPv3 Tunnel by using a set of {{object|Filter}}
objects to determine the treatment of the packet.
</description>
<parameter name="TunnelNumberOfEntries" 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.L2TPv3.Tunnel.{i}." access="readWrite" minEntries="0"
maxEntries="unbounded" numEntriesParameter="TunnelNumberOfEntries"
version="2.12">
<description>
L2TPv3 Tunnel table, models the L2TPv3 Tunnel instance and represents
the entry point and exit point of the tunnel in relation to the WAN
interface.
A {{object}} object has one or more {{object|Interface}} objects that
further define the sessions or flows within the tunnel.
</description>
<uniqueKey functional="false">
<parameter ref="Alias"/>
</uniqueKey>
<parameter name="Enable" access="readWrite">
<description>
Enables or disables the tunnel.
</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="Status" access="readOnly">
<description>
The current operational state of the tunnel.
</description>
<syntax>
<string>
<enumeration value="Disabled"/>
<enumeration value="Enabled"/>
<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="RemoteEndpoints" access="readWrite">
<description>
The Fully Qualified Domain Name (FQDN) or IP address of the remote
L2TPv3 tunnel endpoint.
If more than one name/address is supplied, they will be tried in
turn, i.e. they are in decreasing order of precedence.
</description>
<syntax>
<list maxItems="4"/>
<string>
<size maxLength="256"/>
</string>
</syntax>
</parameter>
<parameter name="KeepAlivePolicy" access="readWrite">
<description>
The mechanism used to keep the tunnel from timing out at the
{{param|ConnectedRemoteEndpoint}}.
</description>
<syntax>
<string>
<enumeration value="ICMP">
<description>
The version of the ICMP packet used for this {{param}} is based
on the value of the {{param|DeliveryHeaderProtocol}} parameter
(Either ICMP for IPv4 or ICMPv6 for IPv6).
</description>
</enumeration>
<enumeration value="None"/>
</string>
<default type="object" value="None"/>
</syntax>
</parameter>
<parameter name="KeepAliveTimeout" access="readWrite">
<description>
The tunnel keepalive timeout in {{units}}.
</description>
<syntax>
<unsignedInt>
<units value="seconds"/>
</unsignedInt>
<default type="object" value="10"/>
</syntax>
</parameter>
<parameter name="KeepAliveThreshold" access="readWrite">
<description>
Number of KeepAlive messages unacknowledged by the
{{param|ConnectedRemoteEndpoint}} before the {{object}} is perceived
failed.
</description>
<syntax>
<unsignedInt/>
<default type="object" value="3"/>
</syntax>
</parameter>
<parameter name="DeliveryHeaderProtocol" access="readWrite">
<description>
The protocol used for the delivery header.
</description>
<syntax>
<string>
<enumeration value="IPv4"/>
<enumeration value="IPv6"/>
</string>
</syntax>
</parameter>
<parameter name="DefaultDSCPMark" access="readWrite">
<description>
If the specified entries in the {{object|#.Filter}} table do not
match this {{object}} object or an instance of the
{{object|Interface}} object for this {{object}} object, then the
value of this parameter is applied to the delivery header of the
packets in this {{object}}.
</description>
<syntax>
<unsignedInt/>
<default type="object" value="0"/>
</syntax>
</parameter>
<parameter name="TunnelEncapsulation" access="readWrite">
<description>
The protocol that this {{object}} will be encapsulated
</description>
<syntax>
<string>
<enumeration value="IP"/>
<enumeration value="UDP"/>
</string>
<default type="object" value="IP"/>
</syntax>
</parameter>
<parameter name="ConnectedRemoteEndpoint" access="readOnly">
<description>
The Fully Qualified Domain Name (FQDN) name or IP address of the
connected remote L2TPv3 tunnel endpoint.
</description>
<syntax>
<string>
<size maxLength="256"/>
</string>
</syntax>
</parameter>
<parameter name="InterfaceNumberOfEntries" access="readOnly">
<description>
{{numentries}}
</description>
<syntax>
<unsignedInt/>
</syntax>
</parameter>
</object>
<object name="Device.L2TPv3.Tunnel.{i}.UDP." access="readOnly"
minEntries="1" maxEntries="1" version="2.12">
<description>
This {{object}} provides the parameters when the value of the
{{param|##.Tunnel.{i}.TunnelEncapsulation}} parameter is
{{enum|UDP|##.Tunnel.{i}.TunnelEncapsulation}}.
</description>
<parameter name="SourcePort" access="readWrite">
<description>
The source (local) port used to transmit PDUs. A value of 0 indicates
that the port selection is performed by the device.
</description>
<syntax>
<unsignedInt>
<range maxInclusive="65535"/>
</unsignedInt>
<default type="object" value="1701"/>
</syntax>
</parameter>
<parameter name="RemotePort" access="readWrite">
<description>
The remote port used to by the remote endpoint to transmit PDUs.
</description>
<syntax>
<unsignedInt>
<range maxInclusive="65535"/>
</unsignedInt>
<default type="object" value="1701"/>
</syntax>
</parameter>
<parameter name="EnableChecksum" access="readWrite">
<description>
Enables or disables checksum processing.
</description>
<syntax>
<boolean/>
<default type="object" value="false"/>
</syntax>
</parameter>
</object>
<object name="Device.L2TPv3.Tunnel.{i}.Stats." access="readOnly"
minEntries="1" maxEntries="1" version="2.12">
<description>
Statistics for this L2TPv3 tunnel, i.e. all traffic that has passed
through the tunnel.
The device MUST reset the tunnel's Stats parameters (unless otherwise
stated in individual object or parameter descriptions) either when the
tunnel becomes operationally down due to a previous administrative down
(i.e., Status parameter transitions to a disabled state after the
tunnel has been disabled) or when the tunnel becomes administratively
up (i.e. the Enable parameter transitioned from {{false}} to {{true}}).
</description>
<parameter name="KeepAliveSent" access="readOnly">
<description>
The total number of KeepAlive {{units}} sent out the tunnel.
</description>
<syntax>
<dataType ref="StatsCounter32">
<units value="messages"/>
</dataType>
</syntax>
</parameter>
<parameter name="KeepAliveReceived" access="readOnly">
<description>
The total number of KeepAlive {{units}} received by the tunnel.
</description>
<syntax>
<dataType ref="StatsCounter32">
<units value="messages"/>
</dataType>
</syntax>
</parameter>
<parameter name="BytesSent" access="readOnly">
<description>
The total number of {{units}} sent by the tunnel.
</description>
<syntax>
<dataType ref="StatsCounter64">
<units value="bytes"/>
</dataType>
</syntax>
</parameter>
<parameter name="BytesReceived" access="readOnly">
<description>
The total number of {{units}} received by the tunnel.
</description>
<syntax>
<dataType ref="StatsCounter64">
<units value="bytes"/>
</dataType>
</syntax>
</parameter>
<parameter name="PacketsSent" access="readOnly">
<description>
The total number of {{units}} sent by the tunnel.
</description>
<syntax>
<dataType ref="StatsCounter64">
<units value="packets"/>
</dataType>
</syntax>
</parameter>
<parameter name="PacketsReceived" access="readOnly">
<description>
The total number of {{units}} received by the tunnel.
</description>
<syntax>
<dataType ref="StatsCounter64">
<units value="packets"/>
</dataType>
</syntax>
</parameter>
<parameter name="ErrorsSent" access="readOnly">
<description>
The total number of {{units}} discarded by the tunnel due to any
error. This can include packets dropped due to a lack of transmit
buffers.
</description>
<syntax>
<dataType ref="StatsCounter32">
<units value="packets"/>
</dataType>
</syntax>
</parameter>
<parameter name="ErrorsReceived" access="readOnly">
<description>
The total number of {{units}} received by the tunnel that contained
errors preventing them from being delivered to a higher-layer
protocol.
</description>
<syntax>
<dataType ref="StatsCounter32">
<units value="packets"/>
</dataType>
</syntax>
</parameter>
</object>
<object name="Device.L2TPv3.Tunnel.{i}.Interface.{i}." access="readWrite"
minEntries="0" maxEntries="unbounded"
numEntriesParameter="InterfaceNumberOfEntries" version="2.12">
<description>
L2TPv3 Interface table (a stackable interface object as described in
{{bibref|TR-181i2|Section 4.2}}).
The {{object}} object models the L2TPv3 Header as defined in
{{bibref|RFC3931}} and the transport of L2 frames across over L2TPv3 as
defined in {{bibref|RFC4719}}.
The {{object}} object provides a way to discriminate how sessions or
flows are encapsulated within the L2TPv3 Tunnel.
In addition the {{object}} object represents the entry point and exit
point of the tunnel in relation to the LAN interface.
</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 interface.
This parameter is based on ''ifAdminStatus'' from {{bibref|RFC2863}}.
</description>
<syntax>
<boolean/>
</syntax>
</parameter>
<parameter name="Status" access="readOnly">
<description>
The current operational state of the interface (see
{{bibref|TR-181i2|Section 4.2.2}}). {{enum}}
When {{param|Enable}} is {{false}} then {{param}} 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 {{param}} 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>
</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 interface 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 interface 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>
<parameter name="SessionID" access="readWrite">
<description>
The unique Session ID to be used in the L2TPv3 header of the tunnel.
A Session ID with a value of -1 indicates that he CPE is to generate
the session ids for this {{object}} instance.
</description>
<syntax>
<int>
<range minInclusive="-1" maxInclusive="-1"/>
<range minInclusive="1" maxInclusive="65535"/>
</int>
<default type="object" value="1"/>
</syntax>
</parameter>
<parameter name="CookiePolicy" access="readWrite">
<description>
The policy that defines how the Cookie is handled in this {{object}}
instance.
</description>
<syntax>
<string>
<enumeration value="Disabled">
<description>
The device does not perform Cooking processing.
</description>
</enumeration>
<enumeration value="Configured">
<description>
The value of the {{param|Cookie}} parameter is transmitted in
the L2TPv3 header.
</description>
</enumeration>
<enumeration value="Generated">
<description>
The device generates the value of the Cookie transmitted in the
L2TPv3 header.
</description>
</enumeration>
</string>
<default type="object" value="Configured"/>
</syntax>
</parameter>
<parameter name="Cookie" access="readWrite">
<description>
The Cookie transmitted in the L2TPv3 header. The default is to set
the Cookie to the device's MAC address that is encoded in the low
order 6 bytes.
</description>
<syntax>
<unsignedLong/>
</syntax>
</parameter>
</object>
<object name="Device.L2TPv3.Tunnel.{i}.Interface.{i}.Stats."
access="readOnly" minEntries="1" maxEntries="1" version="2.12">
<description>
Statistics for this L2TPv3 tunnel interface, i.e. all traffic that has
passed through the interface.
The device 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 Status parameter transitions
to a down state after the interface has been disabled) or when the
interface becomes administratively up (i.e. the Enable parameter
transitioned from {{false}} to {{true}}).
</description>
<parameter name="BytesSent" access="readOnly">
<description>
The total number of {{units}} sent by this interface.
</description>
<syntax>
<dataType ref="StatsCounter64">
<units value="bytes"/>
</dataType>
</syntax>
</parameter>
<parameter name="BytesReceived" access="readOnly">
<description>
The total number of {{units}} received by this interface.
</description>
<syntax>
<dataType ref="StatsCounter64">
<units value="bytes"/>
</dataType>
</syntax>
</parameter>
<parameter name="PacketsSent" access="readOnly">
<description>
The total number of {{units}} sent by this interface.
</description>
<syntax>
<dataType ref="StatsCounter64">
<units value="packets"/>
</dataType>
</syntax>
</parameter>
<parameter name="PacketsReceived" access="readOnly">
<description>
The total number of {{units}} received by this interface.
</description>
<syntax>
<dataType ref="StatsCounter64">
<units value="packets"/>
</dataType>
</syntax>
</parameter>
<parameter name="ErrorsSent" access="readOnly">
<description>
The total number of {{units}} discarded by this interface due to any
error. This can include packets dropped due to a lack of transmit
buffers.
</description>
<syntax>
<dataType ref="StatsCounter32">
<units value="packets"/>
</dataType>
</syntax>
</parameter>
<parameter name="ErrorsReceived" access="readOnly">
<description>
The total number of {{units}} received by this interface that
contained errors preventing them from being delivered to a
higher-layer protocol.
</description>
<syntax>
<dataType ref="StatsCounter32">
<units value="packets"/>
</dataType>
</syntax>
</parameter>
<parameter name="DiscardChecksumReceived" access="readOnly">
<description>
The total number of {{units}} received by the tunnel interface that
are discarded because of Checksum errors.
</description>
<syntax>
<dataType ref="StatsCounter32">
<units value="packets"/>
</dataType>
</syntax>
</parameter>
<parameter name="DiscardSequenceNumberReceived" access="readOnly">
<description>
The total number of {{units}} received by the tunnel interface that
are discarded because of Sequence Number errors.
</description>
<syntax>
<dataType ref="StatsCounter32">
<units value="packets"/>
</dataType>
</syntax>
</parameter>
</object>
<object name="Device.L2TPv3.Filter.{i}." access="readWrite"
numEntriesParameter="FilterNumberOfEntries" enableParameter="Enable"
minEntries="0" maxEntries="unbounded" version="2.12">
<description>
L2TPv3 Filter table. Entries in this table are applied against the
packets that are to be encapsulated within the L2TPv3 Tunnel based on
the following conditions:
* If the value of the {{param|AllInterfaces}} is {{true}}, then this
entry will be applied to all {{object|#.Tunnel}} and
{{object|#.Tunnel.{i}.Interface}} instances.
* If the value of {{param|AllInterfaces}} is {{false}} and the value of
{{param|Interface}} parameter is a reference to a row in the
{{object|#.Tunnel}} table then this entry is applied to all
{{object|#.Tunnel.{i}.Interface}} instances of the
{{object|#.Tunnel}} reference.
* If the value of {{param|AllInterfaces}} is {{false}} and the value of
{{param|Interface}} parameter is a reference to a row in the
{{object|#.Tunnel.{i}.Interface}} table then this entry is applied to
the {{object|#.Tunnel.{i}.Interface}} reference.
* If no entries are matched for the packet, then the default treatment
(e.g., {{param|#.Tunnel.{i}.DefaultDSCPMark}}) is applied to the
packet.
For enabled table entries, if {{param|Interface}} is not a valid
reference and {{param|AllInterfaces}} is {{false}}, then the table
entry is inoperable and the CPE MUST set {{param|Status}} to
{{enum|Error_Misconfigured|Status}}.
</description>
<uniqueKey functional="false">
<parameter ref="Alias"/>
</uniqueKey>
<parameter name="Enable" access="readWrite">
<description>
Enables or disables this filter.
</description>
<syntax>
<boolean/>
<default type="object" value="false"/>
</syntax>
</parameter>
<parameter name="Status" access="readOnly">
<description>
The status of this filter. {{enum}}
The {{enum|Error_Misconfigured}} value indicates that a necessary
configuration value is undefined or invalid.
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_Misconfigured"/>
<enumeration value="Error" optional="true"/>
</string>
<default type="object" value="Disabled"/>
</syntax>
</parameter>
<parameter name="Order" access="readWrite">
<description>
Position of the {{object}} entry in the order of precedence. A value
of ''1'' indicates the first entry considered (highest precedence).
For each packet, the highest ordered entry that matches the filter
criteria is applied. All lower order entries are ignored.
When this value is modified, if the value matches that of an existing
entry, the {{param}} value for the existing entry and all lower
{{param}} entries is incremented (lowered in precedence) to ensure
uniqueness of this value. A deletion causes {{param}} values to be
compacted. When a value is changed, incrementing occurs before
compaction.
The value of {{param}} on creation of a {{object}} table entry MUST
be one greater than the largest current value (initially assigned the
lowest precedence).
</description>
<syntax>
<unsignedInt>
<range minInclusive="1"/>
</unsignedInt>
</syntax>
</parameter>
<parameter name="Alias" access="readWrite">
<description>
{{datatype|expand}}
</description>
<syntax>
<dataType ref="Alias"/>
</syntax>
</parameter>
<parameter name="Interface" access="readWrite">
<description>
Filter criterion. {{reference}}
</description>
<syntax>
<string>
<size maxLength="256"/>
<pathRef
refType="strong"
targetType="row"
targetParent="
#.Tunnel.
#.Tunnel.{i}.Interface."/>
</string>
<default type="object" value=""/>
</syntax>
</parameter>
<parameter name="AllInterfaces" access="readWrite">
<description>
Filter criterion. This specifies that all ingress L2TPv3 tunnel
interfaces are associated with the entry. If {{true}}, the value of
{{param|Interface}} is ignored since all ingress L2TPv3 tunnel
interfaces are indicated.
</description>
<syntax>
<boolean/>
<default type="object" value="false"/>
</syntax>
</parameter>
<parameter name="VLANIDCheck" access="readWrite">
<description>
Filter criterion.
Current outer Ethernet VLAN ID as defined in 802.1Q. A value of -1
indicates this criterion is not used for filtering.
</description>
<syntax>
<int>
<range minInclusive="-1"/>
</int>
<default type="object" value="-1"/>
</syntax>
</parameter>
<parameter name="VLANIDExclude" access="readWrite">
<description>
If {{false}}, the filter includes only those packets that match the
{{param|VLANIDCheck}} entry, if specified.
If {{true}}, the filter includes all packets except those that match
the {{param|VLANIDCheck}} entry, if specified.
</description>
<syntax>
<boolean/>
<default type="object" value="false"/>
</syntax>
</parameter>
<parameter name="DSCPMarkPolicy" access="readWrite">
<description>
DSCP with which to mark the outer IP header for traffic that is
associated with the interface criterion.
Automatic DSCP marking behavior is a local matter to the device,
possibly influenced by other Broadband Forum standards that it
supports.
* A value of -1 indicates copy from the upstream packet.
* A value of -2 indicates automatic marking of DSCP.
</description>
<syntax>
<int>
<range minInclusive="-2" maxInclusive="63"/>
</int>
</syntax>
</parameter>
</object>
<profile name="L2TPv3Basic:1" version="2.12">
<object ref="Device.L2TPv3." requirement="present">
<parameter ref="TunnelNumberOfEntries" requirement="readOnly"/>
</object>
<object ref="Device.L2TPv3.Tunnel.{i}." requirement="createDelete">
<parameter ref="Enable" requirement="readWrite"/>
<parameter ref="Status" requirement="readOnly"/>
<parameter ref="RemoteEndpoints" requirement="readWrite"/>
<parameter ref="KeepAlivePolicy" requirement="readWrite"/>
<parameter ref="KeepAliveTimeout" requirement="readWrite"/>
<parameter ref="KeepAliveThreshold" requirement="readWrite"/>
<parameter ref="DeliveryHeaderProtocol" requirement="readWrite"/>
<parameter ref="TunnelEncapsulation" requirement="readWrite"/>
<parameter ref="ConnectedRemoteEndpoint" requirement="readOnly"/>
<parameter ref="InterfaceNumberOfEntries" requirement="readOnly"/>
</object>
<object ref="Device.L2TPv3.Tunnel.{i}.UDP." requirement="present">
<parameter ref="SourcePort" requirement="readWrite"/>
<parameter ref="RemotePort" requirement="readWrite"/>
<parameter ref="EnableChecksum" requirement="readWrite"/>
</object>
<object ref="Device.L2TPv3.Tunnel.{i}.Stats." requirement="present">
<parameter ref="BytesSent" requirement="readOnly"/>
<parameter ref="BytesReceived" requirement="readOnly"/>
<parameter ref="PacketsSent" requirement="readOnly"/>
<parameter ref="PacketsReceived" requirement="readOnly"/>
<parameter ref="ErrorsSent" requirement="readOnly"/>
<parameter ref="ErrorsReceived" requirement="readOnly"/>
</object>
<object ref="Device.L2TPv3.Tunnel.{i}.Interface.{i}."
requirement="createDelete">
<parameter ref="Enable" requirement="readWrite"/>
<parameter ref="Status" requirement="readOnly"/>
<parameter ref="Name" requirement="readOnly"/>
<parameter ref="LastChange" requirement="readOnly"/>
<parameter ref="LowerLayers" requirement="readOnly"/>
<parameter ref="SessionID" requirement="readWrite"/>
<parameter ref="CookiePolicy" requirement="readWrite"/>
<parameter ref="Cookie" requirement="readWrite"/>
</object>
<object ref="Device.L2TPv3.Tunnel.{i}.Interface.{i}.Stats."
requirement="present">
<parameter ref="BytesSent" requirement="readOnly"/>
<parameter ref="BytesReceived" requirement="readOnly"/>
<parameter ref="PacketsSent" requirement="readOnly"/>
<parameter ref="PacketsReceived" requirement="readOnly"/>
<parameter ref="ErrorsSent" requirement="readOnly"/>
<parameter ref="ErrorsReceived" requirement="readOnly"/>
</object>
</profile>
<profile name="L2TPv3Adv:1" extends="L2TPv3Basic:1" version="2.12">
<object ref="Device.L2TPv3." requirement="present">
<parameter ref="FilterNumberOfEntries" requirement="readOnly"/>
</object>
<object ref="Device.L2TPv3.Tunnel.{i}." requirement="createDelete">
<parameter ref="DefaultDSCPMark" requirement="readWrite"/>
</object>
<object ref="Device.L2TPv3.Tunnel.{i}.Stats." requirement="present">
<parameter ref="KeepAliveSent" requirement="readOnly"/>
<parameter ref="KeepAliveReceived" requirement="readOnly"/>
</object>
<object ref="Device.L2TPv3.Tunnel.{i}.Interface.{i}.Stats."
requirement="present">
<parameter ref="DiscardChecksumReceived" requirement="readOnly"/>
<parameter ref="DiscardSequenceNumberReceived" requirement="readOnly"/>
</object>
<object ref="Device.L2TPv3.Filter.{i}." requirement="createDelete">
<parameter ref="Enable" requirement="readWrite"/>
<parameter ref="Status" requirement="readOnly"/>
<parameter ref="Order" requirement="readWrite"/>
<parameter ref="Interface" requirement="readWrite"/>
<parameter ref="AllInterfaces" requirement="readWrite"/>
<parameter ref="VLANIDCheck" requirement="readWrite"/>
<parameter ref="VLANIDExclude" requirement="readWrite"/>
<parameter ref="DSCPMarkPolicy" requirement="readWrite"/>
</object>
</profile>
</component>
<model name="L2TPv3:2.14">
<component ref="Root"/>
<component ref="L2TPv3"/>
</model>
</dm:document>