PRISMAproduction Network Functions PRISMA SNMP Interface
A29247-X2-X-8-7670 225
The object "svrProductName" is a leaf-object. There can only be exactly one instance of
any leaf object. For this reason, "0" always has to be appended to the object identifier string
of a leaf object in order to specify the sole instance. Leaf objects are represented in the fol-
lowing figure by a single line preceding their names.
Apart from elementary leaf objects, the OPS PRISMA SNMP also implements table objects.
There can be multiple instances of these objects. Table objects are represented in the fol-
lowing figure by a double line preceding their names.
The instances of a table object form the rows of a PSMIB table ("svrJobTable", "prn-
PrinterTable", "mgmSWLicenceTable").
A single table entry, i.e. a value at the intersection of a particular row and column (one in-
stance of a table object) is specified by two criteria: the table column is defined by the ob-
ject's object identifier, and the number of the row in which the object is placed is appended
to the object identifier, separated by a point. Values begin at "0" (i.e. ".0" for row 1, ".1" for
row 2, etc.).
Example ā If the "prnPrinterTableā contains the following entries:
You can find out the value of the table object "prnPrinterName" on the local host by en-
tering one of the following Caldera Linux commands at the terminal:
! snmpget localhost public prnPrinterName.1
or
! snmpget localhost public .1.3.6.1.4.1.1552.102.104.1.3.1.1.2.1
The following output is displayed:
" enterprises.oce.prisma.prismaProduction.psmib.printer.prnPrint-
erTable.prnPrinterEntry.prnPrinterName.1 = "Printer2"
In the second command above, the object identifier
.1.3.6.1.4.1.1552.102.104.1.3.1.1.2 designates the "prnPrinterName" col-
umn in the table "prnPrinterTable" as also the variable does in the first command. The
appended ".1" designates the second row of the table. Note that direct access to an entire
prnPrinterTable
Number Name Model Type Status Queue NPRO
1 Printer1 PAGESTREAM 145 sps(3) inactive(3) 1 0
2 Printer2 PAGESTREAM 235 sps(3) inactive(3) 1 0
3 Printer3 PAGESTREAM 470 twin(4) active(2) 1 0
4 Printer3 PAGESTREAM 470 twin(4) active(2) 1 0