All MIBs › NS-ROOT-MIB › sysHealthCounterName
sysHealthCounterName
Module: NS-ROOT-MIB
OID (symbolic): NS-ROOT-MIB::sysHealthCounterName
OID (numeric): 1.3.6.1.4.1.5951.4.1.1.41.7.1.1
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description:
This is the health counter name. The counter name is composed with the type of the counter and what it is intended to carry. All voltage counters stats with 'v', fan counters starts with 'fan' and temperature counters starts with 't'. Eg:'v50p' is a voltage counter that carries the value of the +5v counter.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5951.4.1.1.41.7.1.1 snmpwalk -v2c -c public <target> NS-ROOT-MIB::sysHealthCounterName
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5951.4.1.1.41.7.1.1.1 snmpget -v2c -c public <target> NS-ROOT-MIB::sysHealthCounterName.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> sysHealthCounterName.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.5951 | netScaler | MAS-MIB-SMIV2-MIB |
| 1.3.6.1.4.1.5951.4 | nsProducts | NS-ROOT-MIB |
| 1.3.6.1.4.1.5951.4.1 | rs9000 | NS-ROOT-MIB |
| 1.3.6.1.4.1.5951.4.1.1 | nsSysGroup | NS-ROOT-MIB |
| 1.3.6.1.4.1.5951.4.1.1.41 | nsResourceGroup | NS-ROOT-MIB |
| 1.3.6.1.4.1.5951.4.1.1.41.7 | nsSysHealthTable | NS-ROOT-MIB |
| 1.3.6.1.4.1.5951.4.1.1.41.7.1 | nsSysHealthEntry | NS-ROOT-MIB |
| 1.3.6.1.4.1.5951.4.1.1.41.7.1.1 | sysHealthCounterName | NS-ROOT-MIB |