fs6374SystemControl
ARICENT-fs6374-MIB ·
.1.3.6.1.4.1.29601.2.107.8.1.1.1
Object
column r/w
Enumeration
This object specifies the administrative system control status of 6374 module. The value 'start' (1) indicates that all resources required by the module should be allocated and 6374 should be supported in the device on all ports. The value 'shutdown' (2) indicates that 6374 should be shutdown in the device on all ports and all allocated memory must be released.
Context
- MIB
- ARICENT-fs6374-MIB
- OID
.1.3.6.1.4.1.29601.2.107.8.1.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fs6374SystemConfigEntry
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 'ARICENT-fs6374-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-fs6374-MIB::fs6374SystemControl'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ARICENT-fs6374-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-fs6374-MIB::fs6374SystemControl.<fs6374ContextId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARICENT-fs6374-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARICENT-fs6374-MIB::fs6374SystemControl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | start |
2 | shutdown |