cPrefPathRouteMapIntfPrefStrict
CISCO-PREFERRED-PATH-MIB ·
.1.3.6.1.4.1.9.9.592.1.1.1.1.3
Object
This object allows to change the way
the preferred path selection logic would
select the preferred path.
Setting this object to 'true' will make the
preferred path to select the outgoing interface
strictly based on the preference set using the
cPrefPathRMapSetIntfPref. When this object is set
to 'false', then the preferred path selection logic
will perform selection only when the current
outgoing interface goes down.
Context
- MIB
- CISCO-PREFERRED-PATH-MIB
- OID
.1.3.6.1.4.1.9.9.592.1.1.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cPrefPathRouteMapEntry
- Groups
- 2
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 'CISCO-PREFERRED-PATH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-PREFERRED-PATH-MIB::cPrefPathRouteMapIntfPrefStrict'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-PREFERRED-PATH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-PREFERRED-PATH-MIB::cPrefPathRouteMapIntfPrefStrict.<cPrefPathRouteMapVsanIndex>.<cPrefPathRouteMapRouteIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-PREFERRED-PATH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-PREFERRED-PATH-MIB::cPrefPathRouteMapIntfPrefStrict'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |