NET-SNMP-VACM-MIB

File: NET-SNMP-VACM-MIB.mib (5193 bytes)

Imported modules

SNMP-FRAMEWORK-MIB NET-SNMP-MIB SNMP-VIEW-BASED-ACM-MIB
SNMPv2-SMI SNMPv2-CONF SNMPv2-TC

Imported symbols

SnmpAdminString netSnmpObjects netSnmpGroups
vacmGroupName vacmAccessContextPrefix vacmAccessSecurityModel
vacmAccessSecurityLevel OBJECT-TYPE MODULE-IDENTITY
OBJECT-GROUP NOTIFICATION-GROUP TEXTUAL-CONVENTION
DisplayString RowStatus StorageType

Defined Types

NsVacmAccessEntry  
SEQUENCE    
  nsVacmAuthType SnmpAdminString
  nsVacmContextMatch INTEGER
  nsVacmViewName SnmpAdminString
  nsVacmStorageType StorageType
  nsVacmStatus RowStatus

Defined Values

netSnmpVacmMIB 1.3.6.1.4.1.8072.1.9
Defines Net-SNMP extensions to the standard VACM view table.
MODULE-IDENTITY    

nsVacmAccessTable 1.3.6.1.4.1.8072.1.9.1
Net-SNMP extensions to vacmAccessTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NsVacmAccessEntry

nsVacmAccessEntry 1.3.6.1.4.1.8072.1.9.1.1
Net-SNMP extensions to vacmAccessTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  NsVacmAccessEntry  

nsVacmAuthType 1.3.6.1.4.1.8072.1.9.1.1.1
The type of processing that the specified view should be applied to. See 'snmpd.conf(5)' and 'snmptrapd.conf(5)' for details.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

nsVacmContextMatch 1.3.6.1.4.1.8072.1.9.1.1.2
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. The value of this object should be consistent across all nsVacmAccessEntries corresponding to a single row of the vacmAccessTable.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER exact(1), prefix(2)  

nsVacmViewName 1.3.6.1.4.1.8072.1.9.1.1.3
The MIB view authorised for the appropriate style of processing (as indicated by nsVacmToken). The interpretation of this value is the same as for the standard VACM ViewName objects.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

nsVacmStorageType 1.3.6.1.4.1.8072.1.9.1.1.4
The storage type for this (group of) conceptual rows. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row. The value of this object should be consistent across all nsVacmAccessEntries corresponding to a single row of the vacmAccessTable.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

nsVacmStatus 1.3.6.1.4.1.8072.1.9.1.1.5
The status of this (group of) conceptual rows. The RowStatus TC [RFC2579] requires that this DESCRIPTION clause states under which circumstances other objects in this row can be modified: The value of this object has no effect on whether other objects in this conceptual row can be modified. The value of this object should be consistent across all nsVacmAccessEntries corresponding to a single row of the vacmAccessTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus