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

📄 q-bridge-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
        specified default for other VLANs.  If a device agent cannot        support the set of ports being set then it will reject the        set operation with an error. An example might be if a        manager attempts to set more than one VLAN to be untagged        on egress where the device does not support this IEEE 802.1Q        option."    REFERENCE        "IEEE 802.1Q/D11 Section 12.10.2.1"    ::= { dot1qVlanStaticEntry 4 }dot1qVlanStaticRowStatus OBJECT-TYPE    SYNTAX      RowStatus    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "This object indicates the status of this entry."    ::= { dot1qVlanStaticEntry 5 }dot1qNextFreeLocalVlanIndex OBJECT-TYPE    SYNTAX      INTEGER (0|4096..2147483647)    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The next available value for dot1qVlanIndex of a local        VLAN entry in dot1qVlanStaticTable.  This will report        values >=4096 if a new Local VLAN may be created or else        the value 0 if this is not possible.        A row creation operation in this table for an entry with a local        VlanIndex value may fail if the current value of this object        is not used as the index. Even if the value read is used,        there is no guarantee that it will still be the valid index        when the create operation is attempted - another manager may        have already got in during the intervening time interval.        In this case, dot1qNextFreeLocalVlanIndex should be re-read        and the creation re-tried with the new value.        This value will automatically change when the current value is        used to create a new row."    ::= { dot1qVlan 4 }-- --------------------------------------------------------------- The VLAN Port Configuration Table-- -------------------------------------------------------------dot1qPortVlanTable OBJECT-TYPE    SYNTAX      SEQUENCE OF Dot1qPortVlanEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "A table containing per port control and status        information for VLAN configuration in the device."    ::= { dot1qVlan 5 }dot1qPortVlanEntry OBJECT-TYPE    SYNTAX      Dot1qPortVlanEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "Information controlling VLAN configuration for a port        on the device.  This is indexed by dot1dBasePort."    AUGMENTS { dot1dBasePortEntry }    ::= { dot1qPortVlanTable 1 }Dot1qPortVlanEntry ::=    SEQUENCE {        dot1qPvid            VlanIndex,        dot1qPortAcceptableFrameTypes            INTEGER,        dot1qPortIngressFiltering            TruthValue,        dot1qPortGvrpStatus            EnabledStatus,        dot1qPortGvrpFailedRegistrations            Counter32,        dot1qPortGvrpLastPduOrigin            MacAddress    }dot1qPvid OBJECT-TYPE    SYNTAX      VlanIndex    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION        "The PVID, the VLAN ID assigned to untagged frames or        Priority-Tagged frames received on this port."    REFERENCE        "IEEE 802.1Q/D11 Section 12.10.1.1"    DEFVAL      { 1 }    ::= { dot1qPortVlanEntry 1 }dot1qPortAcceptableFrameTypes OBJECT-TYPE    SYNTAX      INTEGER {                    admitAll(1),                    admitOnlyVlanTagged(2)                }    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION        "When this is admitOnlyVlanTagged(2) the device will        discard untagged frames or Priority-Tagged frames        received on this port.  When admitAll(1), untagged        frames or Priority-Tagged frames received on this port        will be accepted and assigned to the PVID for this port.        This control does not affect VLAN independent BPDU        frames, such as GVRP and STP.  It does affect VLAN        dependent BPDU frames, such as GMRP."    REFERENCE        "IEEE 802.1Q/D11 Section 12.10.1.3"    DEFVAL      { admitAll }    ::= { dot1qPortVlanEntry 2 }dot1qPortIngressFiltering OBJECT-TYPE    SYNTAX      TruthValue    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION        "When this is true(1) the device will discard incoming        frames for VLANs which do not include this Port in its        Member set.  When false(2), the port will accept all        incoming frames.        This control does not affect VLAN independent BPDU        frames, such as GVRP and STP.  It does affect VLAN        dependent BPDU frames, such as GMRP."    REFERENCE        "IEEE 802.1Q/D11 Section 12.10.1.4"    DEFVAL      { false }    ::= { dot1qPortVlanEntry 3 }dot1qPortGvrpStatus OBJECT-TYPE    SYNTAX      EnabledStatus    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION        "The state of GVRP operation on this port.  The value        enabled(1) indicates that GVRP is enabled on this port,        as long as dot1qGvrpStatus is also enabled for this        device.  When disabled(2) but dot1qGvrpStatus is still        enabled for the device, GVRP is disabled on this port:        any GVRP packets received will be silently discarded and        no GVRP registrations will be propagated from other        ports.  This object affects all GVRP Applicant and        Registrar state machines on this port.  A transition        from disabled(2) to enabled(1) will cause a reset of all        GVRP state machines on this port."    DEFVAL      { enabled }    ::= { dot1qPortVlanEntry 4 }dot1qPortGvrpFailedRegistrations OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The total number of failed GVRP registrations, for any        reason, on this port."    ::= { dot1qPortVlanEntry 5 }dot1qPortGvrpLastPduOrigin OBJECT-TYPE    SYNTAX      MacAddress    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The Source MAC Address of the last GVRP message        received on this port."    ::= { dot1qPortVlanEntry 6 }-- --------------------------------------------------------------- Per port VLAN Statistics Table-- -------------------------------------------------------------dot1qPortVlanStatisticsTable OBJECT-TYPE    SYNTAX      SEQUENCE OF Dot1qPortVlanStatisticsEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "A table containing per-port, per-VLAN statistics for        traffic received. Separate objects are provided for both the        most-significant and least-significant bits of statistics        counters for ports that are associated with this transparent        bridge. The most-significant bit objects are only required on        high capacity interfaces, as defined in the conformance clauses        for these objects. This mechanism is provided as a way to read        64-bit counters for agents which support only SNMPv1.        Note that the reporting of most-significant and least-        significant counter bits separately runs the risk of missing        an overflow of the lower bits in the interval between sampling.        The manager must be aware of this possibility, even within the        same varbindlist, when interpreting the results of a request or        asynchronous notification."    ::= { dot1qVlan 6 }dot1qPortVlanStatisticsEntry OBJECT-TYPE    SYNTAX      Dot1qPortVlanStatisticsEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "Traffic statistics for a VLAN on an interface."    INDEX   { dot1dBasePort, dot1qVlanIndex }    ::= { dot1qPortVlanStatisticsTable 1 }Dot1qPortVlanStatisticsEntry ::=    SEQUENCE {        dot1qTpVlanPortInFrames            Counter32,        dot1qTpVlanPortOutFrames            Counter32,        dot1qTpVlanPortInDiscards            Counter32,        dot1qTpVlanPortInOverflowFrames            Counter32,        dot1qTpVlanPortOutOverflowFrames            Counter32,        dot1qTpVlanPortInOverflowDiscards            Counter32    }dot1qTpVlanPortInFrames OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of valid frames received by this port from        its segment which were classified as belonging to this        VLAN.  Note that a frame received on this port is        counted by this object if and only if it is for a        protocol being processed by the local forwarding process        for this VLAN.  This object includes received bridge        management frames classified as belonging to this VLAN        (e.g. GMRP, but not GVRP or STP)."    REFERENCE        "IEEE 802.1Q/D11 Section 12.6.1.1.3(a)"    ::= { dot1qPortVlanStatisticsEntry 1 }dot1qTpVlanPortOutFrames OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of valid frames transmitted by this port to        its segment from the local forwarding process for this        VLAN.  This includes bridge management frames originated        by this device which are classified as belonging to this        VLAN (e.g. GMRP, but not GVRP or STP)."    REFERENCE        "IEEE 802.1Q/D11 Section 12.6.1.1.3(d)"    ::= { dot1qPortVlanStatisticsEntry 2 }dot1qTpVlanPortInDiscards OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of valid frames received by this port from        its segment which were classified as belonging to this        VLAN which were discarded due to VLAN related reasons.        Specifically, the IEEE 802.1Q counters for Discard        Inbound and Discard on Ingress Filtering."    REFERENCE        "IEEE 802.1Q/D11 Section 12.6.1.1.3"    ::= { dot1qPortVlanStatisticsEntry 3 }dot1qTpVlanPortInOverflowFrames OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of times the associated        dot1qTpVlanPortInFrames counter has overflowed."    REFERENCE        "ISO/IEC 15802-3 Section 14.6.1.1.3"    ::= { dot1qPortVlanStatisticsEntry 4 }dot1qTpVlanPortOutOverflowFrames OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of times the associated        dot1qTpVlanPortOutFrames counter has overflowed."    REFERENCE        "ISO/IEC 15802-3 Section 14.6.1.1.3"    ::= { dot1qPortVlanStatisticsEntry 5 }dot1qTpVlanPortInOverflowDiscards OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of times the associated        dot1qTpVlanPortInDiscards counter has overflowed."    REFERENCE        "ISO/IEC 15802-3 Section 14.6.1.1.3"    ::= { dot1qPortVlanStatisticsEntry 6 }dot1qPortVlanHCStatisticsTable OBJECT-TYPE    SYNTAX      SEQUENCE OF Dot1qPortVlanHCStatisticsEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "A table containing per port, per VLAN statistics for        traffic on high capacity interfaces."    ::= { dot1qVlan 7 }dot1qPortVlanHCStatisticsEntry OBJECT-TYPE    SYNTAX      Dot1qPortVlanHCStatisticsEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "Traffic statistics for a VLAN on a high capacity        interface."    INDEX   { dot1dBasePort, dot1qVlanIndex }    ::= { dot1qPortVlanHCStatisticsTable 1 }Dot1qPortVlanHCStatisticsEntry ::=    SEQUENCE {        dot1qTpVlanPortHCInFrames            Counter64,        dot1qTpVlanPortHCOutFrames            Counter64,        dot1qTpVlanPortHCInDiscards            Counter64    }dot1qTpVlanPortHCInFrames OBJECT-TYPE    SYNTAX      Counter64    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of valid frames received by this port from        its segment which were classified as belonging to this        VLAN.  Note that a frame received on this port is        counted by this object if and only if it is for a        protocol being processed by the local forwarding process        for this VLAN.  This object includes received bridge        management frames classified as belonging to this VLAN        (e.g. GMRP, but not GVRP or STP)."    REFERENCE        "IEEE 802.1Q/D11 Section 12.6.1.1.3(a)"    ::= { dot1qPortVlanHCStatisticsEntry 1 }dot1qTpVlanPortHCOutFrames OBJECT-TYPE    SYNTAX      Counter64    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of valid frames transmitted by this port to        its segment from the local forwarding process for this        VLAN.  This includes bridge management frames originated        by this device which are classified as belonging to this        VLAN (e.g. GMRP, but not GVRP or STP)."    REFERENCE        "IEEE 802.1Q/D11 Section 12.6.1.1.3(d)"    ::= { dot1qPortVlanHCStatisticsEntry 2 }dot1qTpVlanPortHCInDiscards OBJECT-TYPE    SYNTAX      Counter64    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of valid frames received by this port from        its segment which were classified as belonging to this        VLAN which were discarded due to VLAN related reasons.        Specifically, the IEEE 802.1Q counters for Discard

⌨️ 快捷键说明

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