xcmRsrcName
XEROX-RESOURCES-MIB ·
.1.3.6.1.4.1.253.8.57.3.1.1.5
Object
The resource name, the human-readable name usually
used to identify the resource by and to the device.
Being of type CodeIndexedString, the resource name may
be present in multiple character sets, although it will
commonly be present in only one preferred character
set, e.g. only in ASCII for the name of a PostScript
font.
For a font resource, the resource name is the name of
the font, the deliverable resource which informs how
to image the included set of characters. The font is
generally named in accord with the page description
language or other imaging mechanism with which the
font is associated. Often but not always, the font's
name is the same as or similar to the name of the
font's typeface, its design.
Typical PostScript font names include 'Helvetica' (i.e.
the medium, upright version) and 'Times-BoldItalic'.
Typical PCL font names include 'Courier10' or
'TmsRmn'. However, it should be noted that PCL font
names are normally just comments, not used for machine
identification of the font resource.
Context
- MIB
- XEROX-RESOURCES-MIB
- OID
.1.3.6.1.4.1.253.8.57.3.1.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- xcmRsrcEntry
- 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 'XEROX-RESOURCES-MIB' -M '/opt/observium/mibs/xerox:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XEROX-RESOURCES-MIB::xcmRsrcName'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'XEROX-RESOURCES-MIB' -M '/opt/observium/mibs/xerox:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XEROX-RESOURCES-MIB::xcmRsrcName.<hrDeviceIndex>.<xcmRsrcIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'XEROX-RESOURCES-MIB' -M '/opt/observium/mibs/xerox:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'XEROX-RESOURCES-MIB::xcmRsrcName'
Syntax
- Source
- XEROX-GENERAL-TCCodeIndexedStringIndex
- Base type
Integer32
Values & Constraints
Type Constraints
range: 0..2147483647
Conformance
Member of
Compliance refinements
xcmRsrcMIBCompliance
readonly
It is conformant to implement this object as read-only.