vacmAccessContextMatch
SNMP-VIEW-BASED-ACM-MIB ·
.1.3.6.1.6.3.16.1.4.1.4
Object
column r/w
Enumeration
If the value of this object is exact(1), then all
rows where the contextName exactly matches
vacmAccessContextPrefix are selected.
If the value of this object is prefix(2), then all
rows where the contextName whose starting octets
exactly match vacmAccessContextPrefix are selected.
This allows for a simple form of wildcarding.
Context
- MIB
- SNMP-VIEW-BASED-ACM-MIB
- OID
.1.3.6.1.6.3.16.1.4.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- vacmAccessEntry
- 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 'SNMP-VIEW-BASED-ACM-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SNMP-VIEW-BASED-ACM-MIB::vacmAccessContextMatch'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SNMP-VIEW-BASED-ACM-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SNMP-VIEW-BASED-ACM-MIB::vacmAccessContextMatch.<vacmGroupName>.<vacmAccessContextPrefix>.<vacmAccessSecurityModel>.<vacmAccessSecurityLevel>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SNMP-VIEW-BASED-ACM-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SNMP-VIEW-BASED-ACM-MIB::vacmAccessContextMatch'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | exact |
2 | prefix |
Conformance
Member of
Compliance refinements
vacmMIBCompliance
readonly
Write access is not required.