All MIBs › CRI-SERVER-MIB › platformType
platformType
Module: CRI-SERVER-MIB
OID (symbolic): CRI-SERVER-MIB::platformType
OID (numeric): 1.3.6.1.4.1.34.2.1.1.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The platform type. Currently, only one platform is defined: Starfire. There is no plan to backport to CS6400 yet.
What is platformType?
This read-only INTEGER identifies the platform type, and at the time this MIB was written only ue10000(1) is defined, corresponding to the Sun Ultra Enterprise 10000 'Starfire' server with no plan to backport support to the older CS6400. An administrator reads this to confirm the SNMP agent is talking to a genuine Starfire system before relying on the rest of this MIB's Starfire-specific tables. For example, seeing ue10000(1) confirms the sysBrdStarfire and cbStarfire tables further in the MIB are meaningful for this particular server.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.34.2.1.1.1 snmpwalk -v2c -c public <target> CRI-SERVER-MIB::platformType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.34.2.1.1.1.1 snmpget -v2c -c public <target> CRI-SERVER-MIB::platformType.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> platformType.1
Start monitoring CRI server platform (vendor unclear) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CRI-SERVER-MIB::platformType OID value, configure state conditions and alerts, and monitor any CRI server platform (vendor unclear) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.34 | sun | CRI-SERVER-MIB |
| 1.3.6.1.4.1.34.2 | products | CRI-SERVER-MIB |
| 1.3.6.1.4.1.34.2.1 | general | CRI-SERVER-MIB |
| 1.3.6.1.4.1.34.2.1.1 | platform | CRI-SERVER-MIB |
| 1.3.6.1.4.1.34.2.1.1.1 | platformType | CRI-SERVER-MIB |