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

📄 rfc2669.txt

📁 中、英文RFC文档大全打包下载完全版 .
💻 TXT
📖 第 1 页 / 共 5 页
字号:
        MODULE-COMPLIANCE                FROM SNMPv2-CONF        SnmpAdminString                FROM SNMP-FRAMEWORK-MIB        InterfaceIndexOrZero                FROM IF-MIB;  -- RFC2233docsDev MODULE-IDENTITY        LAST-UPDATED    "9908190000Z" -- August 19, 1999        ORGANIZATION    "IETF IPCDN Working Group"        CONTACT-INFO            "        Michael StJohns             Postal: @Home Network                     425 Broadway                     Redwood City, CA 94063                     U.S.A.             Phone:  +1 650 569 5368             E-mail: stjohns@corp.home.net"St. Johns                      Standards                       [Page 13]RFC 2669                DOCSIS Cable Device MIB              August 1999        DESCRIPTION            "This is the MIB Module for MCNS-compliant cable modems and             cable-modem termination systems."        REVISION "9908190000Z"        DESCRIPTION            "Initial Version, published as RFC 2669.             Modified by Mike StJohns to add/revise filtering, TOS             support, software version information objects."        ::= { mib-2 69 }docsDevMIBObjects  OBJECT IDENTIFIER ::= { docsDev 1 }docsDevBase OBJECT IDENTIFIER ::= { docsDevMIBObjects 1 }---- For the following object, there is no concept in the-- RFI specification corresponding to a backup CMTS. The-- enumeration is provided here in case someone is able-- to define such a role or device.--docsDevRole OBJECT-TYPE        SYNTAX INTEGER {            cm(1),            cmtsActive(2),            cmtsBackup(3)        }        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION             "Defines the current role of this device.  cm (1) is             a Cable Modem, cmtsActive(2) is a Cable Modem Termination             System which is controlling the system of cable modems,             and cmtsBackup(3) is a CMTS which is currently connected,             but not controlling the system (not currently used).             In general, if this device is a 'cm', its role will not             change during operation or between reboots.  If the             device is a 'cmts' it may change between cmtsActive and             cmtsBackup and back again during normal operation.  NB:             At this time, the DOCSIS standards do not support the             concept of a backup CMTS, cmtsBackup is included for             completeness."        ::= { docsDevBase 1 }docsDevDateTime OBJECT-TYPE        SYNTAX      DateAndTime        MAX-ACCESS  read-write        STATUS      currentSt. Johns                      Standards                       [Page 14]RFC 2669                DOCSIS Cable Device MIB              August 1999        DESCRIPTION            "The date and time, with optional timezone             information."        ::= { docsDevBase 2 }docsDevResetNow OBJECT-TYPE        SYNTAX      TruthValue        MAX-ACCESS  read-write        STATUS      current        DESCRIPTION            "Setting this object to true(1) causes the device to reset.             Reading this object always returns false(2)."        ::= { docsDevBase 3 }docsDevSerialNumber OBJECT-TYPE        SYNTAX      SnmpAdminString        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION            "The manufacturer's serial number for this device."        ::= { docsDevBase 4 }docsDevSTPControl OBJECT-TYPE        SYNTAX INTEGER {            stEnabled(1),            noStFilterBpdu(2),            noStPassBpdu(3)        }        MAX-ACCESS  read-write        STATUS      current        DESCRIPTION            "This object controls operation of the spanning tree             protocol (as distinguished from transparent bridging).             If set to stEnabled(1) then the spanning tree protocol             is enabled, subject to bridging constraints. If             noStFilterBpdu(2), then spanning tree is not active,             and Bridge PDUs received are discarded.             If noStPassBpdu(3) then spanning tree is not active             and Bridge PDUs are transparently forwarded. Note that             a device need not implement all of these options,             but that noStFilterBpdu(2) is required."        ::= { docsDevBase 5 }---- The following table provides one level of security for access-- to the device by network management stations.-- Note that access is also constrained by the-- community strings and any vendor-specific security.St. Johns                      Standards                       [Page 15]RFC 2669                DOCSIS Cable Device MIB              August 1999--docsDevNmAccessTable OBJECT-TYPE        SYNTAX      SEQUENCE OF DocsDevNmAccessEntry        MAX-ACCESS  not-accessible        STATUS      current        DESCRIPTION            "This table controls access to SNMP objects by network             management stations. If the table is empty, access             to SNMP objects is unrestricted.  This table exists only             on SNMPv1 or v2c agents and does not exist on SNMPv3             agents. See the conformance section for details.             Specifically, for v3 agents, the appropriate MIBs and             security models apply in lieu of this table."        ::= { docsDevMIBObjects 2 }docsDevNmAccessEntry OBJECT-TYPE        SYNTAX      DocsDevNmAccessEntry        MAX-ACCESS  not-accessible        STATUS      current        DESCRIPTION            "An entry describing  access to SNMP objects by a             particular network management station. An entry in             this table is not readable unless the management station             has read-write permission (either implicit if the table             is empty, or explicit through an entry in this table.             Entries are ordered by docsDevNmAccessIndex.  The first             matching entry (e.g. matching IP address and community             string) is used to derive access."        INDEX { docsDevNmAccessIndex  }        ::= {  docsDevNmAccessTable 1 }DocsDevNmAccessEntry ::= SEQUENCE {            docsDevNmAccessIndex         Integer32,            docsDevNmAccessIp            IpAddress,            docsDevNmAccessIpMask        IpAddress,            docsDevNmAccessCommunity     OCTET STRING,            docsDevNmAccessControl       INTEGER,            docsDevNmAccessInterfaces    OCTET STRING,            docsDevNmAccessStatus        RowStatus        }docsDevNmAccessIndex OBJECT-TYPE        SYNTAX      Integer32 (1..2147483647)        MAX-ACCESS  not-accessible        STATUS      current        DESCRIPTION            "Index used to order the application of accessSt. Johns                      Standards                       [Page 16]RFC 2669                DOCSIS Cable Device MIB              August 1999             entries."        ::= { docsDevNmAccessEntry 1 }docsDevNmAccessIp OBJECT-TYPE        SYNTAX      IpAddress        MAX-ACCESS  read-create        STATUS      current        DESCRIPTION            "The IP address (or subnet) of the network management             station. The address 255.255.255.255 is defined to mean             any NMS. If traps are enabled for this entry, then the             value must be the address of a specific device."        DEFVAL { 'ffffffff'h }        ::= { docsDevNmAccessEntry 2 }docsDevNmAccessIpMask OBJECT-TYPE        SYNTAX      IpAddress        MAX-ACCESS  read-create        STATUS      current        DESCRIPTION            "The IP subnet mask of the network management stations.             If traps are enabled for this entry, then the value must             be 255.255.255.255."        DEFVAL { 'ffffffff'h }        ::= { docsDevNmAccessEntry 3 }docsDevNmAccessCommunity OBJECT-TYPE        SYNTAX      OCTET STRING        MAX-ACCESS  read-create        STATUS      current        DESCRIPTION            "The community string to be matched for access by this             entry. If set to a zero length string then any community             string will match.  When read, this object SHOULD return             a zero length string."        DEFVAL { "public" }        ::= { docsDevNmAccessEntry 4 }docsDevNmAccessControl OBJECT-TYPE        SYNTAX         INTEGER {            none(1),            read(2),            readWrite(3),            roWithTraps(4),            rwWithTraps(5),            trapsOnly(6)        }        MAX-ACCESS  read-createSt. Johns                      Standards                       [Page 17]RFC 2669                DOCSIS Cable Device MIB              August 1999        STATUS      current        DESCRIPTION            "Specifies the type of access allowed to this NMS. Setting             this object to none(1) causes the table entry to be             destroyed. Read(2) allows access by 'get' and 'get-next'             PDUs. ReadWrite(3) allows access by 'set' as well.             RoWithtraps(4), rwWithTraps(5), and trapsOnly(6)             control distribution of Trap PDUs transmitted by this             device."        DEFVAL { read }        ::= { docsDevNmAccessEntry 5 }-- The syntax of the following object was copied from RFC1493,-- dot1dStaticAllowedToGoTo.docsDevNmAccessInterfaces OBJECT-TYPE        SYNTAX      OCTET STRING        MAX-ACCESS  read-create        STATUS      current        DESCRIPTION            "Specifies the set of interfaces from which requests from             this NMS will be accepted.             Each octet within the value of this object specifies a set             of eight interfaces, with the first octet specifying ports             1 through 8, the second octet specifying interfaces 9             through 16, etc.  Within each octet, the most significant             bit represents the lowest numbered interface, and the least             significant bit represents the highest numbered interface.             Thus, each interface is represented by a single bit within             the value of this object. If that bit has a value of '1'             then that interface is included in the set.             Note that entries in this table apply only to link-layer             interfaces (e.g., Ethernet and CATV MAC). Upstream and             downstream channel interfaces must not be specified."--         DEFVAL is the bitmask corresponding to all interfaces        ::= { docsDevNmAccessEntry 6 }docsDevNmAccessStatus OBJECT-TYPE        SYNTAX      RowStatus        MAX-ACCESS  read-create        STATUS      current        DESCRIPTION            "Controls and reflects the status of rows in this             table. Rows in this table may be created by either the             create-and-go or create-and-wait paradigms.  There is no             restriction on changing values in a row of this table while             the row is active."St. Johns                      Standards                       [Page 18]RFC 2669                DOCSIS Cable Device MIB              August 1999        ::= { docsDevNmAccessEntry 7 }----  Procedures for using the following group are described in section--  3.2.1 of the DOCSIS Radio Frequence Interface Specification--docsDevSoftware OBJECT IDENTIFIER ::= { docsDevMIBObjects 3 }docsDevSwServer OBJECT-TYPE        SYNTAX      IpAddress        MAX-ACCESS  read-write        STATUS      current        DESCRIPTION            "The address of the TFTP server used for software upgrades.             If the TFTP server is unknown, return 0.0.0.0."        ::= { docsDevSoftware 1 }docsDevSwFilename OBJECT-TYPE        SYNTAX      SnmpAdminString (SIZE (0..64))        MAX-ACCESS  read-write        STATUS      current        DESCRIPTION            "The file name of the software image to be loaded into this             device. Unless set via SNMP, this is the file name             specified by the provisioning server that corresponds to             the software version that is desired for this device.             If unknown, the string '(unknown)' is returned."        ::= { docsDevSoftware 2 }docsDevSwAdminStatus OBJECT-TYPE        SYNTAX INTEGER {            upgradeFromMgt(1),            allowProvisioningUpgrade(2),            ignoreProvisioningUpgrade(3)        }        MAX-ACCESS  read-write        STATUS      current        DESCRIPTION            "If set to upgradeFromMgt(1), the device will initiate a             TFTP software image download using docsDevSwFilename.             After successfully receiving an image, the device will             set its state to ignoreProvisioningUpgrade(3) and reboot.             If the download process is interrupted by a reset or             power failure, the device will load the previous image             and, after re-initialization, continue to attempt loading             the image specified in docsDevSwFilename.

⌨️ 快捷键说明

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