POLICY-DEVICE-AUX-MIB

File: POLICY-DEVICE-AUX-MIB.mib (7756 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
SNMP-FRAMEWORK-MIB IF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE experimental
MODULE-COMPLIANCE OBJECT-GROUP TEXTUAL-CONVENTION
RowStatus StorageType SnmpAdminString
InterfaceIndex

Defined Types

Role  
A role represents a functionality characteristic or capability of a resource to which policies are applied. Examples of roles include Backbone interface, Frame Relay interface, BGP-capable router, web server, firewall, etc. Valid characters are a-z, A-Z, 0-9, period, hyphen and underscore. A role must not start with an underscore.
TEXTUAL-CONVENTION    
  OCTET STRING Size(1..31)  

RoleCombination  
A Display string consisting of a set of roles concatenated with a '+' character where the roles are in lexicographic order from minimum to maximum. For example, a+b and b+a are NOT different role-combinations; rather, they are different formating of the same (one) role- combination. Notice the roles within a role-combination are in lexicographic order from minimum to maximum, hence, we declare: a+b is the valid formating of the role-combination, b+a is an invalid formating of the role-combination. Notice the need of zero-length role-combination as the role- combination of interfaces to which no roles have been assigned. This role-combination is also known as the null role-combination. (Note the deliberate use of lower case leters to avoid confusion with the ASCII NULL character which has a value of zero but length of one.)
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..255)  

PolicyInterfaceEntry  
SEQUENCE    
  policyInterfaceIfIndex InterfaceIndex
  policyInterfaceRoleCombo RoleCombination
  policyInterfaceStorage StorageType
  policyInterfaceStatus RowStatus

Defined Values

policyDeviceAuxMib 1.3.6.1.3.999
This module defines an infrastructure used for support of policy-based provisioning of a network device.
MODULE-IDENTITY    

policyDeviceAuxObjects 1.3.6.1.3.999.1
OBJECT IDENTIFIER    

policyDeviceAuxConformance 1.3.6.1.3.999.2
OBJECT IDENTIFIER    

policyDeviceConfig 1.3.6.1.3.999.1.1
OBJECT IDENTIFIER    

policyInterfaceTable 1.3.6.1.3.999.1.1.1
Policy information about a device's interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PolicyInterfaceEntry

policyInterfaceEntry 1.3.6.1.3.999.1.1.1.1
A conceptual row in the policyInterfaceTable. Each row identifies policy infromation about a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInterfaceEntry  

policyInterfaceIfIndex 1.3.6.1.3.999.1.1.1.1.1
The ifIndex value for which this conceptual row provides policy information.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

policyInterfaceRoleCombo 1.3.6.1.3.999.1.1.1.1.2
The role combination that is associated with this interface for the purpose of assigning policies to this interface.
Status: current Access: read-create
OBJECT-TYPE    
  RoleCombination  

policyInterfaceStorage 1.3.6.1.3.999.1.1.1.1.3
The storage type for this conceptual row. Conceptual rows having the value permanent(4) need not allow write-access to any columnar objects in the row. This object may not be modified if the associated policyInterfaceStatus object is equal to active(1).
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

policyInterfaceStatus 1.3.6.1.3.999.1.1.1.1.4
The status of this row. An entry may not exist in the active state unless all objects in the entry have an appropriate value. Row creation using only default values is supported.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

policyDeviceCompliances 1.3.6.1.3.999.2.1
OBJECT IDENTIFIER    

policyDeviceGroups 1.3.6.1.3.999.2.2
OBJECT IDENTIFIER    

policyDeviceCompliance 1.3.6.1.3.999.2.1.1
Describes the requirements for conformance to the Policy Auxiliary MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

policyInterfaceGroup 1.3.6.1.3.999.2.2.1
Objects used to define interface to role combination mappings.
Status: current Access: read-only
OBJECT-GROUP