📄 rfc2758.mib
字号:
SYNTAX Gauge32 UNITS "milliseconds" MAX-ACCESS read-only STATUS deprecated DESCRIPTION "The current delay rate for this entry. This is calculated by taking the average of the TCP round trip times for all associating slapmSubcomponentTable entries within a interval." ::= { slapmPolicyMonitorEntry 22 } slapmPolicyMonitorRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS deprecated DESCRIPTION "This object allows entries to be created and deleted in the slapmPolicyMonitorTable. An entry in this table is deleted by setting this object to destroy(6). Removal of a corresponding (same policy and traffic profile names) slapmPolicyStatsEntry has the side effect of the automatic deletion an entry in this table." ::= { slapmPolicyMonitorEntry 23 } -- Subcomponent Table slapmSubcomponentTable OBJECT-TYPE SYNTAX SEQUENCE OF SlapmSubcomponentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Defines a table to provide information on the individually components that are mapped to a policy rule (or old traffic profile). The indexing for this table is designed to support the use of an SNMP GET-NEXT operation using only the remote address and remote port as a way for a management station to retrieve the table entries relating to a particular client." ::= { slapmTableObjects 3 } slapmSubcomponentEntry OBJECT-TYPE SYNTAX SlapmSubcomponentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Describes a particular subcomponent entry. This table does not have an OwnerIndex as part of its indexing since this table's contents is intended to span multiple users." INDEX { slapmSubcomponentRemAddress, slapmSubcomponentRemPort, slapmSubcomponentLocalAddress, slapmSubcomponentLocalPort } ::= { slapmSubcomponentTable 1 } SlapmSubcomponentEntry ::= SEQUENCE { slapmSubcomponentRemAddress OCTET STRING, slapmSubcomponentRemPort Integer32, slapmSubcomponentLocalAddress OCTET STRING, slapmSubcomponentLocalPort Integer32, slapmSubcomponentProtocol INTEGER, slapmSubcomponentSystemAddress OCTET STRING, slapmSubcomponentPolicyName SlapmNameType, slapmSubcomponentTrafficProfileName SlapmNameType, slapmSubcomponentLastActivity DateAndTime, slapmSubcomponentInOctets Counter32, slapmSubcomponentOutOctets Counter32, slapmSubcomponentTcpOutBufferedOctets Counter32, slapmSubcomponentTcpInBufferedOctets Counter32, slapmSubcomponentTcpReXmts Counter32, slapmSubcomponentTcpRoundTripTime Integer32, slapmSubcomponentTcpRoundTripVariance Integer32, slapmSubcomponentInPdus Counter32, slapmSubcomponentOutPdus Counter32, slapmSubcomponentApplName SnmpAdminString, slapmSubcomponentMonitorStatus SlapmStatus, slapmSubcomponentMonitorIntTime DateAndTime, slapmSubcomponentMonitorCurrentInRate Gauge32, slapmSubcomponentMonitorCurrentOutRate Gauge32, slapmSubcomponentPolicyRuleIndex Unsigned32 } slapmSubcomponentRemAddress OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0 | 4 | 16)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Indicate the remote address of a subcomponent. A remote address can be either an ipv4 address in which case 4 octets are required or as an ipv6 address that requires 16 octets. The value of this subidentifier is a zero length octet string when this entry relates to a UDP listener." ::= { slapmSubcomponentEntry 1 } slapmSubcomponentRemPort OBJECT-TYPE SYNTAX Integer32(0..65535) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Indicate the remote port of a subcomponent. The value of this subidentifier is 0 when this entry relates to a UDP listener." ::= { slapmSubcomponentEntry 2 } slapmSubcomponentLocalAddress OBJECT-TYPE SYNTAX OCTET STRING (SIZE(4 | 16)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Indicate the local address of a subcomponent. A local address can be either an ipv4 address in which case 4 octets are required or as an ipv6 address that requires 16 octets." ::= { slapmSubcomponentEntry 3 } slapmSubcomponentLocalPort OBJECT-TYPE SYNTAX Integer32(0..65535) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Indicate the local port of a subcomponent." ::= { slapmSubcomponentEntry 4 } slapmSubcomponentProtocol OBJECT-TYPE SYNTAX INTEGER { udpListener(1), tcpConnection(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicate the protocol in use that identifies the type of subcomponent." ::= { slapmSubcomponentEntry 5 } slapmSubcomponentSystemAddress OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0 | 4 | 16)) MAX-ACCESS read-only STATUS current 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." ::= { slapmSubcomponentEntry 6 } slapmSubcomponentPolicyName OBJECT-TYPE SYNTAX SlapmNameType MAX-ACCESS read-only STATUS deprecated DESCRIPTION "Policy name that this entry relates to. This object, along with slapmSubcomponentTrafficProfileName, have been replaced with the use of an unsigned integer index that is mapped to an slapmPolicyNameEntry to actually identify policy naming." ::= { slapmSubcomponentEntry 7 } slapmSubcomponentTrafficProfileName OBJECT-TYPE SYNTAX SlapmNameType MAX-ACCESS read-only STATUS deprecated DESCRIPTION "The corresponding traffic profile name. This object, along with slapmSubcomponentProfileName, have been replaced with the use of an unsigned integer index that is mapped to an slapmPolicyNameEntry to actually identify policy naming." ::= { slapmSubcomponentEntry 8 } slapmSubcomponentLastActivity OBJECT-TYPE SYNTAX DateAndTime MAX-ACCESS read-only STATUS current DESCRIPTION "The date and timestamp of when this entry was last used." DEFVAL { '0000000000000000'H } ::= { slapmSubcomponentEntry 9 } slapmSubcomponentInOctets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of octets received from IP for this connection." ::= { slapmSubcomponentEntry 10 } slapmSubcomponentOutOctets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of octets sent to IP for this connection." ::= { slapmSubcomponentEntry 11 } slapmSubcomponentTcpOutBufferedOctets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of outgoing octets buffered. The value of this object is zero when the entry is not for a TCP connection." ::= { slapmSubcomponentEntry 12 } slapmSubcomponentTcpInBufferedOctets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of incoming octets buffered. The value of this object is zero when the entry is not for a TCP connection." ::= { slapmSubcomponentEntry 13 } slapmSubcomponentTcpReXmts OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of retransmissions. The value of this object is zero when the entry is not for a TCP connection." ::= { slapmSubcomponentEntry 14 } slapmSubcomponentTcpRoundTripTime OBJECT-TYPE SYNTAX Integer32 UNITS "milliseconds" MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of time that has elapsed, measured in milliseconds, from when the last TCP segment was transmitted by the TCP Stack until the ACK was received. The value of this object is zero when the entry is not for a TCP connection." ::= { slapmSubcomponentEntry 15 } slapmSubcomponentTcpRoundTripVariance OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Round trip time variance. The value of this object is zero when the entry is not for a TCP connection." ::= { slapmSubcomponentEntry 16 } slapmSubcomponentInPdus OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of protocol related data units transferred inbound: slapmSubcomponentProtocol PDU Type udpListener(1) UDP datagrams tcpConnection(2) TCP segments" ::= { slapmSubcomponentEntry 17 } slapmSubcomponentOutPdus OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of protocol related data units transferred outbound: slapmSubcomponentProtocol PDU Type udpListener(1) UDP datagrams tcpConnection(2) TCP segments" ::= { slapmSubcomponentEntry 18 } slapmSubcomponentApplName OBJECT-TYPE SYNTAX SnmpAdminString (SIZE(0..32)) MAX-ACCESS read-only STATUS current DESCRIPTION "The application name associated with this entry if known, otherwise a zero-length octet string is returned as the value of this object." ::= { slapmSubcomponentEntry 19 } slapmSubcomponentMonitorStatus OBJECT-TYPE SYNTAX SlapmStatus MAX-ACCESS read-only STATUS current DESCRIPTION "The value of this object indicates when a monitored value has exceeded a threshold or isn't meeting the defined service level. Only the following SlapmStatus BITS setting can be reported here: monitorMinInRateNotAchieved(5), monitorMaxInRateExceeded(6), monitorMaxDelayExceeded(7), monitorMinOutRateNotAchieved(8), monitorMaxOutRateExceeded(9) This object only has meaning when an corresponding slapmPolicyMonitorEntry exists with the slapmPolicyMonitorControl BITS setting monitorSubcomponents(5) enabled." ::= { slapmSubcomponentEntry 20 } slapmSubcomponentMonitorIntTime OBJECT-TYPE SYNTAX DateAndTime MAX-ACCESS read-only STATUS current DESCRIPTION "The timestamp for when the last interval ended. This object only has meaning when an corresponding slapmPRMonEntry (or old slapmPolicyMonitorEntry)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -