myRouteMapMetricValueType

DES7200-ROUTE-MIB · .1.3.6.1.4.1.171.10.97.2.20.2.1.1.6

Object

column r/w Enumeration
How to modify old metric vlaue.
'noOper':  metric value will not be modified.
'replace': old metric value will be replaced by  myRouteMapSetMetric.
'add': new metric value will equal 'old metric vlaue + myRouteMapSetMetric'
'reduce': new metric value will equal 'old metric vlaue - myRouteMapSetMetric'

Context

MIB
DES7200-ROUTE-MIB
OID
.1.3.6.1.4.1.171.10.97.2.20.2.1.1.6
Type
column
Access
readwrite
Status
current
Default
noOper
Parent
myRouteMapEntry
Groups
1

Walk 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 'DES7200-ROUTE-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DES7200-ROUTE-MIB::myRouteMapMetricValueType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DES7200-ROUTE-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DES7200-ROUTE-MIB::myRouteMapMetricValueType.<myRouteMapName>.<myRouteMapSequenceNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DES7200-ROUTE-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DES7200-ROUTE-MIB::myRouteMapMetricValueType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0noOper
1replace
2add
3reduce

Conformance