a3ComRoutePolicyAdjustMetric
A3COM-SWITCHING-SYSTEMS-ROUTEPOLICY-MIB ·
.1.3.6.1.4.1.43.29.4.23.1.1.9
Object
column mandatory
r/w
Enumeration
This object defines what type of operation that can be additionally performed at a route metric. Note that this object will be always ignored if a3ComRoutePolicyAction is of the type reject(2). Furthermore, a3ComRoutePolicyAdjustMetric will also be ignored in occasions where a3ComRoutePolicyAction is of the type accept(1) and the object a3ComRoutePolicyMetric is set to zero. a3ComRoutePolicyAdjustMetric can be modified at any time.
Context
- MIB
- A3COM-SWITCHING-SYSTEMS-ROUTEPOLICY-MIB
- OID
.1.3.6.1.4.1.43.29.4.23.1.1.9- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- a3ComRoutePolicyEntry
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 'A3COM-SWITCHING-SYSTEMS-ROUTEPOLICY-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM-SWITCHING-SYSTEMS-ROUTEPOLICY-MIB::a3ComRoutePolicyAdjustMetric'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'A3COM-SWITCHING-SYSTEMS-ROUTEPOLICY-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM-SWITCHING-SYSTEMS-ROUTEPOLICY-MIB::a3ComRoutePolicyAdjustMetric.<a3ComRoutePolicyIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A3COM-SWITCHING-SYSTEMS-ROUTEPOLICY-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A3COM-SWITCHING-SYSTEMS-ROUTEPOLICY-MIB::a3ComRoutePolicyAdjustMetric'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noop |
2 | add |
3 | subtract |
4 | multiply |
5 | divide |
6 | module |