All MIBs › RFC1353-MIB › aclPrivileges
aclPrivileges
Module: RFC1353-MIB
OID (symbolic): RFC1353-MIB::aclPrivileges
OID (numeric): 1.3.6.1.2.1.21.2.1.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: The access privileges which govern what management operations a particular target party may perform when requested by a particular subject party. These privileges are specified as a sum of values, where each value specifies a SNMP PDU type by which the subject party may request a permitted operation. The value for a particular PDU type is computed as 2 raised to the value of the ASN.1 context-specific tag for the appropriate SNMP PDU type. The values (for the tags defined in RFC 1157) are defined in RFC 1351 as:
Get : 1 GetNext : 2 GetResponse : 4 Set : 8 Trap : 16
The null set is represented by the value zero.
What is aclPrivileges?
A bitmask (0-31) of which SNMP PDU types the subject party (aclSubject) may use against the target party (aclTarget): 1=Get, 2=GetNext, 4=GetResponse, 8=Set, 16=Trap, summed together, with 0 meaning no operations are permitted. Defaults to 3 (Get + GetNext, i.e. read-only access).
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.21.2.1.1.3 snmpwalk -v2c -c public <target> RFC1353-MIB::aclPrivileges
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.21.2.1.1.3.1 snmpget -v2c -c public <target> RFC1353-MIB::aclPrivileges.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.2.1.21.2.1.1.3.1 i <value>
Start monitoring vendor-neutral, standards-based MIB, legacy SNMPv2p-capable network devices (obsolete security model) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the RFC1353-MIB::aclPrivileges OID value, configure state conditions and alerts, and monitor any vendor-neutral, standards-based MIB, legacy SNMPv2p-capable network devices (obsolete security model) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.21 | snmpSecrets | RFC1353-MIB |
| 1.3.6.1.2.1.21.2 | partyAccess | RFC1353-MIB |
| 1.3.6.1.2.1.21.2.1 | aclTable | RFC1353-MIB |
| 1.3.6.1.2.1.21.2.1.1 | aclEntry | RFC1353-MIB |
| 1.3.6.1.2.1.21.2.1.1.3 | aclPrivileges | RFC1353-MIB |