cpqnTftpRowStatus
CPQNTFTP-MIB ·
.1.3.6.1.4.1.232.121.9.5.1.2
Object
DURABLE: The status of this row entry. Entries are added to this
table using 'row sets'. When an entry is added, this object must be
set to row-valid(1). To delete an entry from this table, set this
object for the entry to row-invalid(2). Row sets for new entries
with a row status set to row-invalid(2) return a Bad Value error.
Attempts to read invalid entries are rejected with a No Such error.
This table is indexed by cpqnTftpFileType. If an attempt is made
to set this object for an invalid cpqnTftpFileType value, then a
Bad Value error is returned.
Context
- MIB
- CPQNTFTP-MIB
- OID
.1.3.6.1.4.1.232.121.9.5.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- cpqnTftpEntry
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 'CPQNTFTP-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQNTFTP-MIB::cpqnTftpRowStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQNTFTP-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQNTFTP-MIB::cpqnTftpRowStatus.<cpqnTftpFileType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQNTFTP-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQNTFTP-MIB::cpqnTftpRowStatus'
Syntax
- Source
- CPQNUNIF-MIBCpqnRowStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | row-valid |
2 | row-invalid |