erpsInstanceClear
ECS4100-MIB ·
.1.3.6.1.4.1.259.10.1.46.1.62.9.1.22
Object
column r/w
Enumeration
Set to clear(1) to perform the clear command on specified Instance. The value noClear(2) will always be displayed when reading.
Context
- MIB
- ECS4100-MIB
- OID
.1.3.6.1.4.1.259.10.1.46.1.62.9.1.22- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- erpsInstanceEntry
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 'ECS4100-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4100-MIB::erpsInstanceClear'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ECS4100-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4100-MIB::erpsInstanceClear.<erpsInstanceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ECS4100-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ECS4100-MIB::erpsInstanceClear'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | clear |
2 | noClear |