accessControlGroupProfile
SIAE-USER-MIB ·
.1.3.6.1.4.1.3373.1103.5.2.1.2
Object
column r/w
Enumeration
This object defines the group access privileges. 'Admin' profile can read and write all MIB, 'readwrite' profile can write all MIB leaves but it can not manage users, 'maintenance' profile can do only manual operations, while 'readonly' can only perform get operations. 'networkMngr' is a profile dedicated to network managers.
Context
- MIB
- SIAE-USER-MIB
- OID
.1.3.6.1.4.1.3373.1103.5.2.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- accessControlGroupRecord
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SIAE-USER-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIAE-USER-MIB::accessControlGroupProfile'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SIAE-USER-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIAE-USER-MIB::accessControlGroupProfile.<accessControlGroupName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SIAE-USER-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SIAE-USER-MIB::accessControlGroupProfile'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | admin |
2 | readwrite |
3 | maintenance |
4 | readonly |
5 | networkMngr |