⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rfc2758.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
         exists with the slapmPRMonControl (or         slapmPolicyMonitorControl) BITS setting         monitorSubcomponents(5) enabled.  All of the         octets returned when monitoring is not in effect         must be zero."      DEFVAL { '0000000000000000'H }      ::= { slapmSubcomponentEntry 21 }   slapmSubcomponentMonitorCurrentInRate OBJECT-TYPE      SYNTAX      Gauge32      UNITS       "kilobits per second"      MAX-ACCESS  read-only      STATUS      current      DESCRIPTION         "Using the value of the corresponding         slapmPRMonInterval (or slapmPolicyMonitorInterval),         slapmSubcomponentStatsInOctets         is divided by slapmSubcomponentMonitorInterval to determine         the current in transfer rate.         This object only has meaning when an corresponding         slapmPRMonEntry (or slapmPolicyMonitorEntry)         exists with the slapmPRMonControl (or         slapmPolicyMonitorControl) BITS setting         monitorSubcomponents(5) enabled.  The value of this         object is zero when monitoring is not in effect."      ::= { slapmSubcomponentEntry 22 }   slapmSubcomponentMonitorCurrentOutRate OBJECT-TYPE      SYNTAX      Gauge32      UNITS       "kilobits per second"      MAX-ACCESS  read-only      STATUS      current      DESCRIPTION         "Using the value of the corresponding slapmPRMonInterval (or         slapmPolicyMonitorInterva)l, slapmSubcomponentStatsOutOctets         is divided by slapmPRMonInterval (or         slapmPolicyMonitorInterval) to determine the         current out transfer rate.         This object only has meaning when an corresponding         slapmPRMonEntry (or slapmPolicyMonitorEntry) exists with         the slapmPRMonControl (or slapmPolicyMonitorControl)         BITS setting monitorSubcomponents(5) enabled.  The value         of this object is zero when monitoring is not in effect."      ::= { slapmSubcomponentEntry 23 }  slapmSubcomponentPolicyRuleIndex OBJECT-TYPE     SYNTAX      Unsigned32 (0..4294967295)     MAX-ACCESS  read-only     STATUS      current     DESCRIPTION        "Points to an slapmPolicyNameEntry when combined with        slapmSubcomponentSystemAddress to indicate the        policy naming that relates to this entry.        A value of 0 for this object MUST be returned when        the corresponding slapmSubcomponentEntry has no        policy rule associated with it."     ::= { slapmSubcomponentEntry 24 }   -- Table that maps an unsigned integer index to whatever   -- names a policy rule.   slapmPolicyNameTable OBJECT-TYPE      SYNTAX SEQUENCE OF SlapmPolicyNameEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "Provides the mapping between a policy index as a          unsigned 32 bit integer and the unique name associated          with a policy rule."     ::= { slapmTableObjects 4 }   slapmPolicyNameEntry OBJECT-TYPE      SYNTAX SlapmPolicyNameEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "Defines an entry in the slapmPolicyNameTable."      INDEX {             slapmPolicyNameSystemAddress,             slapmPolicyNameIndex            }      ::= { slapmPolicyNameTable 1 }   SlapmPolicyNameEntry ::=      SEQUENCE {          slapmPolicyNameSystemAddress   OCTET STRING,          slapmPolicyNameIndex           Unsigned32,          slapmPolicyNameOfRule          SlapmPolicyRuleName      }   slapmPolicyNameSystemAddress OBJECT-TYPE      SYNTAX      OCTET STRING (SIZE(0 | 4 | 16))      MAX-ACCESS  not-accessible      STATUS      current      DESCRIPTION         "Address of a system that an Policy rule definition relates         to.  A zero length octet string must be used to indicate         that only a single system is being represented.         Otherwise, the length of the octet string must be         4 for an ipv4 address or 16 for an ipv6 address."      ::= { slapmPolicyNameEntry 1 }   slapmPolicyNameIndex OBJECT-TYPE      SYNTAX      Unsigned32 (1..4294967295)      MAX-ACCESS  not-accessible      STATUS      current      DESCRIPTION          "A locally arbitrary, but unique identifier associated          with this table entry.  This value is not expected to          remain constant across reIPLs."      ::= { slapmPolicyNameEntry 2 }   slapmPolicyNameOfRule OBJECT-TYPE      SYNTAX      SlapmPolicyRuleName      MAX-ACCESS  read-only      STATUS      current      DESCRIPTION         "The unique name that identifies a policy rule definition."      ::= { slapmPolicyNameEntry 3 }   -- Sla Performance Monitoring Policy Rule Statistics Table   slapmPolicyRuleStatsTable OBJECT-TYPE      SYNTAX SEQUENCE OF SlapmPolicyRuleStatsEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "Provides statistics on a per system and a per policy          rule basis."     ::= { slapmTableObjects 5 }   slapmPolicyRuleStatsEntry OBJECT-TYPE      SYNTAX SlapmPolicyRuleStatsEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "Defines an entry in the slapmPolicyRuleStatsTable.          This table defines a set of statistics that is kept          on a per system and per policy rule basis.          Entries in this table are not created or deleted via SNMP          but reflect the set of policy rule definitions known          at a system."      INDEX {             slapmPolicyNameSystemAddress,             slapmPolicyNameIndex            }      ::= { slapmPolicyRuleStatsTable 1 }   SlapmPolicyRuleStatsEntry ::=      SEQUENCE {          slapmPolicyRuleStatsOperStatus     INTEGER,          slapmPolicyRuleStatsActiveConns    Gauge32,          slapmPolicyRuleStatsTotalConns     Counter32,          slapmPolicyRuleStatsLActivated     DateAndTime,          slapmPolicyRuleStatsLastMapping    DateAndTime,          slapmPolicyRuleStatsInOctets       Counter32,          slapmPolicyRuleStatsOutOctets      Counter32,          slapmPolicyRuleStatsConnLimit      Unsigned32,          slapmPolicyRuleStatsCountAccepts   Counter32,          slapmPolicyRuleStatsCountDenies    Counter32,          slapmPolicyRuleStatsInDiscards     Counter32,          slapmPolicyRuleStatsOutDiscards    Counter32,          slapmPolicyRuleStatsInPackets      Counter32,          slapmPolicyRuleStatsOutPackets     Counter32,          slapmPolicyRuleStatsInProOctets    Counter32,          slapmPolicyRuleStatsOutProOctets   Counter32,          slapmPolicyRuleStatsMinRate        Unsigned32,          slapmPolicyRuleStatsMaxRate        Unsigned32,          slapmPolicyRuleStatsMaxDelay       Unsigned32,          slapmPolicyRuleStatsTotalRsvpFlows Counter32,          slapmPolicyRuleStatsActRsvpFlows   Gauge32      }   slapmPolicyRuleStatsOperStatus OBJECT-TYPE      SYNTAX      INTEGER {                             inactive(1),                             active(2),                             deleteNeeded(3)                          }      MAX-ACCESS  read-only      STATUS      current      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 rule in a state other than         active(2) is not being used to affect traffic flows."      ::= { slapmPolicyRuleStatsEntry 1 }   slapmPolicyRuleStatsActiveConns OBJECT-TYPE      SYNTAX      Gauge32      MAX-ACCESS  read-only      STATUS      current      DESCRIPTION         "The number of active TCP connections that are         affected by the corresponding policy entry."      ::= { slapmPolicyRuleStatsEntry 2 }   slapmPolicyRuleStatsTotalConns OBJECT-TYPE      SYNTAX      Counter32      MAX-ACCESS  read-only      STATUS      current      DESCRIPTION         "The number of total TCP connections that are         affected by the corresponding policy entry."      ::= { slapmPolicyRuleStatsEntry 3 }   slapmPolicyRuleStatsLActivated OBJECT-TYPE      SYNTAX      DateAndTime      MAX-ACCESS  read-only      STATUS      current      DESCRIPTION         "The timestamp for when the corresponding policy entry         was last 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 slapmPolicyRuleStatsOperStatus into the         active(2) state."      DEFVAL { '0000000000000000'H }      ::= { slapmPolicyRuleStatsEntry 4 }   slapmPolicyRuleStatsLastMapping OBJECT-TYPE      SYNTAX      DateAndTime      MAX-ACCESS  read-only      STATUS      current      DESCRIPTION         "The timestamp for when the last time         that the associated policy entry was used."      DEFVAL { '0000000000000000'H }      ::= { slapmPolicyRuleStatsEntry 5 }   slapmPolicyRuleStatsInOctets OBJECT-TYPE      SYNTAX      Counter32      MAX-ACCESS  read-only      STATUS      current      DESCRIPTION         "The number of octets that was received by IP for an         entity that map to this entry."      ::= { slapmPolicyRuleStatsEntry 6 }   slapmPolicyRuleStatsOutOctets OBJECT-TYPE      SYNTAX      Counter32      MAX-ACCESS  read-only      STATUS      current      DESCRIPTION         "The number of octets that was transmitted by IP for an         entity that map to this entry."      ::= { slapmPolicyRuleStatsEntry 7 }   slapmPolicyRuleStatsConnLimit OBJECT-TYPE      SYNTAX      Unsigned32      MAX-ACCESS  read-only      STATUS      current      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."      ::= { slapmPolicyRuleStatsEntry 8 }   slapmPolicyRuleStatsCountAccepts OBJECT-TYPE      SYNTAX      Counter32      MAX-ACCESS  read-only      STATUS      current      DESCRIPTION          "This counter is incremented when a policy action's          Permission value is set to Accept and a session          (TCP connection) is accepted."      ::= { slapmPolicyRuleStatsEntry 9 }   slapmPolicyRuleStatsCountDenies OBJECT-TYPE      SYNTAX      Counter32      MAX-ACCESS  read-only      STATUS      current      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 (slapmPolicyRuleStatsConnectLimit)          being reached."      ::= { slapmPolicyRuleStatsEntry 10 }   slapmPolicyRuleStatsInDiscards OBJECT-TYPE      SYNTAX      Counter32      MAX-ACCESS  read-only      STATUS      current      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."      ::= { slapmPolicyRuleStatsEntry 11 }   slapmPolicyRuleStatsOutDiscards OBJECT-TYPE      SYNTAX      Counter32      MAX-ACCESS  read-only      STATUS      current      DESCRIPTION          "This counter counts the number of out octets discarded.          Examples of this are buffer overflow, checksum error, or          bad packet format."      ::= { slapmPolicyRuleStatsEntry 12 }   slapmPolicyRuleStatsInPackets OBJECT-TYPE      SYNTAX      Counter32      MAX-ACCESS  read-only      STATUS      current      DESCRIPTION          "This counter counts the number of in packets received          that relate to this policy entry from IP."      ::= { slapmPolicyRule

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -