ALCATEL-IND1-POLICY-MIB
- Registered at
- 1.3.6.1.4.1.6486.801.1.2.1.14.1
- Last updated
- 2019-11-27 00:00
- Organization
- ALE USA Inc.
- Revisions
- 2019-11-27 00:00, 2010-05-13 00:00
- Namespace
- alcatel-aos7
- Source file
ALCATEL-IND1-POLICY-MIB- Digest
sha256:6fec4103f468ddf80cb213f73f621997e83b13e4f8786509c163494452c344a9
Description
This module describes an authoritative enterprise-specific Simple Network Management Protocol (SNMP) Management Information Base (MIB): For the OmniSwitch Product Line Configuration and monitoring of policy manager parameters The right to make changes in specification and other information contained in this document without prior notice is reserved. No liability shall be assumed for any incidental, indirect, special, or consequential damages whatsoever arising from or related to this document or the information contained herein. Vendors, end-users, and other interested parties are granted non-exclusive license to use this specification in connection with management of the products for which it is intended to be used. Copyright (C) ALE USA Inc. 2014-2019 Copyright (C) 1995-2013 Alcatel-Lucent ALL RIGHTS RESERVED WORLDWIDE
Contact
Please consult with Customer Service to ensure the most appropriate version of this document is used with the products in question: ALE USA Inc. Enterprise 26801 West Agoura Road Agoura Hills, CA 91301-5122 United States Of America Telephone: +1 800 995 2696 Electronic Mail: ebg_global_supportcenter@al-enterprise.com World Wide Web: https://www.al-enterprise.com
Imports
| From | Symbols |
|---|---|
| ALCATEL-IND1-BASE | softentIND1Policy |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
ALCATEL-IND1-BASE ALCATEL-IND1-POLICY-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| PolicyEventCodes TEXTUAL-CONVENTION The policyEventCodes TC describes all possible policy events and should be used for NMS correlation. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| alcatelIND1PolicyMIBNotifications OBJECT-IDENTITY Branch For POLICY MIB Subsystem Notifications. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.0 | current | ||
| alcatelIND1PolicyMIBObjects OBJECT-IDENTITY Branch for policy manager application objects | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1 | current | ||
| serverPolicyDecision OBJECT-TYPE This object allows an NMS application to influence the policy manager's treatment of existing policy decisions that were established by the policy manager. By setting recachePolicies, an NMS can cause the policy manager to reload all its policies from the current primary LDAP server. By setting flushPolicies, all the policies are deleted by the policy manager. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.1 | INTEGER {flushPolicies(0), recachePolicies(1), recacheQMMACGroup(2)} | read-write | current |
| rsvpDefaultPolicy OBJECT-TYPE This object allows an NMS application to define the agent action when there are no policy servers available to a switch. When this object is set to accept(1), the policy manager in the switch will allow all RSVP control message requests. When set to deny(2), the policy manager will deny all RSVP control message requests. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.2 | INTEGER {accept(1), deny(2)} | not-accessible | deprecated |
| policyManagerEventTableSize OBJECT-TYPE This object defines the size of the policy manager event table. When this object is set, the subagent adjusts the event table to meet the size defined. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.3 | Integer32 (0..100) | read-write | current |
| directoryServerTable OBJECT-TYPE This table contains information related to the LDAP-based directory server from the perspective of the policy manager. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4 | not-accessible | current | |
| directoryServerEntry OBJECT-TYPE An entry in the directory server table. Each entry represents a directory server instance to the policy manager. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1 | not-accessible | current | |
| directoryServerAddress OBJECT-TYPE The IP Address of an LDAP server. The policy manager uses this object combined with the directory server port number to uniquely identify an LDAP server to use for directory queries and updates. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1.1 | IpAddress | read-only | current |
| directoryServerPort OBJECT-TYPE This object contains the TCP port number, which, along with the directory server IP address, identifies the LDAP server. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1.2 | Integer32 (0..65535) | read-only | current |
| directoryServerPreference OBJECT-TYPE This object represents the relative preference of the server entry. The higher the value of this object, the greater the preference the policy manager places on using this server for LDAP queries. This object is used when the policy manager uses server selection based on the configured preference. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1.3 | Integer32 (0..255) | read-create | current |
| directoryServerAuthenticationType OBJECT-TYPE The value of this object specifies what authentication mechanism the LDAP server expects. For simplePassword(1), the policy manager uses the directoryServerPassword object for each LDAP query. kerberos and publicKey mechanisms are currently unsupported. The none(0) value directs the policy manager to use the 'anonymous' method for LDAP queries. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1.4 | INTEGER {none(0), simplePassword(1)} | read-create | current |
| directoryServerUserId OBJECT-TYPE This object only has significance when the directoryServerAuthenticationType has a value of simplePassword(1). This simple display string is used by the policy manager in LDAP queries and updates. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1.5 | SnmpAdminString (SIZE(0..31)) | read-create | current |
| directoryServerPassword OBJECT-TYPE This object only has significance when the directoryServerAuthenticationType has a value of simplePassword(1). This simple display string is used by the policy manager in LDAP queries and updates. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1.6 | SnmpAdminString (SIZE(0..31)) | read-create | current |
| directoryServerSearchbase OBJECT-TYPE This object specifies the base object required for LDAP search operations. This object represents, in distinguished name format, the point where server searches start. Generally, this object represents the base object of the organization. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1.7 | SnmpAdminString (SIZE(0..31)) | read-create | current |
| directoryServerCacheChange OBJECT-TYPE This object allows an NMS application to influence the policy manager's cache of policy-related data when this server becomes the primary LDAP server selected for the switch. Setting this object to recachePolicy(1) conveys to the policy manager that the policy class object should be obtained from the LDAP server represented by this table entry when this server becomes the primary LDAP server. By setting this object to 'none', the policy manager will use the existing policy and policy rule cache rather than reloading the policy data from this server. In the case where there is no policy cache (for instance, when the switch powers up) the policy manager will attempt to reload the policy class cache even if this object is set to 'none'. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1.8 | INTEGER {none(0), recachePolicy(1)} | read-create | current |
| directoryServerLastChange OBJECT-TYPE This object contains the value of sysUpTime at the time of the last creation, deletion or modification of an object in this table entry. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1.9 | TimeTicks | read-only | current |
| directoryServerAdminStatus OBJECT-TYPE This object specifies the desired administrative state of the directory server. The up and down states control the policy manager's decision to user the server for LDAP queries and updates. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1.10 | INTEGER {up(1), down(2)} | read-create | current |
| directoryServerOperStatus OBJECT-TYPE This object identifies the current operational state of the LDAP server. Semantics of this object closely resemble the ifOperStatus definition, however, the LDAP application layer is NOT modeled as an interface as defined by RFC2233. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1.11 | INTEGER {up(1), down(2), unknown(3)} | read-only | current |
| directoryServerRowStatus OBJECT-TYPE This object is used to create a new table entry or modify or delete an existing table entry in this table. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1.12 | RowStatus | read-create | current |
| directoryServerEnableSSL OBJECT-TYPE This object enables or disables SSL for the LDAP server. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1.13 | INTEGER {disableSSL(0), enableSSL(1)} | read-create | current |
| policyEventTable OBJECT-TYPE This table contains significant events related to the operation of the policy manager. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.5 | not-accessible | current | |
| policyEventEntry OBJECT-TYPE An entry in the policy manager event table. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.5.1 | not-accessible | current | |
| policyEventIndex OBJECT-TYPE This object uniquely identifies the event record. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.5.1.1 | Integer32 (0..1000) | read-only | current |
| policyEventCode OBJECT-TYPE This object identifies the event that occurred. The internal protocol error and LDAP error events are rollup events that represent a collection of events with similar characteristics. The internal error event occurs due to software resource or logic problems; the LDAP error occurs because of LDAP init, search, format, protocol or other similar errors. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.5.1.2 | PolicyEventCodes | read-only | current |
| policyEventDetailString OBJECT-TYPE This object gives details about the event that took place. Included in the string are (potentially) fields that provide more specific fault location and isolation, context resolution, and event (error) instance information. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.5.1.3 | SnmpAdminString (SIZE(0..255)) | read-only | current |
| policyEventTime OBJECT-TYPE This object contains the value of sysUpTime at the time the event occurred. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.5.1.4 | TimeTicks | read-only | current |
| policyRuleNamesTable OBJECT-TYPE This table contains information that identifies the LDAP-based policy rules defined on a directory server that are pushed by the policy manager to the QoS&F manager for making policy decisions. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.6 | not-accessible | current | |
| policyRuleNamesEntry OBJECT-TYPE An entry in the policy rules table. Each entry represents the name of a policy rule on the directory server. The policy manager uses these names to build the correct policy rules. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.6.1 | not-accessible | current | |
| policyRuleNamesIndex OBJECT-TYPE This object is a unique index identifying the policyRuleNames entry. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.6.1.1 | Integer32 (0..65535) | read-only | current |
| policyRuleNamesName OBJECT-TYPE This object defines the name of the policyRule that the policy manager will use to build a switch policy. The name coincides with the directory server class name equivalent. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.6.1.2 | SnmpAdminString (SIZE(0..31)) | read-only | current |
| policyRuleNamesRowStatus OBJECT-TYPE Deprecated (to avoid proliferation of control planes) - rules to be changed should be updated in LDAP and flushed/pushed to switches accordingly. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.6.1.3 | RowStatus | read-create | current |
| policyRuleOperStatus OBJECT-TYPE This object is used to convey to an NMS the state of the policy. A value of 'up' implies that the policy rule has been pushed to the QoS / filtering manager (i.e. the PEP). A value of 'down' means the policy is invalid, so it was not pushed to the QoS / filtering manager. A value of 'notReady' means this rule is valid, but not currently active (PVP not active, etc). | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.6.1.4 | INTEGER {up(1), down(2), notReady(3)} | read-only | current |
| policyStatsTable OBJECT-TYPE This table defines the objects maintained by the policy manager representing statistics available on a per policy server instance. The objects in this table correspond directly to the similarly named objects in <draft-white-slapm-mib-00.txt>, except that the objects in the draft are scalars. Note that the I-D is now RFC 2758, and experimental category RFC. There are semantic differences from RFC 2758 for some objects - the differences are detailed in the DESCRIPTION clauses. Some objects behave differently from the RFC because of our combined PDP/PEP implementation. Note that RFC 2758 applies to hosts more than switches. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.7 | not-accessible | current | |
| policyStatsEntry OBJECT-TYPE An entry in the policy manager stats table. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.7.1 | not-accessible | current | |
| policyStatsAddress OBJECT-TYPE IP address of the policy server related to these statistics | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.7.1.1 | IpAddress | read-only | current |
| policyStatsServerPort OBJECT-TYPE TCP port number of the policy server related to these statistics | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.7.1.2 | Integer32 (0..65535) | read-only | current |
| policyStatsQueryCount OBJECT-TYPE The query count gives the total number of times a policy repository was queried by the policy decision point. The policy repository is the LDAP server where policies are stored. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.7.1.3 | Counter32 | read-only | current |
| policyStatsAccessCount OBJECT-TYPE Total number of times that a policy repository was accessed with respect to a policy agent. The policy decision point (PDP) in this implementation accesses the repository via LDAP. The access count includes all operations required to access the policy rules (including role evaluations and discrete policy entry accesses.) The value of this object will increment on repository access. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.7.1.4 | Counter32 | read-only | current |
| policyStatsSuccessAccessCount OBJECT-TYPE Total number of successful policy repository accesses. This value increments if a 'known' attribute has been discovered in a repository search, regardless of its PDP processing status. This object will increment less than policyStatsAccessCount on most repository accesses, based on repository structure and what roles match the policy decision point. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.7.1.5 | Counter32 | read-only | current |
| policyStatsNotFoundCount OBJECT-TYPE Total number of policy repository accesses that resulted in an entry not being located. Not found counts increment on protocol search failures and other attribute lookup problems. Generally, policyStatsNotFoundCount increments only in error cases. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.7.1.6 | Counter32 | read-only | current |
| policyNotificationTable OBJECT-TYPE This table contains an association between an event ID and the notification method that the policy manager uses to convey to an NMS that the event occurred. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.8 | not-accessible | current | |
| policyNotificationEntry OBJECT-TYPE An entry in the policy manager notification table. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.8.1 | not-accessible | current | |
| policyNotificationIndex OBJECT-TYPE This object is a unique index identifying the policyNotification entry. This index corresponds to the same value as the policyEvent. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.8.1.1 | PolicyEventCodes | read-only | current |
| policyNotificationCode OBJECT-TYPE This object defines the notification method used to convey information about switch events to the NMS. The notification code allows for multiple notification methods, updated by an NMS by setting the appropriate method corresponding to the event index. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.8.1.2 | INTEGER {noNotification(0), writeToLog(1), sendTrap(2), logAndTrap(3)} | read-write | current |
| policyEventCount OBJECT-TYPE Total number of times that this event was recognized. This value increments for each event occurance. No advertised management facility exists to clear these history counters. This object is intended to be a hint to management applications as to the past operating history of a switch even if entries are no longer present in the policyEventTable. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.8.1.3 | Counter32 | read-only | current |
| policyManagerSwitchIdentifier OBJECT-TYPE The value of this object type identifies the switch with a identifier that is unique through out the network This identifier is stored on the switch and the Directory Server for policies that are specific to this switch. If this variable is changed on the switch then the Directory Server also must be changed correspondingly. Changing the variable on the switch and not making the corresponding change on the Directory Server will render the policies defined for this switch unusable.The syntax of this variable is macAddress:Date:Time. Example: xx:xx:xx:xx:xx:xx:yyyymmdd:hhmmss | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.9 | SnmpAdminString (SIZE(0..40)) | read-write | current |
| policyManagerTrapObjs OBJECT-IDENTITY | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.10 | |||
| policyTrapEventDetailString OBJECT-TYPE Details about the event that took place | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.10.1 | SnmpAdminString (SIZE(0..255)) | read-only | current |
| policyTrapEventCode OBJECT-TYPE The code of the event | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.10.2 | PolicyEventCodes | read-only | current |
| serverPolicyDecisionStatus OBJECT-TYPE Used to get the status of previous request | 1.3.6.1.4.1.6486.801.1.2.1.14.1.1.11 | INTEGER {recacheNone(0), recacheInit(1), recacheInprogress(2), recacheConfigDwnld(3), recachingNItables(4), recacheSuccess(5), recacheFailed(6)} | read-only | current |
| alcatelIND1PolicyMIBConformance OBJECT-IDENTITY Branch for policy manager application conformance information | 1.3.6.1.4.1.6486.801.1.2.1.14.1.2 | current | ||
| alcatelIND1PolicyMIBGroups OBJECT-IDENTITY Branch for policy manager application units of conformance | 1.3.6.1.4.1.6486.801.1.2.1.14.1.2.1 | current | ||
| alcatelIND1PolicyMIBCompliances OBJECT-IDENTITY Branch for policy manager application compliance statements | 1.3.6.1.4.1.6486.801.1.2.1.14.1.2.2 | current |
Notifications
| Name | OID | Status |
|---|---|---|
| policyEventNotification NOTIFICATION-TYPE The policyEventNotification allows the switch to notify an NMS when significant events happen. The NMS can then investigate and perform appropriate control functions. Other tables allow the NMS app to zone in on the problem as part of a proactive monitoring system by the NMS application. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.0.1 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| policyMIBGlobalGroup OBJECT-GROUP A collection of objects providing information on global policy manager state | 1.3.6.1.4.1.6486.801.1.2.1.14.1.2.1.1 | current |
| policyMIBDirectoryServerGroup OBJECT-GROUP A collection of objects for managing LDAP directory servers | 1.3.6.1.4.1.6486.801.1.2.1.14.1.2.1.2 | current |
| policyMIBEventTableGroup OBJECT-GROUP A collection of objects detailling the events that occurred during policy manager operation | 1.3.6.1.4.1.6486.801.1.2.1.14.1.2.1.3 | current |
| policyMIBRuleNamesGroup OBJECT-GROUP A collection of object to know which policy rules have been retrieved from a directory server | 1.3.6.1.4.1.6486.801.1.2.1.14.1.2.1.4 | current |
| policyMIBStatsGroup OBJECT-GROUP A collection of object to keep a trace of how directory servers are accessed by the policy manager | 1.3.6.1.4.1.6486.801.1.2.1.14.1.2.1.5 | current |
| policyMIBNotificationGroup OBJECT-GROUP A collection of object to configure what the policy manager must do when specific events happen | 1.3.6.1.4.1.6486.801.1.2.1.14.1.2.1.6 | current |
| policyMIBTrapEventGroup OBJECT-GROUP A collection of objects that appear in policy manager event notifications. | 1.3.6.1.4.1.6486.801.1.2.1.14.1.2.1.7 | current |
| policyMIBTrapsGroup NOTIFICATION-GROUP Collection of traps for management of Policy Manager | 1.3.6.1.4.1.6486.801.1.2.1.14.1.2.1.8 | current |
| alcatelIND1PolicyMIBCompliance MODULE-COMPLIANCE The policy manager compliance statement | 1.3.6.1.4.1.6486.801.1.2.1.14.1.2.2.1 | current |