igmpGroupIncluded
CENTILLION-MCAST-MIB ·
.1.3.6.1.4.1.930.2.1.2.31.1.1.1.3.1.4
Object
column mandatory
r/w
Enumeration
Indicates the multicast addresses are to be included or excluded from the group. Dynamic entries are always included and can not be modified, while static entries may be either included or excluded. For each VLAN, it only allows to configure either 'included' as static or 'excluded' as static.
Context
- MIB
- CENTILLION-MCAST-MIB
- OID
.1.3.6.1.4.1.930.2.1.2.31.1.1.1.3.1.4- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- igmpGroupEntry
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 'CENTILLION-MCAST-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CENTILLION-MCAST-MIB::igmpGroupIncluded'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CENTILLION-MCAST-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CENTILLION-MCAST-MIB::igmpGroupIncluded.<igmpGroupVlanId>.<igmpGroupStatic>.<igmpGroupAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CENTILLION-MCAST-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CENTILLION-MCAST-MIB::igmpGroupIncluded'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | included |
2 | excluded |