|
|
Description:
|
vacmAccessContextMatch OBJECT-TYPE
SYNTAX INTEGER {exact(1), -- exact match of prefix and contextName
prefix(2)} -- Only match to the prefix
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"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."
DEFVAL {exact}
|
|
|
|
Information:
|
Automatically extracted from IETF RFC 3415.
|
|