fsSnoopInstanceGlobalSystemControl
SUPERMICRO-SNOOP-MIB ·
.1.3.6.1.4.1.10876.101.1.105.2.1.1.3
Object
column r/w
Enumeration
Snooping module is shutdown or started through this object. When set to 'start', resources required by the SNOOP module is allocated and the module starts running. When set to 'shutdown', all the resources are released back to the system and the module stops running.
Context
- MIB
- SUPERMICRO-SNOOP-MIB
- OID
.1.3.6.1.4.1.10876.101.1.105.2.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fsSnoopInstanceGlobalEntry
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 'SUPERMICRO-SNOOP-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-SNOOP-MIB::fsSnoopInstanceGlobalSystemControl'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUPERMICRO-SNOOP-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-SNOOP-MIB::fsSnoopInstanceGlobalSystemControl.<fsSnoopInstanceGlobalInstId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUPERMICRO-SNOOP-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUPERMICRO-SNOOP-MIB::fsSnoopInstanceGlobalSystemControl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | start |
2 | shutdown |