rcIgmpStreamState
RC-IGMP-MIB ·
.1.3.6.1.4.1.2272.1.30.27.1.6
Object
column Enumeration
Indicates the state of the multicast stream dropped - Received stream is dropped. No request for this traffic was received. learned - Received stream is learned and forwarded locally (same network). A join has been received in the same Vlan. learnedRemoteSpb - Received stream is learned and forwarded through the NNI (cloud). learnedLocalAndRemoteSpb - Received stream is learned and forwarded through the NNI (cloud) but also locally. routed - The stream will be routed to another Vlan according to PIM protocol. learnedAndRouted - The stream will be learned and routed to another Vlan according to PIM protocol.
Context
- MIB
- RC-IGMP-MIB
- OID
.1.3.6.1.4.1.2272.1.30.27.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rcIgmpStreamEntry
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 'RC-IGMP-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-IGMP-MIB::rcIgmpStreamState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-IGMP-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-IGMP-MIB::rcIgmpStreamState.<rcIgmpStreamIfIndex>.<rcIgmpStreamGrpAddr>.<rcIgmpStreamSourceAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-IGMP-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-IGMP-MIB::rcIgmpStreamState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | dropped |
2 | learned |
3 | learnedRemoteSpb |
4 | learnedLocalAndRemoteSpb |
5 | routed |
6 | learnedAndRouted |