ciscoLS1010ModuleAdminStatus
CISCO-RHINO-MIB ·
.1.3.6.1.4.1.9.5.11.1.2.1.1.8
Object
This object, when read, always returns a value of
ok(1). Setting this object to one of the
acceptable values gives the following results:
reset: reset the module's control logic
enable: enable the module
disable: disable the module
Setting this object to any other values results in
an error.
Context
- MIB
- CISCO-RHINO-MIB
- OID
.1.3.6.1.4.1.9.5.11.1.2.1.1.8- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ciscoLS1010ModuleEntry
- Groups
- 3
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 'CISCO-RHINO-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-RHINO-MIB::ciscoLS1010ModuleAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-RHINO-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-RHINO-MIB::ciscoLS1010ModuleAdminStatus.<ciscoLS1010ModuleIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-RHINO-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-RHINO-MIB::ciscoLS1010ModuleAdminStatus'
Syntax
- Source
- AdminStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | enable |
2 | disable |
3 | reset |