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

📄 smon-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 3 页
字号:
     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.     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 TablesmonVlanIdStatsTable  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, 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     Counter64 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" 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-TYPE 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 }-- smonPrioStatsControlTablesmonPrioStatsControlTable 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}smonPrioStatsControlIndex OBJECT-TYPE SYNTAX      Integer32 (1..65535) MAX-ACCESS  not-accessible STATUS      current DESCRIPTION     "A unique arbitrary index for this smonPrioStatsControlEntry." ::= { smonPrioStatsControlEntry 1 }smonPrioStatsControlDataSource 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     smonPrioStatsControlStatus object is equal to active(1)." ::= { smonPrioStatsControlEntry 2 }smonPrioStatsControlCreateTime OBJECT-TYPE SYNTAX     LastCreateTime MAX-ACCESS read-only STATUS     current DESCRIPTION      "The value of sysUpTime when this entry was created.     This object allows to a management station to     detect deletion and recreation cycles between polls." ::= { smonPrioStatsControlEntry 3 }smonPrioStatsControlOwner 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." ::= { smonPrioStatsControlEntry 4 }smonPrioStatsControlStatus OBJECT-TYPE SYNTAX      RowStatus MAX-ACCESS  read-create STATUS      current DESCRIPTION     "The status of this row.     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 smonPrioStatsTable SHALL be deleted." ::= { smonPrioStatsControlEntry 5 }-- The Priority Statistics TablesmonPrioStatsTable  OBJECT-TYPE SYNTAX     SEQUENCE OF SmonPrioStatsEntry MAX-ACCESS not-accessible STATUS     current DESCRIPTION     "Contains the priority statistics. The collections are 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.      No garbage collection is designed for this table, as there      always are at most eight rows per statistical set, and the      low memory requirements do not justify the implementation of      such a mechanism." ::= { smonStats 4 }smonPrioStatsEntry  OBJECT-TYPE SYNTAX     SmonPrioStatsEntry MAX-ACCESS not-accessible STATUS     current DESCRIPTION     "A conceptual row in smonPrioStatsTable." INDEX { smonPrioStatsControlIndex, smonPrioStatsId } ::= { smonPrioStatsTable 1 }SmonPrioStatsEntry ::= SEQUENCE { smonPrioStatsId                       Integer32, smonPrioStatsPkts                     Counter32, smonPrioStatsOverflowPkts             Counter32, smonPrioStatsHCPkts                   Counter64, smonPrioStatsOctets                   Counter32, smonPrioStatsOverflowOctets           Counter32, smonPrioStatsHCOctets                 Counter64}smonPrioStatsId OBJECT-TYPE SYNTAX     Integer32 (0..7) MAX-ACCESS not-accessible STATUS     current DESCRIPTION     "The unique identifier of the priority level monitored for      this specific statistics collection." REFERENCE     " Draft Standard for Virtual Bridged Local Area Networks,       P802.1Q/D10, chapter 4.3.2.1" ::= { smonPrioStatsEntry 1 }smonPrioStatsPkts OBJECT-TYPE SYNTAX     Counter32 UNITS "packets" MAX-ACCESS read-only STATUS     current DESCRIPTION     "The total number of packets counted on      this priority level." ::= { smonPrioStatsEntry 2 }smonPrioStatsOverflowPkts OBJECT-TYPE SYNTAX     Counter32 UNITS "packets" MAX-ACCESS read-only STATUS     current DESCRIPTION     "The number of times the associated smonPrioStatsPkts      counter has overflowed." ::= { smonPrioStatsEntry 3 }smonPrioStatsHCPkts OBJECT-TYPE SYNTAX     Counter64 UNITS "packets" MAX-ACCESS read-only STATUS     current DESCRIPTION     "The total number of packets counted on      this priority level." ::= { smonPrioStatsEntry 4 }smonPrioStatsOctets OBJECT-TYPE SYNTAX     Counter32 UNITS "octets" MAX-ACCESS read-only STATUS     current DESCRIPTION     "The total number of octets counted on      this priority level." ::= { smonPrioStatsEntry 5 }smonPrioStatsOverflowOctets OBJECT-TYPE SYNTAX     Counter32 UNITS "octets" MAX-ACCESS read-only STATUS     current DESCRIPTION     "The number of times the associated smonPrioStatsOctets      counter has overflowed." ::= { smonPrioStatsEntry 6 }smonPrioStatsHCOctets OBJECT-TYPE SYNTAX     Counter64 UNITS "octets" MAX-ACCESS read-only STATUS     current DESCRIPTION     "The total number of octets counted on      this priority level." ::= { smonPrioStatsEntry 7 }portCopyTable  OBJECT-TYPE SYNTAX      SEQUENCE OF PortCopyEntry MAX-ACCESS  not-accessible STATUS      current DESCRIPTION

⌨️ 快捷键说明

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