blob: 2e6c9e4f02e3c867a7e7b7e228ce70df33ee85c5 [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// SnmpConfigurationDataClassID is the 16-bit ID for the OMCI
29// Managed entity SNMP configuration data
Chip Boling610117d2021-09-09 11:24:34 -050030const SnmpConfigurationDataClassID = ClassID(335) // 0x014f
Chip Boling6e27b352020-02-14 09:10:01 -060031
32var snmpconfigurationdataBME *ManagedEntityDefinition
33
Chip Boling610117d2021-09-09 11:24:34 -050034// SnmpConfigurationData (Class ID: #335 / 0x014f)
Chip Boling6e27b352020-02-14 09:10:01 -060035// The SNMP configuration data ME provides a way for the OLT to provision an IP path for an SNMP
36// management agent.
37//
38// The SNMP configuration data ME is created and deleted by the OLT.
39//
40// Relationships
41// One instance of this ME is created by the OLT for each SNMP management path termination.
42//
43// Attributes
44// Managed Entity Id
Chip Boling610117d2021-09-09 11:24:34 -050045// This attribute uniquely identifies each instance of this ME. The ME IDs 0 and 0xFFFF are
46// reserved. (R, setbycreate) (mandatory) (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060047//
48// Snmp Version
Chip Boling610117d2021-09-09 11:24:34 -050049// This integer attribute is the SNMP protocol version to be supported. (R,-W, setbycreate)
50// (mandatory) (2-bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060051//
52// Snmp Agent Address
Chip Boling610117d2021-09-09 11:24:34 -050053// This attribute is a pointer to a TCP/UDP config data ME, which provides the SNMP agent. (R, W,
54// setbycreate) (mandatory) (2 bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060055//
56// Snmp Server Address
Chip Boling610117d2021-09-09 11:24:34 -050057// This attribute is the IP address of the SNMP server. (R, W, setbycreate) (mandatory) (4 bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060058//
59// Snmp Server Port
Chip Boling610117d2021-09-09 11:24:34 -050060// This attribute is the UDP port number of the SNMP server. (R, W, setbycreate) (mandatory) (2
61// bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060062//
63// Security Name Pointer
Chip Boling610117d2021-09-09 11:24:34 -050064// This attribute points to a large string whose content represents the SNMP security name in a
65// human-readable format that is independent of the security model. SecurityName is defined in
66// [b-IETF RFC 2571]. (R, W, setbycreate) (mandatory) (2 bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060067//
68// Community For Read
Chip Boling610117d2021-09-09 11:24:34 -050069// This attribute is a pointer to a large string that contains the name of the read community. (R,
70// W, setbycreate) (mandatory) (2 bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060071//
72// Community For Write
Chip Boling610117d2021-09-09 11:24:34 -050073// This attribute is a pointer to a large string that contains the name of the write community. (R,
74// W, setbycreate) (mandatory) (2 bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060075//
76// Sys Name Pointer
Chip Boling610117d2021-09-09 11:24:34 -050077// This attribute points to a large string whose content identifies the SNMP system name. SysName
78// is defined in [b-IETF RFC-3418]. (R, W, setbycreate) (mandatory) (2 bytes)
Chip Boling6e27b352020-02-14 09:10:01 -060079//
80type SnmpConfigurationData struct {
81 ManagedEntityDefinition
82 Attributes AttributeValueMap
83}
84
85func init() {
86 snmpconfigurationdataBME = &ManagedEntityDefinition{
87 Name: "SnmpConfigurationData",
88 ClassID: 335,
89 MessageTypes: mapset.NewSetWith(
90 Create,
91 Delete,
92 Get,
93 Set,
94 ),
95 AllowedAttributeMask: 0xff00,
96 AttributeDefinitions: AttributeDefinitionMap{
97 0: Uint16Field("ManagedEntityId", PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read, SetByCreate), false, false, false, 0),
98 1: Uint16Field("SnmpVersion", UnsignedIntegerAttributeType, 0x8000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 1),
99 2: Uint16Field("SnmpAgentAddress", UnsignedIntegerAttributeType, 0x4000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 2),
100 3: Uint32Field("SnmpServerAddress", UnsignedIntegerAttributeType, 0x2000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 3),
101 4: Uint16Field("SnmpServerPort", UnsignedIntegerAttributeType, 0x1000, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 4),
102 5: Uint16Field("SecurityNamePointer", UnsignedIntegerAttributeType, 0x0800, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 5),
103 6: Uint16Field("CommunityForRead", UnsignedIntegerAttributeType, 0x0400, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 6),
104 7: Uint16Field("CommunityForWrite", UnsignedIntegerAttributeType, 0x0200, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 7),
105 8: Uint16Field("SysNamePointer", UnsignedIntegerAttributeType, 0x0100, 0, mapset.NewSetWith(Read, SetByCreate, Write), false, false, false, 8),
106 },
107 Access: CreatedByOlt,
108 Support: UnknownSupport,
109 }
110}
111
112// NewSnmpConfigurationData (class ID 335) creates the basic
113// Managed Entity definition that is used to validate an ME of this type that
114// is received from or transmitted to the OMCC.
115func NewSnmpConfigurationData(params ...ParamData) (*ManagedEntity, OmciErrors) {
116 return NewManagedEntity(*snmpconfigurationdataBME, params...)
117}