blob: 604af06244b56154c3b4380b33b39eba5a801346 [file] [log] [blame]
Chip Boling6e27b352020-02-14 09:10:01 -06001/*
2 * Copyright (c) 2018 - present. Boling Consulting Solutions (bcsw.net)
Andrea Campanella7167ebb2020-02-24 09:56:38 +01003 * Copyright 2020-present Open Networking Foundation
4
Chip Boling6e27b352020-02-14 09:10:01 -06005 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
Andrea Campanella7167ebb2020-02-24 09:56:38 +01008
Chip Boling6e27b352020-02-14 09:10:01 -06009 * http://www.apache.org/licenses/LICENSE-2.0
Andrea Campanella7167ebb2020-02-24 09:56:38 +010010
Chip Boling6e27b352020-02-14 09:10:01 -060011 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 */
David K. Bainbridgeadf422d2021-04-09 16:06:41 +000017/*
Chip Boling6e27b352020-02-14 09:10:01 -060018 * NOTE: This file was generated, manual edits will be overwritten!
19 *
20 * Generated by 'goCodeGenerator.py':
21 * https://github.com/cboling/OMCI-parser/README.md
22 */
23
24package generated
25
26import "github.com/deckarep/golang-set"
27
28// MacBridgePortFilterPreAssignTableClassID is the 16-bit ID for the OMCI
29// Managed entity MAC bridge port filter pre-assign table
Chip Boling610117d2021-09-09 11:24:34 -050030const MacBridgePortFilterPreAssignTableClassID = ClassID(79) // 0x004f
Chip Boling6e27b352020-02-14 09:10:01 -060031
32var macbridgeportfilterpreassigntableBME *ManagedEntityDefinition
33
Chip Boling610117d2021-09-09 11:24:34 -050034// MacBridgePortFilterPreAssignTable (Class ID: #79 / 0x004f)
Chip Boling6e27b352020-02-14 09:10:01 -060035// This ME provides an alternate approach to DA filtering from that supported through the MAC
36// bridge port filter table data ME. This alternate approach is useful when all groups of addresses
37// are stored beforehand in the ONU, and the MAC bridge port filter pre-assign table ME designates
38// which groups are valid or invalid for filtering. On a circuit pack in which all groups of
39// addresses are pre-assigned and stored locally, the ONU creates or deletes an instance of this ME
40// automatically upon creation or deletion of a MAC bridge port configuration data ME.
41//
42// Relationships
43// An instance of this ME is associated with an instance of a MAC bridge port configuration data
44// ME.
45//
46// Attributes
47// Managed Entity Id
Chip Boling610117d2021-09-09 11:24:34 -050048// The following 10 attributes have similar definitions. Each permits the OLT to specify whether
49// MAC DAs or Ethertypes of the named type are forwarded (0) or filtered (1). In each case, the
50// initial value of the attribute is 0.
51//
52// This attribute uniquely identifies each instance of this ME. Through an identical ID, this ME is
53// implicitly linked to an instance of the MAC bridge port configuration data ME. (R) (mandatory)
54// (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060055//
56// Ipv4 Multicast Filtering
Chip Boling610117d2021-09-09 11:24:34 -050057// (R,-W) (mandatory) (1-byte)
Chip Boling6e27b352020-02-14 09:10:01 -060058//
59// Ipv6 Multicast Filtering
Chip Boling610117d2021-09-09 11:24:34 -050060// (R,-W) (mandatory) (1-byte)
Chip Boling6e27b352020-02-14 09:10:01 -060061//
62// Ipv4 Broadcast Filtering
Chip Boling610117d2021-09-09 11:24:34 -050063// (R,-W) (mandatory) (1-byte)
Chip Boling6e27b352020-02-14 09:10:01 -060064//
65// Rarp Filtering
Chip Boling610117d2021-09-09 11:24:34 -050066// (R,-W) (mandatory) (1-byte)
Chip Boling6e27b352020-02-14 09:10:01 -060067//
68// Ipx Filtering
Chip Boling610117d2021-09-09 11:24:34 -050069// (R,-W) (mandatory) (1-byte)
Chip Boling6e27b352020-02-14 09:10:01 -060070//
71// Netbeui Filtering
Chip Boling610117d2021-09-09 11:24:34 -050072// (R,-W) (mandatory) (1-byte)
Chip Boling6e27b352020-02-14 09:10:01 -060073//
74// Appletalk Filtering
Chip Boling610117d2021-09-09 11:24:34 -050075// (R,-W) (mandatory) (1-byte)
Chip Boling6e27b352020-02-14 09:10:01 -060076//
77// Bridge Management Information Filtering
Chip Boling610117d2021-09-09 11:24:34 -050078// (R,-W) (mandatory) (1-byte)
79//
80// Note that some destination MAC addresses should never be forwarded, considering the following
81// rules of [IEEE 802.1D].
82//
83// 1 Addresses from 01.80.C2.00.00.00 to 01.80.C2.00.00.0F are reserved.
84//
Chip Boling6e27b352020-02-14 09:10:01 -060085// 2 Addresses from 01.80.C2.00.00.20 to 01.80.C2.00.00.2F are used for generic attribute
86// registration protocol (GARP) applications.
87//
88// Arp Filtering
Chip Boling610117d2021-09-09 11:24:34 -050089// (R,-W) (mandatory) (1-byte)
Chip Boling6e27b352020-02-14 09:10:01 -060090//
91// Point_To_Point Protocol Over Ethernet Pppoe Broadcast Filtering
92// Point-to-point protocol over Ethernet (PPPoE) broadcast filtering: (R,-W) (mandatory) (1-byte)
93//
94type MacBridgePortFilterPreAssignTable struct {
95 ManagedEntityDefinition
96 Attributes AttributeValueMap
97}
98
99func init() {
100 macbridgeportfilterpreassigntableBME = &ManagedEntityDefinition{
101 Name: "MacBridgePortFilterPreAssignTable",
102 ClassID: 79,
103 MessageTypes: mapset.NewSetWith(
104 Get,
105 Set,
106 ),
107 AllowedAttributeMask: 0xffc0,
108 AttributeDefinitions: AttributeDefinitionMap{
109 0: Uint16Field("ManagedEntityId", PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read), false, false, false, 0),
110 1: ByteField("Ipv4MulticastFiltering", UnsignedIntegerAttributeType, 0x8000, 0, mapset.NewSetWith(Read, Write), false, false, false, 1),
111 2: ByteField("Ipv6MulticastFiltering", UnsignedIntegerAttributeType, 0x4000, 0, mapset.NewSetWith(Read, Write), false, false, false, 2),
112 3: ByteField("Ipv4BroadcastFiltering", UnsignedIntegerAttributeType, 0x2000, 0, mapset.NewSetWith(Read, Write), false, false, false, 3),
113 4: ByteField("RarpFiltering", UnsignedIntegerAttributeType, 0x1000, 0, mapset.NewSetWith(Read, Write), false, false, false, 4),
114 5: ByteField("IpxFiltering", UnsignedIntegerAttributeType, 0x0800, 0, mapset.NewSetWith(Read, Write), false, false, false, 5),
115 6: ByteField("NetbeuiFiltering", UnsignedIntegerAttributeType, 0x0400, 0, mapset.NewSetWith(Read, Write), false, false, false, 6),
116 7: ByteField("AppletalkFiltering", UnsignedIntegerAttributeType, 0x0200, 0, mapset.NewSetWith(Read, Write), false, false, false, 7),
117 8: ByteField("BridgeManagementInformationFiltering", UnsignedIntegerAttributeType, 0x0100, 0, mapset.NewSetWith(Read, Write), false, false, false, 8),
118 9: ByteField("ArpFiltering", UnsignedIntegerAttributeType, 0x0080, 0, mapset.NewSetWith(Read, Write), false, false, false, 9),
119 10: ByteField("PointToPointProtocolOverEthernetPppoeBroadcastFiltering", UnsignedIntegerAttributeType, 0x0040, 0, mapset.NewSetWith(Read, Write), false, false, false, 10),
120 },
121 Access: CreatedByOnu,
122 Support: UnknownSupport,
123 }
124}
125
126// NewMacBridgePortFilterPreAssignTable (class ID 79) creates the basic
127// Managed Entity definition that is used to validate an ME of this type that
128// is received from or transmitted to the OMCC.
129func NewMacBridgePortFilterPreAssignTable(params ...ParamData) (*ManagedEntity, OmciErrors) {
130 return NewManagedEntity(*macbridgeportfilterpreassigntableBME, params...)
131}