rtmRedistMetricValue
DC-RTM-MIB ·
.1.3.6.1.4.1.629.10.7.1.2.1.32
Object
Numerical parameter to use when creating a value for the metric
in the routing information sent to the destination based on the
supplied metric in the routing information received from the source.
This field is only used if the redistribution flag is TRUE
and the metric conversion field is set to 'constant', 'scale up',
'scale down' or 'truncate'.
If the metric conversion field is 'constant' then the new metric
value is just the value of the numerical parameter.
If the metric conversion field is 'scale up' then the new metric
value is the supplied metric multiplied by the value of the
numerical parameter (or 0xffffffff if this is smaller).
If the metric conversion method is 'scale down' then the new metric
value is the supplied metric divided by the value of the
numerical parameter (rounded down to the next integer). The
numerical parameter cannot be zero in this case.
If the metric conversion field is 'truncate' then the new metric
value is the lower value of the supplied metric value and the
numerical parameter.
Context
- MIB
- DC-RTM-MIB
- OID
.1.3.6.1.4.1.629.10.7.1.2.1.32- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rtmRedistEntry
- Groups
- 1
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 'DC-RTM-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-RTM-MIB::rtmRedistMetricValue'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DC-RTM-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-RTM-MIB::rtmRedistMetricValue.<rtmRedistFteIndex>.<rtmRedistEntryId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DC-RTM-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DC-RTM-MIB::rtmRedistMetricValue'
Syntax
- Source
- SNMPv2-SMIUnsigned32
- Base type
Unsigned32
Values & Constraints
Type Constraints
range: 0..4294967295
Conformance
Member of