Server Management - Systems Insight Manager
1833782 Members
2485 Online
110063 Solutions
New Discussion

Re: ibmDPI OID in HPSIM SNMP Traps???

 
Köhne
Advisor

ibmDPI OID in HPSIM SNMP Traps???

Hello,
I found the SNMP OID 1.3.6.1.4.1.2.2.11.2.11.1.0 amoung the SNMP variables of HPSIM traps.
This variable is not defined in the MIB-Files.
and 1.3.6.1.4.1.2.2 refers to ibmDPI MIB tree. Does anyone know what it means?
3 REPLIES 3
Bernardo Tagariello
Frequent Advisor

Re: ibmDPI OID in HPSIM SNMP Traps???

Tivoli(R) Storage Manager

An SNMP agent is needed for communication between an SNMP manager and its managed systems. The SNMP agent is realized through the snmpd daemon. The Distributed Protocol Interface (DPI(R)) Version 2 is an extension of this SNMP agent.

See
http://publib.boulder.ibm.com/infocenter/tivihelp/index.jsp?topic=/com.ibm.itsmcw.doc/anrwgd53670.htm

for pictorial views of this.

tag
Bernardo Tagariello
Frequent Advisor

Re: ibmDPI OID in HPSIM SNMP Traps???

DPI20-MIB DEFINITIONS ::= BEGIN

-- Objects in this MIB are implemented in the local SNMP agent.

IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, snmpModules, enterprises
FROM SNMPv2-SMI;

-- dpi20MIB OBJECT IDENTIFIER ::= { ibmDPI 1 }

dpi20MIB MODULE-IDENTITY
LAST-UPDATED "9401210000Z"
ORGANIZATION "IBM Research - T.J. Watson Research Center"
CONTACT-INFO " Bert Wijnen
Postal: IBM International Operations
Watsonweg 2
1423 ND Uithoorn
The Netherlands

Tel: +31 2975 53316
Fax: +31 2975 62468
E-mail: wijnen@vnet.ibm.com"
DESCRIPTION "MIB module describing DPI objects."
-- ::= { snmpModules x }
::= { ibmDPI 1 }

ibm OBJECT IDENTIFIER ::= { enterprises 2 }
ibmDPI OBJECT IDENTIFIER ::= { ibm 2 }

dpiPort OBJECT IDENTIFIER ::= { dpi20MIB 1 }

dpiPortForTCP OBJECT-TYPE
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The TCP port number on which the agent
listens for DPI connections. A zero value
means the agent has no DPI TCP port."
::= { dpiPort 1 }

dpiPortForUDP OBJECT-TYPE
SYNTAX INTEGER (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The UDP port number on which the agent
listens for DPI packets. A zero value
means the agent has no DPI UDP port."
::= { dpiPort 2 }
END

Köhne
Advisor

Re: ibmDPI OID in HPSIM SNMP Traps???

Thanks, for the answers,

I have been so far, myself. But the crucial question is: What is the information of this variable?
It is not defined in the ibmDPI MIB-Tree.