All MIBs › IPMROUTE-STD-MIB › ipMRouteInterfaceHCInMcastOctets
ipMRouteInterfaceHCInMcastOctets
Module: IPMROUTE-STD-MIB
OID (symbolic): IPMROUTE-STD-MIB::ipMRouteInterfaceHCInMcastOctets
OID (numeric): 1.3.6.1.2.1.83.1.1.4.1.7
Node type: OBJECT-TYPE
Type: Counter64
Access: read-only
Description:
The number of octets of multicast packets that have arrived on the interface, including framing characters. This object is a 64-bit version of ipMRouteInterfaceInMcastOctets. It is similar to ifHCInOctets in the Interfaces MIB, except that only multicast packets are counted.
What is ipMRouteInterfaceHCInMcastOctets?
This OID counts the total bytes (including framing data) of multicast packets received on a network interface, using a 64-bit counter for large networks. Multicast means one source sending to many destinations simultaneously. Network engineers track this metric to measure how much video, audio, or group data is flowing into a specific interface.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.83.1.1.4.1.7 snmpwalk -v2c -c public <target> IPMROUTE-STD-MIB::ipMRouteInterfaceHCInMcastOctets
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.83.1.1.4.1.7.1 snmpget -v2c -c public <target> IPMROUTE-STD-MIB::ipMRouteInterfaceHCInMcastOctets.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> ipMRouteInterfaceHCInMcastOctets.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.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.83 | ipMRouteStdMIB | IPMROUTE-STD-MIB |
| 1.3.6.1.2.1.83.1 | ipMRouteMIBObjects | IPMROUTE-STD-MIB |
| 1.3.6.1.2.1.83.1.1 | ipMRoute | IPMROUTE-STD-MIB |
| 1.3.6.1.2.1.83.1.1.4 | ipMRouteInterfaceTable | IPMROUTE-STD-MIB |
| 1.3.6.1.2.1.83.1.1.4.1 | ipMRouteInterfaceEntry | IPMROUTE-STD-MIB |
| 1.3.6.1.2.1.83.1.1.4.1.7 | ipMRouteInterfaceHCInMcastOctets | IPMROUTE-STD-MIB |