cpqnAclIPRights
CPQNUNIF-MIB ·
.1.3.6.1.4.1.232.121.4.2.1.6
Object
column mandatory
r/w
Enumeration
DURABLE: This object controls the access granted to SNMP requests
which match a mask/match and community name string. no-access(1)
means that that address/community name pair has neither SNMP/IP nor
Telnet access. read-only-prevent-telnet(2) allows only read access
to MIB objects and disallows Telnet access. read-only-allow-telnet(3)
also allows only read access, but the station can initiate a Telnet
session. read-write-allow-telnet(4) allows full access to the
device's MIB and allows the station to initiate a Telnet session.
NOTE: Telnet access is either allowed or disallowed. Generally,
devices do not have read-only telnet sessions. This mechanism does
not preclude the use of a password for Telnet access.
Context
- MIB
- CPQNUNIF-MIB
- OID
.1.3.6.1.4.1.232.121.4.2.1.6- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- cpqnCommAccessIPEntry
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 'CPQNUNIF-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQNUNIF-MIB::cpqnAclIPRights'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQNUNIF-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQNUNIF-MIB::cpqnAclIPRights.<cpqnAclIPIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQNUNIF-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQNUNIF-MIB::cpqnAclIPRights'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | no-access |
2 | read-only-prevent-telnet |
3 | read-only-allow-telnet |
4 | read-write-allow-telnet |