HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- Re: ibmDPI OID in HPSIM SNMP Traps???
Server Management - Systems Insight Manager
1833782
Members
2485
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2005 10:57 PM
07-03-2005 10:57 PM
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?
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 02:49 AM
07-05-2005 02:49 AM
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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 02:50 AM
07-05-2005 02:50 AM
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
-- 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2005 08:55 PM
07-06-2005 08:55 PM
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.
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.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP