Home/Catalog/ALCATEL-IND1-POLICY-MIB

ALCATEL-IND1-POLICY-MIB

AI MIB Summary

The ALCATEL-IND1-POLICY-MIB enables SNMP-based configuration and monitoring of policy manager parameters on Alcatel-Lucent "Birds Of Prey" product line hardware. It facilitates the management of enterprise-specific traffic control rules, access policies, and QoS enforcement mechanisms within the device's policy engine.

This module describes an authoritative enterprise-specific Simple Network Management Protocol (SNMP) Management Information Base (MIB): For the Birds Of Prey 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) 1995-2007 Alcatel-Lucent ALL RIGHTS RESERVED WORLDWIDE
Main OID:
alcatelIND1PolicyMIB.1.3.6.1.4.1.6486.801.1.2.1.14.1
54
Objects
Active
Status
5
Dependencies

Imported Objects

Objects

54 total
Object Name
alcatelIND1PolicyMIBThis module describes an authoritative enterprise-specific Simple Network Management Protocol (SNMP) Management Information Base (MIB): For the Birds Of Prey 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) 1995-2007 Alcatel-Lucent ALL RIGHTS RESERVED WORLDWIDE
MODULE-IDENTITY
.1.3.6.1.4.1.6486.801.1.2.1.14.1
alcatelIND1PolicyMIBNotificationsBranch For POLICY MIB Subsystem Notifications.
OBJECT IDENTIFIER
.1.3.6.1.4.1.6486.801.1.2.1.14.1.0
policyEventNotificationThe 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.
NOTIFICATION-TYPE
.1.3.6.1.4.1.6486.801.1.2.1.14.1.0.1
alcatelIND1PolicyMIBObjectsBranch for policy manager application objects
OBJECT IDENTIFIER
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1
serverPolicyDecisionThis 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.rw
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.1
rsvpDefaultPolicyThis 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.deprecated
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.2
policyManagerEventTableSizeThis 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.rw
Integer32
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.3
directoryServerTableThis table contains information related to the LDAP-based directory server from the perspective of the policy manager.
SEQUENCE OF DirectoryServerEntry
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4
directoryServerEntryAn entry in the directory server table. Each entry represents a directory server instance to the policy manager.
DirectoryServerEntry
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1
directoryServerAddressThe 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.ro
IpAddress
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1.1
directoryServerPortThis object contains the TCP port number, which, along with the directory server IP address, identifies the LDAP server.ro
Integer32
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1.2
directoryServerPreferenceThis 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.rw
Integer32
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1.3
directoryServerAuthenticationTypeThe 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.rw
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1.4
directoryServerUserIdThis 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.rw
SnmpAdminString
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1.5
directoryServerPasswordThis 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.rw
SnmpAdminString
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1.6
directoryServerSearchbaseThis 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.rw
SnmpAdminString
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1.7
directoryServerCacheChangeThis 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'.rw
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1.8
directoryServerLastChangeThis object contains the value of sysUpTime at the time of the last creation, deletion or modification of an object in this table entry.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1.9
directoryServerAdminStatusThis 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.rw
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1.10
directoryServerOperStatusThis 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.ro
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1.11
directoryServerRowStatusThis object is used to create a new table entry or modify or delete an existing table entry in this table.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1.12
directoryServerEnableSSLThis object enables or disables SSL for the LDAP server.rw
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.4.1.13
policyEventTableThis table contains significant events related to the operation of the policy manager.
SEQUENCE OF PolicyEventEntry
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.5
policyEventEntryAn entry in the policy manager event table.
PolicyEventEntry
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.5.1
policyEventIndexThis object uniquely identifies the event record.ro
Integer32
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.5.1.1
policyEventCodeThis 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.ro
PolicyEventCodes
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.5.1.2
policyEventDetailStringThis 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.ro
SnmpAdminString
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.5.1.3
policyEventTimeThis object contains the value of sysUpTime at the time the event occurred.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.5.1.4
policyRuleNamesTableThis 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.
SEQUENCE OF PolicyRuleNamesEntry
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.6
policyRuleNamesEntryAn 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.
PolicyRuleNamesEntry
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.6.1
policyRuleNamesIndexThis object is a unique index identifying the policyRuleNames entry.ro
Integer32
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.6.1.1
policyRuleNamesNameThis 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.ro
SnmpAdminString
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.6.1.2
policyRuleNamesRowStatusDeprecated (to avoid proliferation of control planes) - rules to be changed should be updated in LDAP and flushed/pushed to switches accordingly.ro
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.6.1.3
policyRuleOperStatusThis 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).ro
INTEGER { -- mip_def_values.h : MIP_ROW_
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.6.1.4
policyStatsTableThis 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.
SEQUENCE OF PolicyStatsEntry
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.7
policyStatsEntryAn entry in the policy manager stats table.
PolicyStatsEntry
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.7.1
policyStatsAddressIP address of the policy server related to these statisticsro
IpAddress
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.7.1.1
policyStatsServerPortTCP port number of the policy server related to these statisticsro
Integer32
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.7.1.2
policyStatsQueryCountThe 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.ro
Counter32
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.7.1.3
policyStatsAccessCountTotal 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.ro
Counter32
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.7.1.4
policyStatsSuccessAccessCountTotal 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.ro
Counter32
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.7.1.5
policyStatsNotFoundCountTotal 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.ro
Counter32
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.7.1.6
policyNotificationTableThis 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.
SEQUENCE OF PolicyNotificationEntry
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.8
policyNotificationEntryAn entry in the policy manager notification table.
PolicyNotificationEntry
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.8.1
policyNotificationIndexThis object is a unique index identifying the policyNotification entry. This index corresponds to the same value as the policyEvent.ro
PolicyEventCodes
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.8.1.1
policyNotificationCodeThis 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.rw
Enumeration
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.8.1.2
policyEventCountTotal 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.ro
Counter32
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.8.1.3
policyManagerSwitchIdentifierThe 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:hhmmssrw
SnmpAdminString
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.9
policyManagerTrapObjs
OBJECT IDENTIFIER
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.10
policyTrapEventDetailStringDetails about the event that took placero
SnmpAdminString
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.10.1
policyTrapEventCodeThe code of the eventro
PolicyEventCodes
.1.3.6.1.4.1.6486.801.1.2.1.14.1.1.10.2
alcatelIND1PolicyMIBConformanceBranch for policy manager application conformance information
OBJECT IDENTIFIER
.1.3.6.1.4.1.6486.801.1.2.1.14.1.2
alcatelIND1PolicyMIBGroupsBranch for policy manager application units of conformance
OBJECT IDENTIFIER
.1.3.6.1.4.1.6486.801.1.2.1.14.1.2.1
alcatelIND1PolicyMIBCompliancesBranch for policy manager application compliance statements
OBJECT IDENTIFIER
.1.3.6.1.4.1.6486.801.1.2.1.14.1.2.2
ALCATEL-IND1-POLICY-MIB - SNMP MIB Reference | MIBs Explorer