nmsMEAPSRingAdminStatus
FS-NMS-MEAPS-MIB ·
.1.3.6.1.4.1.52642.2.234.5.1.14
Object
column mandatory
Enumeration
A read-create value that indicates the configuration status of the ring instance. Set this value to 'enabled' to start the ring or 'disabled' to stop it. The value 'running' indicates that the ring is currently configured and running, in which case, the values of node-type and control-vlan cannot be modified.
Context
- MIB
- FS-NMS-MEAPS-MIB
- OID
.1.3.6.1.4.1.52642.2.234.5.1.14- Type
- column
- Status
- mandatory
- Parent
- nmsMEAPSRingTableEntry
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 'FS-NMS-MEAPS-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-NMS-MEAPS-MIB::nmsMEAPSRingAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FS-NMS-MEAPS-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-NMS-MEAPS-MIB::nmsMEAPSRingAdminStatus.<nmsMEAPSRingID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FS-NMS-MEAPS-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FS-NMS-MEAPS-MIB::nmsMEAPSRingAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | disabled |
1 | enabled |
2 | running |