multicastForwardFwd
LUM-MULTICAST-MIB ·
.1.3.6.1.4.1.8708.2.37.2.10.1.1.12
Object
column SNMPv2-TCTruthValue
Value is true if this entry have been used to forward traffic
since the last read of this entry.
If two entries are the same except that one is ASM and one is
SSM, the value will be true only for the SSM entry.
Context
- MIB
- LUM-MULTICAST-MIB
- OID
.1.3.6.1.4.1.8708.2.37.2.10.1.1.12- Type
- column
- Access
- readonly
- Status
- current
- Parent
- multicastForwardEntry
- Groups
- 2
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'LUM-MULTICAST-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-MULTICAST-MIB::multicastForwardFwd'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LUM-MULTICAST-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-MULTICAST-MIB::multicastForwardFwd.<multicastForwardIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUM-MULTICAST-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUM-MULTICAST-MIB::multicastForwardFwd'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |