accessControlExtLoginProfile
SIAE-USER-MIB ·
.1.3.6.1.4.1.3373.1103.5.6.1.1
Object
column Enumeration
This object defines the access privileges associated to logged user. 'Admin' profile can read and write all MIB, 'readwrite' profile can write all MIB leaves but it can not manage users, 'maintenance' can do only manual operations, while 'readonly' can only perform get operations. In case of local authentication, the user profile is found in local database, while, if authentication is remote, the profile is assigned by remote server.
Context
- MIB
- SIAE-USER-MIB
- OID
.1.3.6.1.4.1.3373.1103.5.6.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- accessControlExtLoginRecord
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::accessControlExtLoginProfile'
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::accessControlExtLoginProfile.<index>'
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::accessControlExtLoginProfile'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | admin |
2 | readwrite |
3 | maintenance |
4 | readonly |