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

📄 rfc3559.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 4 页
字号:
MALLOC-MIB DEFINITIONS ::= BEGINIMPORTS    MODULE-IDENTITY, OBJECT-TYPE, OBJECT-IDENTITY, mib-2,    Unsigned32, Gauge32, Counter32         FROM SNMPv2-SMI    RowStatus, TruthValue, StorageType     FROM SNMPv2-TC    MODULE-COMPLIANCE, OBJECT-GROUP        FROM SNMPv2-CONF    InetAddress, InetAddressType           FROM INET-ADDRESS-MIB    LanguageTag                            FROM IPMROUTE-STD-MIB    SnmpAdminString                        FROM SNMP-FRAMEWORK-MIB    IANAscopeSource, IANAmallocRangeSource FROM IANA-MALLOC-MIB;mallocMIB MODULE-IDENTITY    LAST-UPDATED "200306090000Z" -- June 9, 2003    ORGANIZATION "IETF MALLOC Working Group"    CONTACT-INFO            " WG-EMail:   malloc@catarina.usc.edu              Subscribe:  malloc-request@catarina.usc.edu              Archive:    catarina.usc.edu/pub/multicast/malloc/              Co-chair/editor:              Dave Thaler              Microsoft Corporation              One Microsoft Way              Redmond, WA 98052              EMail: dthaler@microsoft.com              Co-chair:              Steve Hanna              Sun Microsystems, Inc.              One Network Drive              Burlington, MA 01803              EMail: steve.hanna@sun.com"    DESCRIPTION            "The MIB module for management of multicast address            allocation.            Copyright (C) The Internet Society (2003).  This version of            this MIB module is part of RFC 3559; see the RFC itself for            full legal notices."    -- revision log    REVISION     "200306090000Z" -- June 9, 2003    DESCRIPTION            "Initial version, published as RFC 3559."    ::= { mib-2 101 }mallocMIBObjects OBJECT IDENTIFIER ::= { mallocMIB 1 }malloc      OBJECT IDENTIFIER ::= { mallocMIBObjects 1 }madcap      OBJECT IDENTIFIER ::= { mallocMIBObjects 2 }---- scalars--mallocCapabilities OBJECT-TYPE    SYNTAX     BITS {                   startTime(0),                   serverMobility(1),                   retryAfter(2)               }    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "This object describes the capabilities which a client or            server supports.  The startTime bit indicates that            allocations with a future start time are supported.  The            serverMobility bit indicates that allocations can be renewed            or released from a server other than the one granting the            original allocation.  The retryAfter bit indicates support            for a waiting state where the client may check back at a            later time to get the status of its request."    ::= { malloc 1 }---- the Scope Table--mallocScopeTable OBJECT-TYPE    SYNTAX     SEQUENCE OF MallocScopeEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION            "The (conceptual) table containing information on multicast            scopes from which addresses may be allocated.  Entries in            this table may be dynamically discovered via some other            protocol, such as MZAP, or may be statically configured,            such as in an isolated network environment.  Each scope is            associated with a range of multicast addresses, and ranges            for different rows must be disjoint."    ::= { malloc 2 }mallocScopeEntry OBJECT-TYPE    SYNTAX     MallocScopeEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION            "An entry (conceptual row) containing the information on a            particular multicast scope."    INDEX      { mallocScopeAddressType, mallocScopeFirstAddress }    ::= { mallocScopeTable 1 }MallocScopeEntry ::= SEQUENCE {    mallocScopeAddressType          InetAddressType,    mallocScopeFirstAddress         InetAddress,    mallocScopeLastAddress          InetAddress,    mallocScopeHopLimit             Unsigned32,    mallocScopeStatus               RowStatus,    mallocScopeSource               IANAscopeSource,    mallocScopeDivisible            TruthValue,    mallocScopeServerAddressType    InetAddressType,    mallocScopeServerAddress        InetAddress,    mallocScopeSSM                  TruthValue,    mallocScopeStorage              StorageType}mallocScopeAddressType OBJECT-TYPE    SYNTAX     InetAddressType    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION            "The type of the addresses in the multicast scope range.            Legal values correspond to the subset of address families            for which multicast address allocation is supported."    ::= { mallocScopeEntry 1 }mallocScopeFirstAddress OBJECT-TYPE    SYNTAX     InetAddress (SIZE(0..20))    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION            "The first address in the multicast scope range.  The type            of this address is determined by the value of the            mallocScopeAddressType object."    ::= { mallocScopeEntry 2 }mallocScopeLastAddress OBJECT-TYPE    SYNTAX     InetAddress (SIZE(0..20))    MAX-ACCESS read-create    STATUS     current    DESCRIPTION            "The last address in the multicast scope range.  The type of            this address is determined by the value of the            mallocScopeAddressType object."    ::= { mallocScopeEntry 3 }mallocScopeHopLimit OBJECT-TYPE    SYNTAX     Unsigned32 (0..255)    MAX-ACCESS read-create    STATUS     current    DESCRIPTION            "The default IPv4 TTL or IPv6 hop limit which applications            should use for groups within the scope."    DEFVAL     { 255 }    ::= { mallocScopeEntry 4 }mallocScopeStatus 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'."    ::= { mallocScopeEntry 5 }mallocScopeSource OBJECT-TYPE    SYNTAX     IANAscopeSource    MAX-ACCESS read-only    STATUS     current    DESCRIPTION            "The method by which this entry was learned."    ::= { mallocScopeEntry 6 }mallocScopeDivisible OBJECT-TYPE    SYNTAX     TruthValue    MAX-ACCESS read-create    STATUS     current    DESCRIPTION            "If false, the server may allocate addresses out of the            entire range.  If true, the server must not allocate            addresses out of the entire range, but may only allocate            addresses out of a subrange learned via another method.            Creating or deleting a scope which is not divisible has the            side effect of creating or deleting the corresponding entry            in the mallocAllocRangeTable.  Deleting a scope which is            divisible has the side effect of deleting any corresponding            entries in the mallocAllocRangeTable, and the            mallocRequestTable."    DEFVAL     { false }    ::= { mallocScopeEntry 7 }mallocScopeServerAddressType OBJECT-TYPE    SYNTAX     InetAddressType    MAX-ACCESS read-create    STATUS     current    DESCRIPTION            "The type of the address of a multicast address allocation            server to which a request may be sent."    DEFVAL { unknown }    ::= { mallocScopeEntry 8 }mallocScopeServerAddress OBJECT-TYPE    SYNTAX     InetAddress    MAX-ACCESS read-create    STATUS     current    DESCRIPTION            "The address of a multicast address allocation server to            which a request may be sent.  The default value is an zero-            length address, indicating that no server is known.  The            type of this address is determined by the value of the            mallocScopeServerAddressType object."    DEFVAL { ''h } -- the empty string    ::= { mallocScopeEntry 9 }mallocScopeSSM OBJECT-TYPE    SYNTAX     TruthValue    MAX-ACCESS read-create    STATUS     current    DESCRIPTION            "Indicates whether the scope is a Source-Specific Multicast            (SSM) range."    DEFVAL     { false }    ::= { mallocScopeEntry 10 }mallocScopeStorage 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 }    ::= { mallocScopeEntry 11 }---- the Scope Name Table--mallocScopeNameTable OBJECT-TYPE    SYNTAX     SEQUENCE OF MallocScopeNameEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION            "The (conceptual) table containing information on multicast            scope names.  Entries in this table may be dynamically            discovered via some other protocol, such as MZAP, or may be            statically configured, such as in an isolated network            environment."    ::= { malloc 3 }mallocScopeNameEntry OBJECT-TYPE    SYNTAX     MallocScopeNameEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION            "An entry (conceptual row) containing the information on a            particular multicast scope name."    INDEX      { mallocScopeAddressType, mallocScopeFirstAddress,                 IMPLIED mallocScopeNameLangName }    ::= { mallocScopeNameTable 1 }MallocScopeNameEntry ::= SEQUENCE {    mallocScopeNameLangName         LanguageTag,    mallocScopeNameScopeName        SnmpAdminString,    mallocScopeNameDefault          TruthValue,    mallocScopeNameStatus           RowStatus,    mallocScopeNameStorage          StorageType}mallocScopeNameLangName OBJECT-TYPE    SYNTAX     LanguageTag (SIZE(1..94))    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION            "The RFC 3066 language tag for the language of the scope            name."    ::= { mallocScopeNameEntry 1 }mallocScopeNameScopeName OBJECT-TYPE    SYNTAX     SnmpAdminString    MAX-ACCESS read-create    STATUS     current    DESCRIPTION            "The textual name associated with the multicast scope.  The            value of this object should be suitable for displaying to            end-users, such as when allocating a multicast address in            this scope.  If the scope is an IPv4 scope, and no name is            specified, the default value of this object should be the            string 239.x.x.x/y with x and y replaced appropriately to            describe the address and mask length associated with the            scope.  If the scope is an IPv6 scope, and no name is            specified, the default value of this object should            generically describe the scope level (e.g., site)."    ::= { mallocScopeNameEntry 2 }mallocScopeNameDefault OBJECT-TYPE    SYNTAX     TruthValue    MAX-ACCESS read-create    STATUS     current    DESCRIPTION            "If true, indicates a preference that the name in the            associated language should be used by applications if no            name is available in a desired language."    DEFVAL     { false }    ::= { mallocScopeNameEntry 3 }mallocScopeNameStatus 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'."    ::= { mallocScopeNameEntry 4 }mallocScopeNameStorage 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 }    ::= { mallocScopeNameEntry 5 }

⌨️ 快捷键说明

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