z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


dpiSample table MIB descriptions

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

The following sample shows the MIB descriptions for the dpiSample table.
# DPISAMPLE.C supports these variables as an SNMP DPI sample sub-agent
# it also generates enterprise specific traps via DPI with these objects
dpiSample                1.3.6.1.4.1.2.2.1.4.     table          0
dpiSampleNumber          1.3.6.1.4.1.2.2.1.4.1.   number         10
# next one is to be able to send a badValue with a SET request
dpiSampleNumberString    1.3.6.1.4.1.2.2.1.4.1.1. string         10
dpiSampleOctetString     1.3.6.1.4.1.2.2.1.4.2.   string         10
dpiSampleObjectID        1.3.6.1.4.1.2.2.1.4.3.   object         10
# XGMON/SQESERV does not allow to specify empty (so use empty string)
dpiSampleEmpty           1.3.6.1.4.1.2.2.1.4.4.   string         10
dpiSampleInetAddress     1.3.6.1.4.1.2.2.1.4.5.   internet       10
dpiSampleCounter         1.3.6.1.4.1.2.2.1.4.6.   counter        10
dpiSampleGauge           1.3.6.1.4.1.2.2.1.4.7.   gauge          10
dpiSampleTimeTicks       1.3.6.1.4.1.2.2.1.4.8.   ticks          10
dpiSampleDisplayString   1.3.6.1.4.1.2.2.1.4.9.   display        10
dpiSampleCommand         1.3.6.1.4.1.2.2.1.4.10.  display        1
Notes:
  1. dpiSample object is not accessible.
  2. dpiSampleNumber object is accessible only for the SNMP GET command.
  3. dpiSampleNumberString object is accessible only for the SNMP GET command.
  4. dpiSampleEmpty object is not accessible for the SNMP SET command.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014