finDeviceAttributeValueAsOctets
Finisher-MIB ·
.1.3.6.1.2.1.43.33.1.1.4
Object
column r/w
OctetString
Contains the octet string value of the attribute. The
value of the attribute is represented as a string if the
finAttributeTypeTC description for the attribute has the
tag 'OCTETS:'.
Depending upon the attribute enum definition, this object
may be either a coded character set string (text) or a
binary octet string. Attributes for which the concept of
an octet string value is not meaningful SHALL contain a
zero length string.
Context
- MIB
- Finisher-MIB
- OID
.1.3.6.1.2.1.43.33.1.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- finDeviceAttributeEntry
- Groups
- 1
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 'Finisher-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Finisher-MIB::finDeviceAttributeValueAsOctets'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Finisher-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Finisher-MIB::finDeviceAttributeValueAsOctets.<hrDeviceIndex>.<finDeviceIndex>.<finDeviceAttributeTypeIndex>.<finDeviceAttributeInstanceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Finisher-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Finisher-MIB::finDeviceAttributeValueAsOctets'
Syntax
OctetString
Values & Constraints
Object Constraints
range: 0-63
Conformance
Member of
Compliance refinements
finMIBCompliance
readonly
It is conformant to implement this object as read-only.