is there a generic OID(s) so that i can get it s Model Number. for devices like Cisco, Juniper, Alcatel etc...
For example for sonicWall Router enterprises.8741.2.1.1.1.0 = snwlSysModel = "TZ 100"
is there a generic OID(s) so that i can get it s Model Number. for devices like Cisco, Juniper, Alcatel etc...
For example for sonicWall Router enterprises.8741.2.1.1.1.0 = snwlSysModel = "TZ 100"
不幸的是,没有。 帮助你获得一只cl子,但没有任何东西可以直接列出。 首先是:
SNMPv2-MIB::sysObjectID
sysObjectID OBJECT-TYPE
-- FROM SNMPv2-MIB, RFC1213-MIB
SYNTAX OBJECT IDENTIFIER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The vendor s authoritative identification of the
network management subsystem contained in the entity.
This value is allocated within the SMI enterprises
subtree (1.3.6.1.4.1) and provides an easy and
unambiguous means for determining `what kind of box is
being managed. For example, if vendor `Flintstones,
Inc. was assigned the subtree 1.3.6.1.4.1.424242,
it could assign the identifier 1.3.6.1.4.1.424242.1.1
to its `Fred Router ."
::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) 2 }
之后,通过家庭福利基金,并在获得支持的情况下,通过家庭福利基金。
entPhysicalIndex entPhysicalIndex 1.3.6.1.2.1.47.1.1.1.1.1 OBJECT-TYPE
entPhysicalSoftwareRev entPhysicalSoftwareRev 1.3.6.1.2.1.47.1.1.1.1.10 OBJECT-TYPE
entPhysicalSerialNum entPhysicalSerialNum 1.3.6.1.2.1.47.1.1.1.1.11 OBJECT-TYPE
entPhysicalMfgName entPhysicalMfgName 1.3.6.1.2.1.47.1.1.1.1.12 OBJECT-TYPE
entPhysicalModelName entPhysicalModelName 1.3.6.1.2.1.47.1.1.1.1.13 OBJECT-TYPE
entPhysicalAlias entPhysicalAlias 1.3.6.1.2.1.47.1.1.1.1.14 OBJECT-TYPE
entPhysicalAssetID entPhysicalAssetID 1.3.6.1.2.1.47.1.1.1.1.15 OBJECT-TYPE
entPhysicalIsFRU entPhysicalIsFRU 1.3.6.1.2.1.47.1.1.1.1.16 OBJECT-TYPE
entPhysicalDescr entPhysicalDescr 1.3.6.1.2.1.47.1.1.1.1.2 OBJECT-TYPE
entPhysicalVendorType entPhysicalVendorType 1.3.6.1.2.1.47.1.1.1.1.3 OBJECT-TYPE
entPhysicalContainedIn entPhysicalContainedIn 1.3.6.1.2.1.47.1.1.1.1.4 OBJECT-TYPE
entPhysicalClass entPhysicalClass 1.3.6.1.2.1.47.1.1.1.1.5 OBJECT-TYPE
entPhysicalParentRelPos entPhysicalParentRelPos 1.3.6.1.2.1.47.1.1.1.1.6 OBJECT-TYPE
entPhysicalName entPhysicalName 1.3.6.1.2.1.47.1.1.1.1.7 OBJECT-TYPE
entPhysicalHardwareRev entPhysicalHardwareRev 1.3.6.1.2.1.47.1.1.1.1.8 OBJECT-TYPE
entPhysicalFirmwareRev entPhysicalFirmwareRev 1.3.6.1.2.1.47.1.1.1.1.9 OBJECT-TYPE
I ve been trying to figure out how to monitor job status via SNMP and I have found a solution on Xerox based printers (using Xerox implemented mibs), but I m looking for something that will work ...
I am working on a problem in SNMP extension agent in windows, which is passing traps to snmp.exe via SnmpExtensionTrap callback. We added a couple of fields to the agent recently, and I am starting ...
I need to monitor a system with AIX 5.3, but can t find a good source for the OIDs. Does anybody know the OIDs for CPU, Memory and Harddisk values?
I been trying to write an snmp wrapper agent for my JMX Enabled application which will translate all the information that is layd out in JMX MBeans into SNMP attributes. I m a bit at loss in trying ...
只是一个技术性问题:
i want to know the best opensource network monitoring tool developed in java with very good support via forums and which should have the following features .. Fault and Alert mgmt Performance Poll ...
I need to come with a strategy to use gather information about the health of my linux platform, hardware health such as high CPU temperature and may be disk space usage, etc... I know my examples are ...
I have a few JAVA application that I monitor using JMX. I would like to write an SNMP client for these applications that wraps the JMX interface and by discovery exposes the same attributes that are ...