All MIBs › NRC-MultiGate › hub1IFChannelUtilization
hub1IFChannelUtilization
Module: NRC-MultiGate
OID (symbolic): NRC-MultiGate::hub1IFChannelUtilization
OID (numeric): 1.3.6.1.4.1.315.1.16.1.13
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: Utilization statistics for the last 60 seconds of operation of the bridging logic associated with this interface. The OCTET STRING is a series of 45 16-bit words, each word representing the percentage utilization for a 1.33 second sample period. The first 16 bit word in this series represents the oldest sample.
Percentages are calculated by passing each 16 bit sample through the following equation:
((Sample) * 100) / 0xffff
to yield the percent channel utilization (a number ranging from 0 to 100).
What is hub1IFChannelUtilization?
A 90-byte series of 45 16-bit samples giving this interface's bridging-logic channel utilization over the last 60 seconds, oldest sample first; each raw sample converts to a percentage via (sample * 100) / 0xffff.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.315.1.16.1.13 snmpwalk -v2c -c public <target> NRC-MultiGate::hub1IFChannelUtilization
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.315.1.16.1.13.1 snmpget -v2c -c public <target> NRC-MultiGate::hub1IFChannelUtilization.1
Start monitoring NRC MultiGate multiport gateway (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the NRC-MultiGate::hub1IFChannelUtilization OID value, configure state conditions and alerts, and monitor any NRC MultiGate multiport gateway (legacy) from a single console.
OID Breakdown
Upper-level ancestors (10 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 |
| 1.3.6.1.4.1.315 | nrc | NRC-HUB1-MIB |
| 1.3.6.1.4.1.315.1 | hub1 | NRC-HUB1-MIB |
| 1.3.6.1.4.1.315.1.16 | hub1IFTable | NRC-HUB1-MIB |
| 1.3.6.1.4.1.315.1.16.1 | hub1IFEntry | NRC-HUB1-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.315.1.16.1.13 | hub1IFChannelUtilization | NRC-MultiGate |