rcIgmpFilterIFMaxGroupsAction
SWITCH-MVR-MIB ·
.1.3.6.1.4.1.8886.6.1.21.2.6.1.5
Object
column r/w
Enumeration
Specifies which action will take place on the port when exceed the max multicast group numbers. A value of deny(1) indicates deny join the multicast group when exceed the max multicast group numbers. A value of replace(2) indicates allow to replace the existed multicast group when exceed the max multicast group numbers.But now not supported.
Context
- MIB
- SWITCH-MVR-MIB
- OID
.1.3.6.1.4.1.8886.6.1.21.2.6.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rcIgmpFilterIFEntry
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 'SWITCH-MVR-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCH-MVR-MIB::rcIgmpFilterIFMaxGroupsAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SWITCH-MVR-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCH-MVR-MIB::rcIgmpFilterIFMaxGroupsAction.<rcIgmpFilterIFPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SWITCH-MVR-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SWITCH-MVR-MIB::rcIgmpFilterIFMaxGroupsAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | deny |
2 | replace |