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

📄 rfc2613.txt

📁 中、英文RFC文档大全打包下载完全版 .
💻 TXT
📖 第 1 页 / 共 5 页
字号:
    SYNTAX      SEQUENCE OF SmonVlanStatsControlEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "Controls the setup of VLAN statistics tables.         The statistics collected represent a distribution based on         the IEEE 802.1Q VLAN-ID (VID), for each good frame attributed         to the data source for the collection."    ::= { smonStats 1 }   smonVlanStatsControlEntry OBJECT-TYPE    SYNTAX      SmonVlanStatsControlEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "A conceptual row in the smonVlanStatsControlTable."    INDEX { smonVlanStatsControlIndex }    ::= { smonVlanStatsControlTable 1 }   SmonVlanStatsControlEntry ::= SEQUENCE {    smonVlanStatsControlIndex                 Integer32,    smonVlanStatsControlDataSource           DataSource,    smonVlanStatsControlCreateTime       LastCreateTime,    smonVlanStatsControlOwner               OwnerString,    smonVlanStatsControlStatus                RowStatus   }Waterman, et al.            Standards Track                    [Page 20]RFC 2613                        SMON MIB                       June 1999   smonVlanStatsControlIndex OBJECT-TYPE    SYNTAX      Integer32 (1..65535)    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "A unique arbitrary index for this smonVlanStatsControlEntry."    ::= { smonVlanStatsControlEntry 1 }   smonVlanStatsControlDataSource OBJECT-TYPE    SYNTAX      DataSource    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The source of data for this set of VLAN statistics.        This object MAY NOT be modified if the associated        smonVlanStatsControlStatus object is equal to active(1)."    ::= { smonVlanStatsControlEntry 2 }   smonVlanStatsControlCreateTime OBJECT-TYPE    SYNTAX     LastCreateTime    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The value of sysUpTime when this control entry was last        activated. This object allows to a management station to        detect deletion and recreation cycles between polls."    ::= { smonVlanStatsControlEntry 3 }   smonVlanStatsControlOwner OBJECT-TYPE    SYNTAX      OwnerString    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "Administratively assigned named of the owner of this entry.        It usually defines the entity that created this entry and is        therefore using the resources assigned to it, though there is        no enforcement mechanism, nor assurance that rows created are        ever used."    ::= { smonVlanStatsControlEntry 4 }   smonVlanStatsControlStatus OBJECT-TYPE    SYNTAX      RowStatus    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The status of this row.Waterman, et al.            Standards Track                    [Page 21]RFC 2613                        SMON MIB                       June 1999        An entry MAY NOT exist in the active state unless all        objects in the entry have an appropriate value.        If this object is not equal to active(1), all associated        entries in the smonVlanIdStatsTable SHALL be deleted."    ::= { smonVlanStatsControlEntry 5 }   -- The VLAN Statistics Table   smonVlanIdStatsTable  OBJECT-TYPE    SYNTAX     SEQUENCE OF SmonVlanIdStatsEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "Contains the VLAN statistics data.         The statistics collected represent a distribution based         on the IEEE 802.1Q VLAN-ID (VID), for each good frame         attributed to the data source for the collection.         This function applies the same rules for attributing frames         to VLAN-based collections. RMON VLAN statistics are collected         after the Ingress Rules defined in section 3.13 of the VLAN         Specification [20] are applied.         It is possible that entries in this table will be         garbage-collected, based on agent resources, and VLAN         configuration. Agents are encouraged to support all 4094         index values and not garbage collect this table."   ::= { smonStats 2 }   smonVlanIdStatsEntry  OBJECT-TYPE    SYNTAX     SmonVlanIdStatsEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "A conceptual row in smonVlanIdStatsTable."    INDEX { smonVlanStatsControlIndex, smonVlanIdStatsId }    ::= { smonVlanIdStatsTable 1 }   SmonVlanIdStatsEntry ::= SEQUENCE {    smonVlanIdStatsId                             Integer32,    smonVlanIdStatsTotalPkts                      Counter32,    smonVlanIdStatsTotalOverflowPkts              Counter32,    smonVlanIdStatsTotalHCPkts                    Counter64,    smonVlanIdStatsTotalOctets                    Counter32,    smonVlanIdStatsTotalOverflowOctets            Counter32,    smonVlanIdStatsTotalHCOctets                  Counter64,    smonVlanIdStatsNUcastPkts                     Counter32,Waterman, et al.            Standards Track                    [Page 22]RFC 2613                        SMON MIB                       June 1999    smonVlanIdStatsNUcastOverflowPkts             Counter32,    smonVlanIdStatsNUcastHCPkts                   Counter64,    smonVlanIdStatsNUcastOctets                   Counter32,    smonVlanIdStatsNUcastOverflowOctets           Counter32,    smonVlanIdStatsNUcastHCOctets                 Counter64,    smonVlanIdStatsCreateTime                     LastCreateTime   }   smonVlanIdStatsId OBJECT-TYPE    SYNTAX     Integer32 (1..4094)    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "The unique identifier of the VLAN monitored for         this specific statistics collection.        Tagged packets match the VID for the range between 1 and 4094.        An external RMON probe MAY detect VID=0 on an Inter Switch        Link, in which case the packet belongs to a VLAN determined by        the PVID of the ingress port. The VLAN to which such a packet        belongs can be determined only by a RMON probe internal to the        switch."    REFERENCE        "Draft Standard for Virtual Bridged Local Area Networks,          P802.1Q/D10, chapter 3.13"    ::= { smonVlanIdStatsEntry 1 }   smonVlanIdStatsTotalPkts OBJECT-TYPE    SYNTAX     Counter32    UNITS "packets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The total number of packets counted on this VLAN."    ::= { smonVlanIdStatsEntry 2 }   smonVlanIdStatsTotalOverflowPkts OBJECT-TYPE    SYNTAX     Counter32    UNITS "packets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The number of times the associated smonVlanIdStatsTotalPkts         counter has overflowed."    ::= { smonVlanIdStatsEntry 3 }   smonVlanIdStatsTotalHCPkts OBJECT-TYPE    SYNTAX     Counter64Waterman, et al.            Standards Track                    [Page 23]RFC 2613                        SMON MIB                       June 1999    UNITS "packets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The total number of packets counted on this VLAN."    ::= { smonVlanIdStatsEntry 4 }   smonVlanIdStatsTotalOctets OBJECT-TYPE    SYNTAX     Counter32    UNITS "octets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The total number of octets counted on this VLAN."    ::= { smonVlanIdStatsEntry 5 }   smonVlanIdStatsTotalOverflowOctets OBJECT-TYPE    SYNTAX     Counter32    UNITS "octets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The number of times the associated smonVlanIdStatsTotalOctets         counter has overflowed."    ::= { smonVlanIdStatsEntry 6 }   smonVlanIdStatsTotalHCOctets OBJECT-TYPE    SYNTAX     Counter64    UNITS "octets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The total number of octets counted on this VLAN."   ::= { smonVlanIdStatsEntry 7 }   smonVlanIdStatsNUcastPkts OBJECT-TYPE    SYNTAX     Counter32    UNITS "packets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The total number of non-unicast packets counted on this         VLAN."    ::= { smonVlanIdStatsEntry 8 }   smonVlanIdStatsNUcastOverflowPkts OBJECT-TYPE    SYNTAX     Counter32    UNITS "packets"Waterman, et al.            Standards Track                    [Page 24]RFC 2613                        SMON MIB                       June 1999    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The number of times the associated smonVlanIdStatsNUcastPkts         counter has overflowed."    ::= { smonVlanIdStatsEntry 9 }   smonVlanIdStatsNUcastHCPkts OBJECT-TYPE    SYNTAX     Counter64    UNITS "packets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The total number of non-unicast packets counted on         this VLAN."    ::= { smonVlanIdStatsEntry 10 }   smonVlanIdStatsNUcastOctets OBJECT-TYPE    SYNTAX     Counter32    UNITS "octets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The total number of non-unicast octets counted on         this VLAN."    ::= { smonVlanIdStatsEntry 11 }   smonVlanIdStatsNUcastOverflowOctets OBJECT-TYPE    SYNTAX     Counter32    UNITS "octets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The number of times the associated         smonVlanIdStatsNUcastOctets counter has overflowed."    ::= { smonVlanIdStatsEntry 12 }   smonVlanIdStatsNUcastHCOctets OBJECT-TYPE    SYNTAX     Counter64    UNITS "octets"    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The total number of Non-unicast octets counted on         this VLAN."    ::= { smonVlanIdStatsEntry 13 }   smonVlanIdStatsCreateTime OBJECT-TYPEWaterman, et al.            Standards Track                    [Page 25]RFC 2613                        SMON MIB                       June 1999    SYNTAX     LastCreateTime    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The value of sysUpTime when this entry was last        activated. This object allows to a management station to        detect deletion and recreation cycles between polls."    ::= { smonVlanIdStatsEntry 14 }   -- smonPrioStatsControlTable   smonPrioStatsControlTable OBJECT-TYPE    SYNTAX      SEQUENCE OF SmonPrioStatsControlEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "Controls the setup of priority statistics tables.         The smonPrioStatsControlTable allows configuration of         collections based on the value of the 3-bit user priority         field encoded in the Tag Control Information (TCI) field         according to [19],[20].         Note that this table merely reports priority as encoded in         the VLAN headers, not the priority (if any) given to the         frame for the actual switching purposes."    ::= { smonStats 3 }   smonPrioStatsControlEntry OBJECT-TYPE    SYNTAX      SmonPrioStatsControlEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "A conceptual row in the smonPrioStatsControlTable."    INDEX { smonPrioStatsControlIndex }    ::= { smonPrioStatsControlTable 1 }   SmonPrioStatsControlEntry ::= SEQUENCE {    smonPrioStatsControlIndex                 Integer32,    smonPrioStatsControlDataSource           DataSource,    smonPrioStatsControlCreateTime       LastCreateTime,    smonPrioStatsControlOwner               OwnerString,    smonPrioStatsControlStatus                RowStatus   }

⌨️ 快捷键说明

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