All MIBs › AXON-MIB › fddiHistoryUtilization
fddiHistoryUtilization
Module: AXON-MIB
OID (symbolic): AXON-MIB::fddiHistoryUtilization
OID (numeric): 1.3.6.1.4.1.370.4.2.5.1.19
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The best estimate of the mean physical layer network utilization on this interface during this sampling interval, in hundredths of a percent. This is calculated as:
utilize = ((bits/s used) * 10000) / (MAX bits/s) = ((bits/ms used) * 10000000) / 100000000 = (bits/ms used) / 10 = (((pkts * 5) + octets) * 8) / (interval * 10)
What is fddiHistoryUtilization?
A read-only estimate of the mean physical-layer network utilization on this interface during the sampling interval, expressed in hundredths of a percent and derived from the interval's packet and octet counts (utilization = (((pkts*5)+octets)*8)/(interval*10)).
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.370.4.2.5.1.19 snmpwalk -v2c -c public <target> AXON-MIB::fddiHistoryUtilization
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.370.4.2.5.1.19.1 snmpget -v2c -c public <target> AXON-MIB::fddiHistoryUtilization.1
Start monitoring 3Com (Axon) FDDI RMON switching equipment (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the AXON-MIB::fddiHistoryUtilization OID value, configure state conditions and alerts, and monitor any 3Com (Axon) FDDI RMON switching equipment (legacy) 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.370 | axon | AXON-MIB |
| 1.3.6.1.4.1.370.4 | axFddi | AXON-MIB |
| 1.3.6.1.4.1.370.4.2 | axFddiHistory | AXON-MIB |
| 1.3.6.1.4.1.370.4.2.5 | fddiHistoryTable | AXON-MIB |
| 1.3.6.1.4.1.370.4.2.5.1 | fddiHistoryEntry | AXON-MIB |
| 1.3.6.1.4.1.370.4.2.5.1.19 | fddiHistoryUtilization | AXON-MIB |