summaryrefslogtreecommitdiffstats
path: root/contrib/bsnmp/snmpd/BEGEMOT-SNMPD.txt
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bsnmp/snmpd/BEGEMOT-SNMPD.txt')
-rw-r--r--contrib/bsnmp/snmpd/BEGEMOT-SNMPD.txt13
1 files changed, 11 insertions, 2 deletions
diff --git a/contrib/bsnmp/snmpd/BEGEMOT-SNMPD.txt b/contrib/bsnmp/snmpd/BEGEMOT-SNMPD.txt
index d87e78e..0a68ed9 100644
--- a/contrib/bsnmp/snmpd/BEGEMOT-SNMPD.txt
+++ b/contrib/bsnmp/snmpd/BEGEMOT-SNMPD.txt
@@ -44,7 +44,7 @@ IMPORTS
FROM BEGEMOT-MIB;
begemotSnmpd MODULE-IDENTITY
- LAST-UPDATED "200212040000Z"
+ LAST-UPDATED "201801190000Z"
ORGANIZATION "Fraunhofer FOKUS, CATS"
CONTACT-INFO
" Hartmut Brandt
@@ -274,7 +274,8 @@ BegemotSnmpdCommunityEntry ::= SEQUENCE {
begemotSnmpdCommunityModule SectionName,
begemotSnmpdCommunityIndex Unsigned32,
begemotSnmpdCommunityString OCTET STRING,
- begemotSnmpdCommunityDescr OCTET STRING
+ begemotSnmpdCommunityDescr OCTET STRING,
+ begemotSnmpdCommunityPermission INTEGER
}
begemotSnmpdCommunityModule OBJECT-TYPE
@@ -310,6 +311,14 @@ begemotSnmpdCommunityDescr OBJECT-TYPE
"A description what this community is good for."
::= { begemotSnmpdCommunityEntry 4 }
+begemotSnmpdCommunityPermission OBJECT-TYPE
+ SYNTAX INTEGER (1..4294967295)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The numerical value of access rights granted to the community."
+ ::= { begemotSnmpdCommunityEntry 5 }
+
--
-- Module table
--
OpenPOWER on IntegriCloud