📄 rfc2758.mib
字号:
slapmPolicyStatsOperStatus OBJECT-TYPE SYNTAX INTEGER { inactive(1), active(2), deleteNeeded(3) } MAX-ACCESS read-only STATUS deprecated DESCRIPTION "The state of a policy entry: inactive(1) - An policy entry was either defined by local system definition or discovered via a directory search but has not been activated (not currently being used). active(2) - Policy entry is being used to affect traffic flows. deleteNeeded(3) - Either though local implementation dependent methods or by discovering that the directory entry corresponding to this table entry no longer exists and slapmPolicyPurgeTime needs to expire before attempting to remove the corresponding slapmPolicyStatsEntry and any dependent slapmPolicyMonitor table entries. Note: a policy traffic profile in a state other than active(1) is not being used to affect traffic flows." ::= { slapmPolicyStatsEntry 4 } slapmPolicyStatsActiveConns OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS deprecated DESCRIPTION "The number of active TCP connections that are affected by the corresponding policy entry." ::= { slapmPolicyStatsEntry 5 } slapmPolicyStatsTotalConns OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS deprecated DESCRIPTION "The number of total TCP connections that are affected by the corresponding policy entry." ::= { slapmPolicyStatsEntry 6 } slapmPolicyStatsFirstActivated OBJECT-TYPE SYNTAX DateAndTime MAX-ACCESS read-only STATUS deprecated DESCRIPTION "The timestamp for when the corresponding policy entry is activated. The value of this object serves as the discontinuity event indicator when polling entries in this table. The value of this object is updated on transition of slapmPolicyStatsOperStatus into the active(2) state." DEFVAL { '0000000000000000'H } ::= { slapmPolicyStatsEntry 7 } slapmPolicyStatsLastMapping OBJECT-TYPE SYNTAX DateAndTime MAX-ACCESS read-only STATUS deprecated DESCRIPTION "The timestamp for when the last time that the associated policy entry was used." DEFVAL { '0000000000000000'H } ::= { slapmPolicyStatsEntry 8 } slapmPolicyStatsInOctets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS deprecated DESCRIPTION "The number of octets that was received by IP for an entity that map to this entry." ::= { slapmPolicyStatsEntry 9 } slapmPolicyStatsOutOctets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS deprecated DESCRIPTION "The number of octets that was transmitted by IP for an entity that map to this entry." ::= { slapmPolicyStatsEntry 10 } slapmPolicyStatsConnectionLimit OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS deprecated DESCRIPTION "The limit for the number of active TCP connections that are allowed for this policy definition. A value of zero for this object implies that a connection limit has not been specified." ::= { slapmPolicyStatsEntry 11 } slapmPolicyStatsCountAccepts OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS deprecated DESCRIPTION "This counter is incremented when a policy action's Permission value is set to Accept and a session (TCP connection) is accepted." ::= { slapmPolicyStatsEntry 12 } slapmPolicyStatsCountDenies OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS deprecated DESCRIPTION "This counter is incremented when a policy action's Permission value is set to Deny and a session is denied, or when a session (TCP connection) is rejected due to a policy's connection limit (slapmPolicyStatsConnectLimit) being reached." ::= { slapmPolicyStatsEntry 13 } slapmPolicyStatsInDiscards OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS deprecated DESCRIPTION "This counter counts the number of in octets discarded. This occurs when an error is detected. Examples of this are buffer overflow, checksum error, or bad packet format." ::= { slapmPolicyStatsEntry 14 } slapmPolicyStatsOutDiscards OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS deprecated DESCRIPTION "This counter counts the number of out octets discarded. Examples of this are buffer overflow, checksum error, or bad packet format." ::= { slapmPolicyStatsEntry 15 } slapmPolicyStatsInPackets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS deprecated DESCRIPTION "This counter counts the number of in packets received that relate to this policy entry from IP." ::= { slapmPolicyStatsEntry 16 } slapmPolicyStatsOutPackets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS deprecated DESCRIPTION "This counter counts the number of out packets sent by IP that relate to this policy entry." ::= { slapmPolicyStatsEntry 17 } slapmPolicyStatsInProfileOctets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS deprecated DESCRIPTION "This counter counts the number of in octets that are determined to be within profile." ::= { slapmPolicyStatsEntry 18 } slapmPolicyStatsOutProfileOctets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS deprecated DESCRIPTION "This counter counts the number of out octets that are determined to be within profile." ::= { slapmPolicyStatsEntry 19 } slapmPolicyStatsMinRate OBJECT-TYPE SYNTAX Integer32 UNITS "Kilobits per second" MAX-ACCESS read-only STATUS deprecated DESCRIPTION "The minimum transfer rate defined for this entry." ::= { slapmPolicyStatsEntry 20 } slapmPolicyStatsMaxRate OBJECT-TYPE SYNTAX Integer32 UNITS "Kilobits per second" MAX-ACCESS read-only STATUS deprecated DESCRIPTION "The maximum transfer rate defined for this entry." ::= { slapmPolicyStatsEntry 21 } slapmPolicyStatsMaxDelay OBJECT-TYPE SYNTAX Integer32 UNITS "milliseconds" MAX-ACCESS read-only STATUS deprecated DESCRIPTION "The maximum delay defined for this entry." ::= { slapmPolicyStatsEntry 22 } -- SLA Performance Monitoring Policy Monitor Table slapmPolicyMonitorTable OBJECT-TYPE SYNTAX SEQUENCE OF SlapmPolicyMonitorEntry MAX-ACCESS not-accessible STATUS deprecated DESCRIPTION "Provides a method of monitoring policies and their effect at a system. This table has been deprecated and replaced with the slapmPRMonTable. Older implementations of this MIB are expected to continue their support of this table." ::= { slapmTableObjects 2 } slapmPolicyMonitorEntry OBJECT-TYPE SYNTAX SlapmPolicyMonitorEntry MAX-ACCESS not-accessible STATUS deprecated DESCRIPTION "Defines an entry in the slapmPolicyMonitorTable. This table defines which policies should be monitored on a per policy traffic profile basis." INDEX { slapmPolicyMonitorOwnerIndex, slapmPolicyMonitorSystemAddress, slapmPolicyMonitorPolicyName, slapmPolicyMonitorTrafficProfileName } ::= { slapmPolicyMonitorTable 1 } SlapmPolicyMonitorEntry ::= SEQUENCE { slapmPolicyMonitorOwnerIndex SnmpAdminString, slapmPolicyMonitorSystemAddress OCTET STRING, slapmPolicyMonitorPolicyName SlapmNameType, slapmPolicyMonitorTrafficProfileName SlapmNameType, slapmPolicyMonitorControl BITS, slapmPolicyMonitorStatus SlapmStatus, slapmPolicyMonitorInterval Integer32, slapmPolicyMonitorIntTime DateAndTime, slapmPolicyMonitorCurrentInRate Gauge32, slapmPolicyMonitorCurrentOutRate Gauge32, slapmPolicyMonitorMinRateLow Integer32, slapmPolicyMonitorMinRateHigh Integer32, slapmPolicyMonitorMaxRateHigh Integer32, slapmPolicyMonitorMaxRateLow Integer32, slapmPolicyMonitorMaxDelayHigh Integer32, slapmPolicyMonitorMaxDelayLow Integer32, slapmPolicyMonitorMinInRateNotAchieves Counter32, slapmPolicyMonitorMaxInRateExceeds Counter32, slapmPolicyMonitorMaxDelayExceeds Counter32, slapmPolicyMonitorMinOutRateNotAchieves Counter32, slapmPolicyMonitorMaxOutRateExceeds Counter32, slapmPolicyMonitorCurrentDelayRate Gauge32, slapmPolicyMonitorRowStatus RowStatus } slapmPolicyMonitorOwnerIndex OBJECT-TYPE SYNTAX SnmpAdminString (SIZE(0..16)) MAX-ACCESS not-accessible STATUS deprecated DESCRIPTION "To facilitate the provisioning of access control by a security administrator using the View-Based Access Control Model (RFC 2575, VACM) for tables in which multiple users may need to independently create or modify entries, the initial index is used as an 'owner index'. Such an initial index has a syntax of SnmpAdminString, and can thus be trivially mapped to a securityName or groupName as defined in VACM, in accordance with a security policy. All entries in that table belonging to a particular user will have the same value for this initial index. For a given user's entries in a particular table, the object identifiers for the information in these entries will have the same subidentifiers (except for the 'column' subidentifier) up to the end of the encoded owner index. To configure VACM to permit access to this portion of the table, one would create vacmViewTreeFamilyTable entries with the value of vacmViewTreeFamilySubtree including the owner index portion, and vacmViewTreeFamilyMask 'wildcarding' the column subidentifier. More elaborate configurations are possible." ::= { slapmPolicyMonitorEntry 1 } slapmPolicyMonitorSystemAddress OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0 | 4 | 16)) MAX-ACCESS not-accessible STATUS deprecated DESCRIPTION "Address of a system that an Policy definition relates to. A zero length octet string can be used to indicate that only a single system is being represented. Otherwise, the length of the octet string should be 4 for an ipv4 address and 16 for an ipv6 address." ::= { slapmPolicyMonitorEntry 2 } slapmPolicyMonitorPolicyName OBJECT-TYPE SYNTAX SlapmNameType MAX-ACCESS not-accessible STATUS deprecated DESCRIPTION "Policy name that this entry relates to." ::= { slapmPolicyMonitorEntry 3 } slapmPolicyMonitorTrafficProfileName OBJECT-TYPE SYNTAX SlapmNameType MAX-ACCESS not-accessible STATUS deprecated DESCRIPTION "The corresponding Traffic Profile name." ::= { slapmPolicyMonitorEntry 4 } slapmPolicyMonitorControl OBJECT-TYPE SYNTAX BITS { monitorMinRate(0), monitorMaxRate(1), monitorMaxDelay(2), enableAggregateTraps(3), enableSubcomponentTraps(4), monitorSubcomponents(5)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -