cadRouteMapMatchType
CADANT-CMTS-POLICY-MIB ·
.1.3.6.1.4.1.4998.1.1.35.1.30.2.1.3
Object
column r/w
Enumeration
Type of match to used for this entry. Permit matches on the provided ACL and then applies the defined set operations before destination routing. Deny matches on the provided ACL and then directly routes to the destination without applying any of the set critera to the packet.
Context
- MIB
- CADANT-CMTS-POLICY-MIB
- OID
.1.3.6.1.4.1.4998.1.1.35.1.30.2.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cadRouteMapEntry
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 'CADANT-CMTS-POLICY-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CADANT-CMTS-POLICY-MIB::cadRouteMapMatchType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CADANT-CMTS-POLICY-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CADANT-CMTS-POLICY-MIB::cadRouteMapMatchType.<cadRouteMapId>.<cadRouteMapSeqNum>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CADANT-CMTS-POLICY-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CADANT-CMTS-POLICY-MIB::cadRouteMapMatchType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | permit |
2 | deny |