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

📄 rfc2669.txt

📁 中、英文RFC文档大全打包下载完全版 .
💻 TXT
📖 第 1 页 / 共 5 页
字号:
St. Johns                      Standards                       [Page 19]RFC 2669                DOCSIS Cable Device MIB              August 1999             If set to allowProvisioningUpgrade(2), the device will             use the software version information supplied by the             provisioning server when next rebooting (this does not             cause a reboot).             When set to ignoreProvisioningUpgrade(3), the device             will disregard software image upgrade information from the             provisioning server.             Note that reading this object can return upgradeFromMgt(1).             This indicates that a software download is currently in             progress, and that the device will reboot after             successfully receiving an image.             At initial startup, this object has the default value of             allowProvisioningUpgrade(2)."        ::= { docsDevSoftware 3 }docsDevSwOperStatus OBJECT-TYPE        SYNTAX INTEGER {            inProgress(1),            completeFromProvisioning(2),            completeFromMgt(3),            failed(4),            other(5)        }        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION            "InProgress(1) indicates that a TFTP download is underway,             either as a result of a version mismatch at provisioning             or as a result of a upgradeFromMgt request.             CompleteFromProvisioning(2) indicates that the last             software upgrade was a result of version mismatch at             provisioning. CompleteFromMgt(3) indicates that the last             software upgrade was a result of setting             docsDevSwAdminStatus to upgradeFromMgt.             Failed(4) indicates that the last attempted download             failed, ordinarily due to TFTP timeout."        REFERENCE             "DOCSIS Radio Frequency Interface Specification, Section             8.2, Downloading Cable Modem Operating Software."        ::= { docsDevSoftware 4 }docsDevSwCurrentVers OBJECT-TYPE    SYNTAX      SnmpAdminString    MAX-ACCESS  read-only    STATUS      currentSt. Johns                      Standards                       [Page 20]RFC 2669                DOCSIS Cable Device MIB              August 1999    DESCRIPTION            "The software version currently operating in this device.             This object should be in the syntax used by the individual             vendor to identify software versions.  Any CM MUST return a             string descriptive of the current software load.  For a             CMTS, this object SHOULD contain either a human readable             representation of the vendor specific designation of the             software for the chassis, or of the software for the             control processor. If neither of these is  applicable,             this MUST contain an empty string."    ::= { docsDevSoftware 5 }---- The following group describes server access and parameters used for-- initial provisioning and bootstrapping.--docsDevServer OBJECT IDENTIFIER ::= { docsDevMIBObjects 4 }docsDevServerBootState OBJECT-TYPE        SYNTAX INTEGER {            operational(1),            disabled(2),            waitingForDhcpOffer(3),            waitingForDhcpResponse(4),            waitingForTimeServer(5),            waitingForTftp(6),            refusedByCmts(7),            forwardingDenied(8),            other(9),            unknown(10)        }        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION            "If operational(1), the device has completed loading and             processing of configuration parameters and the CMTS has             completed the Registration exchange.             If disabled(2) then the device was administratively             disabled, possibly by being refused network access in the             configuration file.             If waitingForDhcpOffer(3) then a DHCP Discover has been             transmitted and no offer has yet been received.             If waitingForDhcpResponse(4) then a DHCP Request has been             transmitted and no response has yet been received.             If waitingForTimeServer(5) then a Time Request has been             transmitted and no response has yet been received.St. Johns                      Standards                       [Page 21]RFC 2669                DOCSIS Cable Device MIB              August 1999             If waitingForTftp(6) then a request to the TFTP parameter             server has been made and no response received.             If refusedByCmts(7) then the Registration Request/Response             exchange with the CMTS failed.             If forwardingDenied(8) then the registration process             completed, but the network access option in the received             configuration file prohibits forwarding. "        REFERENCE             "DOCSIS Radio Frequency Interface Specification, Figure             7-1, CM Initialization Overview."        ::= { docsDevServer 1 }docsDevServerDhcp OBJECT-TYPE        SYNTAX      IpAddress        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION            "The IP address of the DHCP server that assigned an IP             address to this device. Returns 0.0.0.0 if DHCP was not             used for IP address assignment."        ::= { docsDevServer 2 }docsDevServerTime OBJECT-TYPE        SYNTAX      IpAddress        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION            "The IP address of the Time server (RFC-868). Returns             0.0.0.0 if the time server IP address is unknown."        ::= { docsDevServer 3 }docsDevServerTftp OBJECT-TYPE        SYNTAX      IpAddress        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION            "The IP address of the TFTP server responsible for             downloading provisioning and configuration parameters             to this device. Returns 0.0.0.0 if the TFTP server             address is unknown."        ::= { docsDevServer 4 }docsDevServerConfigFile OBJECT-TYPE        SYNTAX      SnmpAdminString        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION            "The name of the device configuration file read from theSt. Johns                      Standards                       [Page 22]RFC 2669                DOCSIS Cable Device MIB              August 1999             TFTP server. Returns an empty string if the configuration             file name is unknown."        ::= { docsDevServer 5 }----  Event Reporting--docsDevEvent OBJECT IDENTIFIER ::= { docsDevMIBObjects 5 }docsDevEvControl OBJECT-TYPE        SYNTAX INTEGER {            resetLog(1),            useDefaultReporting(2)        }        MAX-ACCESS  read-write        STATUS      current        DESCRIPTION            "Setting this object to resetLog(1) empties the event log.             All data is deleted. Setting it to useDefaultReporting(2)             returns all event priorities to their factory-default             reporting. Reading this object always returns             useDefaultReporting(2)."        ::= { docsDevEvent 1 }docsDevEvSyslog OBJECT-TYPE        SYNTAX      IpAddress        MAX-ACCESS  read-write        STATUS      current        DESCRIPTION            "The IP address of the Syslog server. If 0.0.0.0, syslog             transmission is inhibited."        ::= { docsDevEvent 2 }docsDevEvThrottleAdminStatus OBJECT-TYPE        SYNTAX INTEGER {            unconstrained(1),            maintainBelowThreshold(2),            stopAtThreshold(3),            inhibited(4)        }        MAX-ACCESS  read-write        STATUS      current        DESCRIPTION            "Controls the transmission of traps and syslog messages             with respect to the trap pacing threshold.             unconstrained(1) causes traps and syslog messages to be             transmitted without regard to the threshold settings.St. Johns                      Standards                       [Page 23]RFC 2669                DOCSIS Cable Device MIB              August 1999             maintainBelowThreshold(2) causes trap transmission and             syslog messages to be suppressed if the number of traps             would otherwise exceed the threshold.             stopAtThreshold(3) causes trap transmission to cease             at the threshold, and not resume until directed to do so.             inhibited(4) causes all trap transmission and syslog             messages to be suppressed.             A single event is always treated as a single event for             threshold counting. That is, an event causing both a trap             and a syslog message is still treated as a single event.             Writing to this object resets the thresholding state.             At initial startup, this object has a default value of             unconstrained(1)."        ::= { docsDevEvent 3 }docsDevEvThrottleInhibited OBJECT-TYPE        SYNTAX      TruthValue        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION            "If true(1), trap and syslog transmission is currently             inhibited due to thresholds and/or the current setting of             docsDevEvThrottleAdminStatus. In addition, this is set to             true(1) if transmission is inhibited due to no             syslog (docsDevEvSyslog) or trap (docsDevNmAccessEntry)             destinations having been set."        ::= { docsDevEvent 4 }docsDevEvThrottleThreshold OBJECT-TYPE        SYNTAX      Unsigned32        MAX-ACCESS  read-write        STATUS      current        DESCRIPTION            "Number of trap/syslog events per docsDevEvThrottleInterval             to be transmitted before throttling.             A single event is always treated as a single event for             threshold counting. That is, an event causing both a trap             and a syslog message is still treated as a single event.             At initial startup, this object returns 0."        ::= { docsDevEvent 5 }docsDevEvThrottleInterval OBJECT-TYPE        SYNTAX      Integer32 (1..2147483647)St. Johns                      Standards                       [Page 24]RFC 2669                DOCSIS Cable Device MIB              August 1999        UNITS       "seconds"        MAX-ACCESS  read-write        STATUS      current        DESCRIPTION            "The interval over which the trap threshold applies.             At initial startup, this object has a value of 1."        ::= { docsDevEvent 6 }---- The following table controls the reporting of the various classes of-- events.--docsDevEvControlTable OBJECT-TYPE        SYNTAX      SEQUENCE OF DocsDevEvControlEntry        MAX-ACCESS  not-accessible        STATUS      current        DESCRIPTION            "This table allows control of the reporting of event classes.        For each event priority, a combination of logging and        reporting mechanisms may be chosen. The mapping of event types        to priorities is vendor-dependent. Vendors may also choose to        allow the user to control that mapping through proprietary        means."        ::= {  docsDevEvent 7 }docsDevEvControlEntry OBJECT-TYPE        SYNTAX      DocsDevEvControlEntry        MAX-ACCESS  not-accessible        STATUS      current        DESCRIPTION            "Allows configuration of the reporting mechanisms for a             particular event priority."        INDEX { docsDevEvPriority }        ::= { docsDevEvControlTable 1 }DocsDevEvControlEntry ::= SEQUENCE {            docsDevEvPriority        INTEGER,            docsDevEvReporting       BITS        }docsDevEvPriority OBJECT-TYPE        SYNTAX INTEGER {            emergency(1),            alert(2),            critical(3),St. Johns                      Standards                       [Page 25]RFC 2669                DOCSIS Cable Device MIB              August 1999            error(4),            warning(5),            notice(6),            information(7),            debug(8)        }        MAX-ACCESS  not-accessible        STATUS      current        DESCRIPTION            "The priority level that is controlled by this

⌨️ 快捷键说明

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