mldClearTables
IBM-GbTOR-G8052-MIB ·
.1.3.6.1.4.1.26543.2.7.7.3.3.22.3
Object
scalar r/w
Enumeration
Clear the MLD 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, none(0) is always returned.
Context
- MIB
- IBM-GbTOR-G8052-MIB
- OID
.1.3.6.1.4.1.26543.2.7.7.3.3.22.3- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- mldInfo
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 'IBM-GbTOR-G8052-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM-GbTOR-G8052-MIB::mldClearTables.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IBM-GbTOR-G8052-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IBM-GbTOR-G8052-MIB::mldClearTables'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | clearGroups |
2 | clearMrouters |
3 | clearAll |