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

📄 rfc3559.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 4 页
字号:
---- the Allocation Range Table--mallocAllocRangeTable OBJECT-TYPE    SYNTAX     SEQUENCE OF MallocAllocRangeEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION            "The (conceptual) table containing information on subranges            of addresses from which the device may allocate addresses,            if it is a MAAS.  If the device is a Prefix Coordinator, any            ranges which the device is advertising to MAAS's will be in            this table.  Note that the device may be both a MAAS and a            Prefix Coordinator.            Address ranges for different rows must be disjoint, and must            be contained with the address range of the corresponding row            of the mallocScopeTable.            Deleting an allocation range has the side effect of deleting            any entries within that range from the mallocAddressTable."    ::= { malloc 4 }mallocAllocRangeEntry OBJECT-TYPE    SYNTAX     MallocAllocRangeEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION            "An entry (conceptual row) containing the information on a            particular allocation range."    INDEX      { mallocScopeAddressType, mallocScopeFirstAddress,                 mallocAllocRangeFirstAddress }    ::= { mallocAllocRangeTable 1 }MallocAllocRangeEntry ::= SEQUENCE {    mallocAllocRangeFirstAddress        InetAddress,    mallocAllocRangeLastAddress         InetAddress,    mallocAllocRangeStatus              RowStatus,    mallocAllocRangeSource              IANAmallocRangeSource,    mallocAllocRangeLifetime            Unsigned32,    mallocAllocRangeMaxLeaseAddrs       Unsigned32,    mallocAllocRangeMaxLeaseTime        Unsigned32,    mallocAllocRangeNumAllocatedAddrs   Gauge32,    mallocAllocRangeNumOfferedAddrs     Gauge32,    mallocAllocRangeNumWaitingAddrs     Gauge32,    mallocAllocRangeNumTryingAddrs      Gauge32,    mallocAllocRangeAdvertisable        TruthValue,    mallocAllocRangeTotalAllocatedAddrs Gauge32,    mallocAllocRangeTotalRequestedAddrs Gauge32,    mallocAllocRangeStorage             StorageType}mallocAllocRangeFirstAddress OBJECT-TYPE    SYNTAX     InetAddress (SIZE(0..20))    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION            "The first address in the allocation range.  The type of            this address is determined by the value of the            mallocScopeAddressType object."    ::= { mallocAllocRangeEntry 1 }mallocAllocRangeLastAddress OBJECT-TYPE    SYNTAX     InetAddress (SIZE(0..20))    MAX-ACCESS read-create    STATUS     current    DESCRIPTION            "The last address in the allocation range.  The type of this            address is determined by the value of the            mallocScopeAddressType object."    ::= { mallocAllocRangeEntry 2 }mallocAllocRangeStatus OBJECT-TYPE    SYNTAX     RowStatus    MAX-ACCESS read-create    STATUS     current    DESCRIPTION            "The status of this row, by which new entries may be            created, or old entries deleted from this table.  If write            access is supported, the other writable objects in this            table may be modified even while the status is `active'."    ::= { mallocAllocRangeEntry 3 }mallocAllocRangeSource OBJECT-TYPE    SYNTAX     IANAmallocRangeSource    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The means by which this entry was learned."    ::= { mallocAllocRangeEntry 4 }mallocAllocRangeLifetime OBJECT-TYPE    SYNTAX     Unsigned32    UNITS      "seconds"    MAX-ACCESS read-create    STATUS     current    DESCRIPTION            "The number of seconds remaining in the lifetime of the            (sub)range out of which addresses are being allocated.  A            value of 0 indicates that the range is not subject to            aging."    DEFVAL     { 0 }    ::= { mallocAllocRangeEntry 5 }mallocAllocRangeMaxLeaseAddrs OBJECT-TYPE    SYNTAX     Unsigned32    MAX-ACCESS read-create    STATUS     current    DESCRIPTION            "The maximum number of addresses which the server is willing            to grant for each future request in this range.  A value of            0 means that no specific limit is enforced, as long as the            server has valid addresses to allocate."    DEFVAL { 0 }    ::= { mallocAllocRangeEntry 6 }mallocAllocRangeMaxLeaseTime OBJECT-TYPE    SYNTAX     Unsigned32    UNITS      "seconds"    MAX-ACCESS read-create    STATUS     current    DESCRIPTION            "The maximum lifetime which the server will grant for future            requests in this range.  A value of 0 means that no            additional limit is enforced beyond that of            mallocAllocRangeLifetime."    DEFVAL { 0 }    ::= { mallocAllocRangeEntry 7 }mallocAllocRangeNumAllocatedAddrs OBJECT-TYPE    SYNTAX     Gauge32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The number of addresses in the range which have been            allocated.  This value can be used to determine the current            address space utilization within the scoped range.  This            should match the total number of addresses for this scope            covered by entries in the mallocAddressTable."    ::= { mallocAllocRangeEntry 8 }mallocAllocRangeNumOfferedAddrs OBJECT-TYPE    SYNTAX     Gauge32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The number of addresses in the range which have been            offered.  This number should match the sum of            mallocRequestNumAddrs for all entries in the            mallocRequestTable in the offered state.  Together with            mallocAllocRangeNumAllocatedAddrs and            mallocAllocRangeNumTryingAddrs, this can be used to            determine the address space utilization within the scoped            range in the immediate future."    ::= { mallocAllocRangeEntry 9 }mallocAllocRangeNumWaitingAddrs OBJECT-TYPE    SYNTAX     Gauge32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The number of addresses in the range which have been            requested, but whose state is waiting, while the server            attempts to acquire more address space."    ::= { mallocAllocRangeEntry 10 }mallocAllocRangeNumTryingAddrs OBJECT-TYPE    SYNTAX     Gauge32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The number of addresses in the scope covered by entries in            the mallocRequestTable in the trying state."    ::= { mallocAllocRangeEntry 11 }mallocAllocRangeAdvertisable OBJECT-TYPE    SYNTAX     TruthValue    MAX-ACCESS read-create    STATUS     current    DESCRIPTION            "The value of this object is true if the range is eligible            to be advertised to other MAASs.  When the row is first            created, the default value of this object is true if the            scope is divisible, and is false otherwise."    ::= { mallocAllocRangeEntry 12 }mallocAllocRangeTotalAllocatedAddrs OBJECT-TYPE    SYNTAX     Gauge32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The approximate number of addresses in the range which have            been allocated by any MAAS, as determined by a Prefix            Coordinator.  This object need only be present if            mallocAllocRangeAdvertisable is true.  If the number is            unknown, a value of 0 may be reported."    ::= { mallocAllocRangeEntry 13 }mallocAllocRangeTotalRequestedAddrs OBJECT-TYPE    SYNTAX     Gauge32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The approximate number of addresses in the range for which            there is potential demand among MAASs, as determined by a            Prefix Coordinator.  This object need only be present if            mallocAllocRangeAdvertisable is true.  If the number is            unknown, a value of 0 may be reported."    ::= { mallocAllocRangeEntry 14 }mallocAllocRangeStorage OBJECT-TYPE    SYNTAX     StorageType    MAX-ACCESS read-create    STATUS     current    DESCRIPTION            "The storage type for this conceptual row.  Conceptual rows            having the value 'permanent' need not allow write-access to            any columnar objects in the row."    DEFVAL     { nonVolatile }    ::= { mallocAllocRangeEntry 15 }---- the Request Table--mallocRequestTable OBJECT-TYPE    SYNTAX     SEQUENCE OF MallocRequestEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION            "The (conceptual) table containing information on allocation            requests, whether allocated or in progress.  This table may            also be used to determine which clients are responsible for            high address space utilization within a given scope.            Entries in this table reflect requests dynamically received            by an address allocation protocol."    ::= { malloc 5 }mallocRequestEntry OBJECT-TYPE    SYNTAX     MallocRequestEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION            "An entry (conceptual row) containing the information on a            particular allocation request."    INDEX      { mallocRequestId }    ::= { mallocRequestTable 1 }MallocRequestEntry ::= SEQUENCE {    mallocRequestId                      Unsigned32,    mallocRequestScopeAddressType        InetAddressType,    mallocRequestScopeFirstAddress       InetAddress,    mallocRequestStartTime               Unsigned32,    mallocRequestEndTime                 Unsigned32,    mallocRequestNumAddrs                Unsigned32,    mallocRequestState                   INTEGER,    mallocRequestClientAddressType       InetAddressType,    mallocRequestClientAddress           InetAddress,    mallocRequestServerAddressType       InetAddressType,    mallocRequestServerAddress           InetAddress,    mallocRequestLeaseIdentifier         OCTET STRING}mallocRequestId OBJECT-TYPE    SYNTAX     Unsigned32 (1..4294967295)    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION            "An arbitrary value identifying this row."    ::= { mallocRequestEntry 1 }mallocRequestScopeAddressType OBJECT-TYPE    SYNTAX     InetAddressType    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The type of the first address of the scope to which the            request applies.  Legal values correspond to the subset of            address families for which multicast address allocation is            supported."    ::= { mallocRequestEntry 2 }mallocRequestScopeFirstAddress OBJECT-TYPE    SYNTAX     InetAddress    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The first address of the scope to which the request            applies.  This must match mallocScopeFirstAddress for some            row in the mallocScopeTable.  The type of this address is            determined by the value of the mallocRequestScopeAddressType            object."    ::= { mallocRequestEntry 3 }mallocRequestStartTime OBJECT-TYPE    SYNTAX     Unsigned32    UNITS      "seconds"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The number of seconds remaining before the start time of            the request.  A value of 0 means that the allocation is            currently in effect."    ::= { mallocRequestEntry 4 }mallocRequestEndTime OBJECT-TYPE    SYNTAX     Unsigned32    UNITS      "seconds"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The number of seconds remaining before the end time of the            request."    ::= { mallocRequestEntry 5 }mallocRequestNumAddrs OBJECT-TYPE    SYNTAX     Unsigned32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The number of addresses requested.  If the addresses have            been allocated, this number should match the total number of            addresses for this request covered by entries in the            mallocAddressTable."    ::= { mallocRequestEntry 6 }mallocRequestState OBJECT-TYPE    SYNTAX     INTEGER {                   allocated(1),                   offered(2),   -- tentatively allocated                   waiting(3),   -- waiting for more space                   trying(4)     -- working on allocating               }    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The state of the request.  A value of allocated(1)            indicates that one or more entries for this request are

⌨️ 快捷键说明

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