igmpClearTables
BLADETYPE4-NETWORK-MIB ·
.1.3.6.1.4.1.11.2.3.7.11.33.4.2.3.3.5.3
Object
scalar r/w
Enumeration
Clear the IGMP tables. When setting clearGroups(1), the dynamic groups are removed, when setting clearMrouters(2), the mrouter tables are removed and when setting clearAll(3), both the dynamic groups and the mrouter tables are removed. When read, ok(0) is always returned.
Context
- MIB
- BLADETYPE4-NETWORK-MIB
- OID
.1.3.6.1.4.1.11.2.3.7.11.33.4.2.3.3.5.3- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- igmpInfo
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BLADETYPE4-NETWORK-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLADETYPE4-NETWORK-MIB::igmpClearTables.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BLADETYPE4-NETWORK-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BLADETYPE4-NETWORK-MIB::igmpClearTables'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | ok |
1 | clearGroups |
2 | clearMrouters |
3 | clearAll |