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

📄 q-bridge-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
        Inbound and Discard on Ingress Filtering."    REFERENCE        "IEEE 802.1Q/D11 Section 12.6.1.1.3"    ::= { dot1qPortVlanHCStatisticsEntry 3 }-- --------------------------------------------------------------- The VLAN Learning Constraints Table-- -------------------------------------------------------------dot1qLearningConstraintsTable OBJECT-TYPE    SYNTAX      SEQUENCE OF Dot1qLearningConstraintsEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "A table containing learning constraints for sets of        Shared and Independendent VLANs."    REFERENCE        "IEEE 802.1Q/D11 Section 12.10.3.1"    ::= { dot1qVlan 8 }dot1qLearningConstraintsEntry OBJECT-TYPE    SYNTAX      Dot1qLearningConstraintsEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "A learning constraint defined for a VLAN."    INDEX   { dot1qConstraintVlan, dot1qConstraintSet }    ::= { dot1qLearningConstraintsTable 1 }Dot1qLearningConstraintsEntry ::=    SEQUENCE {        dot1qConstraintVlan            VlanIndex,        dot1qConstraintSet            INTEGER,        dot1qConstraintType            INTEGER,        dot1qConstraintStatus            RowStatus    }dot1qConstraintVlan OBJECT-TYPE    SYNTAX      VlanIndex    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The index of the row in dot1qVlanCurrentTable for the        VLAN constrained by this entry."    ::= { dot1qLearningConstraintsEntry 1 }dot1qConstraintSet OBJECT-TYPE    SYNTAX      INTEGER (0..65535)    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The identity of the constraint set to which        dot1qConstraintVlan belongs.  These values may be chosen        by the management station."    ::= { dot1qLearningConstraintsEntry 2 }dot1qConstraintType OBJECT-TYPE    SYNTAX      INTEGER {                    independent(1),                    shared(2)                }    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The type of constraint this entry defines.            independent(1) - the VLAN, dot1qConstraintVlan,                uses an independent filtering database from all                other VLANs in the same set, defined by                dot1qConstraintSet.            shared(2) - the VLAN, dot1qConstraintVlan, shares                the same filtering database as all other VLANs                in the same set, defined by dot1qConstraintSet."    ::= { dot1qLearningConstraintsEntry 3 }dot1qConstraintStatus OBJECT-TYPE    SYNTAX      RowStatus    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The status of this entry."    ::= { dot1qLearningConstraintsEntry 4 }dot1qConstraintSetDefault OBJECT-TYPE    SYNTAX      INTEGER (0..65535)    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION        "The identity of the constraint set to which a VLAN        belongs, if there is not an explicit entry for that VLAN        in dot1qLearningConstraintsTable."    ::= { dot1qVlan 9 }dot1qConstraintTypeDefault OBJECT-TYPE    SYNTAX      INTEGER {                    independent(1),                    shared(2)                }    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION        "The type of constraint set to which a VLAN belongs, if        there is not an explicit entry for that VLAN in        dot1qLearningConstraintsTable.  The types are as defined        for dot1qConstraintType."    ::= { dot1qVlan 10 }-- --------------------------------------------------------------- IEEE 802.1Q MIB - Conformance Information-- -------------------------------------------------------------qBridgeConformance OBJECT IDENTIFIER ::= { qBridgeMIB 2 }qBridgeGroups OBJECT IDENTIFIER ::= { qBridgeConformance 1 }qBridgeCompliances OBJECT IDENTIFIER    ::= { qBridgeConformance 2 }-- --------------------------------------------------------------- units of conformance-- -------------------------------------------------------------qBridgeBaseGroup OBJECT-GROUP    OBJECTS {        dot1qVlanVersionNumber,        dot1qMaxVlanId,        dot1qMaxSupportedVlans,        dot1qNumVlans,        dot1qGvrpStatus    }    STATUS      current    DESCRIPTION        "A collection of objects providing device level control        and status information for the Virtual LAN bridge        services."    ::= { qBridgeGroups 1 }qBridgeFdbUnicastGroup OBJECT-GROUP    OBJECTS {        dot1qFdbDynamicCount,        dot1qTpFdbPort,        dot1qTpFdbStatus    }    STATUS      current    DESCRIPTION        "A collection of objects providing information about all        unicast addresses, learnt dynamically or statically        configured by management, in each Filtering Database."    ::= { qBridgeGroups 2 }qBridgeFdbMulticastGroup OBJECT-GROUP    OBJECTS {        dot1qTpGroupEgressPorts,        dot1qTpGroupLearnt    }    STATUS      current    DESCRIPTION        "A collection of objects providing information about all        multicast addresses, learnt dynamically or statically        configured by management, in each Filtering Database."    ::= { qBridgeGroups 3 }qBridgeServiceRequirementsGroup OBJECT-GROUP    OBJECTS {        dot1qForwardAllPorts,        dot1qForwardAllStaticPorts,        dot1qForwardAllForbiddenPorts,        dot1qForwardUnregisteredPorts,        dot1qForwardUnregisteredStaticPorts,        dot1qForwardUnregisteredForbiddenPorts    }    STATUS      current    DESCRIPTION        "A collection of objects providing information about        service requirements, learnt dynamically or statically        configured by management, in each Filtering Database."    ::= { qBridgeGroups 4 }qBridgeFdbStaticGroup OBJECT-GROUP    OBJECTS {        dot1qStaticUnicastAllowedToGoTo,        dot1qStaticUnicastStatus,        dot1qStaticMulticastStaticEgressPorts,        dot1qStaticMulticastForbiddenEgressPorts,        dot1qStaticMulticastStatus    }    STATUS      current    DESCRIPTION        "A collection of objects providing information about        unicast and multicast addresses statically configured by        management, in each Filtering Database or VLAN."    ::= { qBridgeGroups 5 }qBridgeVlanGroup OBJECT-GROUP    OBJECTS {        dot1qVlanNumDeletes,        dot1qVlanFdbId,        dot1qVlanCurrentEgressPorts,        dot1qVlanCurrentUntaggedPorts,        dot1qVlanStatus,        dot1qVlanCreationTime    }    STATUS      current    DESCRIPTION        "A collection of objects providing information about        all VLANs currently configured on this device."    ::= { qBridgeGroups 6 }qBridgeVlanStaticGroup OBJECT-GROUP    OBJECTS {        dot1qVlanStaticName,        dot1qVlanStaticEgressPorts,        dot1qVlanForbiddenEgressPorts,        dot1qVlanStaticUntaggedPorts,        dot1qVlanStaticRowStatus,        dot1qNextFreeLocalVlanIndex    }    STATUS      current    DESCRIPTION        "A collection of objects providing information about        VLANs statically configured by management."    ::= { qBridgeGroups 7 }qBridgePortGroup OBJECT-GROUP    OBJECTS {        dot1qPvid,        dot1qPortAcceptableFrameTypes,        dot1qPortIngressFiltering,        dot1qPortGvrpStatus,        dot1qPortGvrpFailedRegistrations,        dot1qPortGvrpLastPduOrigin    }    STATUS      current    DESCRIPTION        "A collection of objects providing port level VLAN        control and status information for all ports."    ::= { qBridgeGroups 8 }qBridgeVlanStatisticsGroup OBJECT-GROUP    OBJECTS {        dot1qTpVlanPortInFrames,        dot1qTpVlanPortOutFrames,        dot1qTpVlanPortInDiscards    }    STATUS      current    DESCRIPTION        "A collection of objects providing per-port packet        statistics for all VLANs currently configured on this        device."    ::= { qBridgeGroups 9 }qBridgeVlanStatisticsOverflowGroup OBJECT-GROUP    OBJECTS {        dot1qTpVlanPortInOverflowFrames,        dot1qTpVlanPortOutOverflowFrames,        dot1qTpVlanPortInOverflowDiscards    }    STATUS      current    DESCRIPTION        "A collection of objects providing overflow counters for        per-port packet statistics for all VLANs currently configured        on this device for high capacity interfaces, defined as those        that have the value of the corresponding instance of        ifSpeed greater than 650,000,000 bits/second."    ::= { qBridgeGroups 10 }qBridgeVlanHCStatisticsGroup OBJECT-GROUP    OBJECTS {        dot1qTpVlanPortHCInFrames,        dot1qTpVlanPortHCOutFrames,        dot1qTpVlanPortHCInDiscards    }    STATUS      current    DESCRIPTION        "A collection of objects providing per-port packet        statistics for all VLANs currently configured on this        device for high capacity interfaces, defined as those        that have the value of the corresponding instance of        ifSpeed greater than 650,000,000 bits/second."    ::= { qBridgeGroups 11 }qBridgeLearningConstraintsGroup OBJECT-GROUP    OBJECTS {        dot1qConstraintType,        dot1qConstraintStatus    }    STATUS      current    DESCRIPTION        "A collection of objects defining the Filtering Database        constraints all VLANs have with each other."    ::= { qBridgeGroups 12 }qBridgeLearningConstraintDefaultGroup OBJECT-GROUP    OBJECTS {        dot1qConstraintSetDefault,        dot1qConstraintTypeDefault    }    STATUS      current    DESCRIPTION        "A collection of objects defining the default Filtering        Database constraints for VLANs which have no specific        constraints defined."    ::= { qBridgeGroups 13 }-- --------------------------------------------------------------- compliance statements-- -------------------------------------------------------------qBridgeCompliance MODULE-COMPLIANCE    STATUS  current    DESCRIPTION        "The compliance statement for device support of Virtual        LAN Bridge services."    MODULE        MANDATORY-GROUPS {            qBridgeBaseGroup,            qBridgeVlanGroup,            qBridgeVlanStaticGroup,            qBridgePortGroup        }        GROUP       qBridgeFdbUnicastGroup        DESCRIPTION            "This group is mandatory for bridges that implement            802.1Q transparent bridging."        GROUP       qBridgeFdbMulticastGroup        DESCRIPTION            "This group is mandatory for bridges that implement            802.1Q transparent bridging."        GROUP       qBridgeServiceRequirementsGroup        DESCRIPTION            "This group is mandatory for bridges that implement            extended filtering services.  All objects must be            read-write if extended-filtering services are            enabled."        GROUP       qBridgeFdbStaticGroup        DESCRIPTION            "This group is optional."        GROUP       qBridgeVlanStatisticsGroup        DESCRIPTION            "This group is optional as there may be significant            implementation cost associated with its support."        GROUP       qBridgeVlanStatisticsOverflowGroup        DESCRIPTION            "This group is optional as there may be significant            implementation cost associated with its support. It is most            relevant for high capacity interfaces where the SNMP agent            supports only SNMPv1."        GROUP       qBridgeVlanHCStatisticsGroup        DESCRIPTION            "This group is optional as there may be significant            implementation cost associated with its support. It is most            relevant for high capacity interfaces."        GROUP       qBridgeLearningConstraintsGroup      

⌨️ 快捷键说明

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