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

📄 rfc3559.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 4 页
字号:
            present in the mallocAddressTable.  A value of offered(2)            indicates that addresses have been offered to the client            (e.g. via a MADCAP OFFER message), but the allocation has            not been committed.  A value of waiting(3) indicates that            the allocation is blocked while the server attempts to            acquire more space from which it can allocate addresses.  A            value of trying(4) means that no addresses have been offered            to the client, but that an attempt to allocate is in            progress."    ::= { mallocRequestEntry 7 }mallocRequestClientAddressType OBJECT-TYPE    SYNTAX     InetAddressType    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The type of the address of the client that (last) requested            this allocation."    ::= { mallocRequestEntry 8 }mallocRequestClientAddress OBJECT-TYPE    SYNTAX     InetAddress    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The address of the client that (last) requested this            allocation.  The type of this address is determined by the            value of the mallocRequestClientAddressType object."    ::= { mallocRequestEntry 9 }mallocRequestServerAddressType OBJECT-TYPE    SYNTAX     InetAddressType    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The type of the address of the server to which the request            was (last) sent."    ::= { mallocRequestEntry 10 }mallocRequestServerAddress OBJECT-TYPE    SYNTAX     InetAddress    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The address of the server to which the request was (last)            sent.  The type of this address is determined by the value            of the mallocRequestServerAddressType object."    ::= { mallocRequestEntry 11 }mallocRequestLeaseIdentifier OBJECT-TYPE    SYNTAX     OCTET STRING (SIZE (0..255))    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The Lease Identifier of this request.  If the allocation            mechanism in use does not use Lease Identifiers, then the            value is a 0-length string."    ::= { mallocRequestEntry 12 }---- the Address Table--mallocAddressTable OBJECT-TYPE    SYNTAX     SEQUENCE OF MallocAddressEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION            "The (conceptual) table containing information on blocks of            allocated addresses.  This table may be used to map a given            multicast group address to the associated request."    ::= { malloc 6 }mallocAddressEntry OBJECT-TYPE    SYNTAX     MallocAddressEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION            "An entry (conceptual row) containing the information on a            particular block of allocated addresses.  The block of            addresses covered by each entry in this table must fall            within a range corresponding to an entry in the            mallocAllocRangeTable."    INDEX      { mallocAddressAddressType, mallocAddressFirstAddress }    ::= { mallocAddressTable 1 }MallocAddressEntry ::= SEQUENCE {    mallocAddressAddressType             InetAddressType,    mallocAddressFirstAddress            InetAddress,    mallocAddressNumAddrs                Unsigned32,    mallocAddressRequestId               Unsigned32}mallocAddressAddressType OBJECT-TYPE    SYNTAX     InetAddressType    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION            "The type of the first address in the allocated block.            Legal values correspond to the subset of address families            for which multicast address allocation is supported."    ::= { mallocAddressEntry 1 }mallocAddressFirstAddress OBJECT-TYPE    SYNTAX     InetAddress (SIZE(0..20))    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION            "The first address in the allocated block.  The type of this            address is determined by the value of the            mallocAddressAddressType object."    ::= { mallocAddressEntry 2 }mallocAddressNumAddrs OBJECT-TYPE    SYNTAX     Unsigned32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The number of addresses in the allocated block."    ::= { mallocAddressEntry 3 }mallocAddressRequestId OBJECT-TYPE    SYNTAX     Unsigned32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The index of the request which caused this block of            addresses to be allocated.  This value must match the value            of mallocRequestId for some entry in the            mallocRequestTable."    ::= { mallocAddressEntry 4 }---- MADCAP-specific objects--madcapConfig OBJECT-IDENTITY    STATUS     current    DESCRIPTION            "Group of objects that count various MADCAP events."    ::= { madcap 1 }madcapConfigExtraAllocationTime OBJECT-TYPE    SYNTAX     Unsigned32    UNITS      "seconds"    MAX-ACCESS read-write    STATUS     current    DESCRIPTION            "The amount of extra time on either side of a lease which            the MADCAP server allocates to allow for clock skew among            clients."    ::= { madcapConfig 1 }madcapConfigNoResponseDelay OBJECT-TYPE    SYNTAX     Unsigned32    UNITS      "seconds"    MAX-ACCESS read-write    STATUS     current    DESCRIPTION            "The amount of time the MADCAP client allows for receiving a            response from a MADCAP server."    ::= { madcapConfig 2 }madcapConfigOfferHold OBJECT-TYPE    SYNTAX     Unsigned32    UNITS      "seconds"    MAX-ACCESS read-write    STATUS     current    DESCRIPTION            "The amount of time the MADCAP server will reserve an            address for after sending an OFFER message in anticipation            of receiving a REQUEST message."    ::= { madcapConfig 3 }madcapConfigResponseCacheInterval OBJECT-TYPE    SYNTAX     Unsigned32 (0..300)    UNITS      "seconds"    MAX-ACCESS read-write    STATUS     current    DESCRIPTION            "The amount of time the MADCAP server uses to detect            duplicate messages."    ::= { madcapConfig 4 }madcapConfigClockSkewAllowance OBJECT-TYPE    SYNTAX     Unsigned32    UNITS      "seconds"    MAX-ACCESS read-write    STATUS     current    DESCRIPTION            "The clock skew threshold used by the MADCAP server to            generate Excessive Clock Skew errors."    ::= { madcapConfig 5 }madcapCounters OBJECT-IDENTITY    STATUS     current    DESCRIPTION            "A group of objects that count various MADCAP events."    ::= { madcap 2 }madcapTotalErrors OBJECT-TYPE    SYNTAX     Counter32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The total number of transactions for which the MADCAP            server has detected an error of any type, regardless of            whether the server ignored the request or generated a NAK."    ::= { madcapCounters 1 }madcapRequestsDenied OBJECT-TYPE    SYNTAX     Counter32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The number of valid requests for which the MADCAP server            could not complete an allocation, regardless of whether NAKs            were sent.  This corresponds to the Valid Request Could Not            Be Completed error code in MADCAP."    ::= { madcapCounters 2 }madcapInvalidRequests OBJECT-TYPE    SYNTAX     Counter32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The number of invalid requests received by the MADCAP            server, regardless of whether NAKs were sent.  This            corresponds to the Invalid Request error code in MADCAP."    ::= { madcapCounters 3 }madcapExcessiveClockSkews OBJECT-TYPE    SYNTAX     Counter32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The number of requests received by the MADCAP server with            an excessive clock skew, regardless of whether NAKs were            sent.  This corresponds to the Excessive Clock Skew error            code in MADCAP."    ::= { madcapCounters 4 }madcapBadLeaseIds OBJECT-TYPE    SYNTAX     Counter32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The number of requests received by the MADCAP server with            an unrecognized Lease Identifier, regardless of whether NAKs            were sent.  This corresponds to the Lease Identifier Not            Recognized error code in MADCAP."    ::= { madcapCounters 5 }madcapDiscovers OBJECT-TYPE    SYNTAX     Counter32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The number of DISCOVER messages received by the MADCAP            server."    ::= { madcapCounters 6 }madcapInforms OBJECT-TYPE    SYNTAX     Counter32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The number of INFORM messages received by the MADCAP            server."    ::= { madcapCounters 7 }madcapRequests OBJECT-TYPE    SYNTAX     Counter32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The number of REQUEST messages received by the MADCAP            server."    ::= { madcapCounters 8 }madcapRenews OBJECT-TYPE    SYNTAX     Counter32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The number of RENEW messages received by the MADCAP            server."    ::= { madcapCounters 9 }madcapReleases OBJECT-TYPE    SYNTAX     Counter32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The number of RELEASE messages received by the MADCAP            server."    ::= { madcapCounters 10 }-- conformance informationmallocConformance  OBJECT IDENTIFIER ::= { mallocMIB 2 }mallocCompliances  OBJECT IDENTIFIER ::= { mallocConformance 1 }mallocGroups       OBJECT IDENTIFIER ::= { mallocConformance 2 }-- compliance statementsmallocServerReadOnlyCompliance MODULE-COMPLIANCE    STATUS  current    DESCRIPTION            "The compliance statement for multicast address allocation            servers implementing the MALLOC MIB without support for            read-create (i.e., in read-only mode).  Such a server can            then be monitored but can not be configured with this MIB."    MODULE  -- this module    MANDATORY-GROUPS { mallocBasicGroup,                       mallocServerGroup }        OBJECT      mallocScopeLastAddress        MIN-ACCESS  read-only        DESCRIPTION            "Write access is not required."        OBJECT      mallocScopeHopLimit        MIN-ACCESS  read-only        DESCRIPTION            "Write access is not required."        OBJECT      mallocScopeStatus        MIN-ACCESS  read-only        DESCRIPTION            "Write access is not required."        OBJECT      mallocScopeDivisible        MIN-ACCESS  read-only        DESCRIPTION            "Write access is not required."        OBJECT      mallocScopeSSM        MIN-ACCESS  read-only

⌨️ 快捷键说明

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