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

📄 q-bridge-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
    DESCRIPTION        "A table containing filtering information for VLANs        configured into the bridge by (local or network)        management, or learnt dynamically, specifying the set of        ports to which frames received on a VLAN for this FDB        and containing a specific Group destination address are        allowed to be forwarded."    ::= { dot1qTp 3 }dot1qTpGroupEntry OBJECT-TYPE    SYNTAX      Dot1qTpGroupEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "Filtering information configured into the bridge by        management, or learnt dynamically, specifying the set of        ports to which frames received on a VLAN and containing        a specific Group destination address, are allowed to be        forwarded.  The subset of these ports learnt dynamically        is also provided."    INDEX   { dot1qVlanIndex, dot1qTpGroupAddress }    ::= { dot1qTpGroupTable 1 }Dot1qTpGroupEntry ::=    SEQUENCE {        dot1qTpGroupAddress            MacAddress,        dot1qTpGroupEgressPorts            PortList,        dot1qTpGroupLearnt            PortList    }dot1qTpGroupAddress OBJECT-TYPE    SYNTAX      MacAddress    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The destination Group MAC address in a frame to which        this entry's filtering information applies."    ::= { dot1qTpGroupEntry 1 }dot1qTpGroupEgressPorts OBJECT-TYPE    SYNTAX      PortList    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The complete set of ports, in this VLAN, to which        frames destined for this Group MAC address are currently        being explicitly forwarded.  This does not include ports        for which this address is only implicitly forwarded, in        the dot1qForwardAllPorts list."    ::= { dot1qTpGroupEntry 2 }dot1qTpGroupLearnt OBJECT-TYPE    SYNTAX      PortList    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The subset of ports in dot1qTpGroupEgressPorts which        were learnt by GMRP or some other dynamic mechanism, in        this Filtering database."    ::= { dot1qTpGroupEntry 3 }-- --------------------------------------------------------------- Service Requirements Group-- -------------------------------------------------------------dot1qForwardAllTable OBJECT-TYPE    SYNTAX      SEQUENCE OF Dot1qForwardAllEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "A table containing forwarding information for each        VLAN, specifying the set of ports to which forwarding of        all multicasts applies, configured statically by        management or dynamically by GMRP.  An entry appears in        this table for all VLANs that are currently        instantiated."    REFERENCE        "IEEE 802.1Q/D11 Section 12.7.2, 12.7.7"    ::= { dot1qTp 4 }dot1qForwardAllEntry OBJECT-TYPE    SYNTAX      Dot1qForwardAllEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "Forwarding information for a VLAN, specifying the set        of ports to which all multicasts should be forwarded,        configured statically by management or dynamically by        GMRP."    INDEX   { dot1qVlanIndex }    ::= { dot1qForwardAllTable 1 }Dot1qForwardAllEntry ::=    SEQUENCE {        dot1qForwardAllPorts            PortList,        dot1qForwardAllStaticPorts            PortList,        dot1qForwardAllForbiddenPorts            PortList    }dot1qForwardAllPorts OBJECT-TYPE    SYNTAX      PortList    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The complete set of ports in this VLAN to which all        multicast group-addressed frames are to be forwarded.        This includes ports for which this need has been        determined dynamically by GMRP, or configured statically        by management."    ::= { dot1qForwardAllEntry 1 }dot1qForwardAllStaticPorts OBJECT-TYPE    SYNTAX      PortList    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION        "The set of ports configured by management in this VLAN        to which all multicast group-addressed frames are to be        forwarded.  Ports entered in this list will also appear        in the complete set shown by dot1qForwardAllPorts.  This        value will be restored after the device is reset.  This        only applies to ports that are members of the VLAN,        defined by dot1qVlanCurrentEgressPorts.  A port may not        be added in this set if it is already a member of the        set of ports in dot1qForwardAllForbiddenPorts.  The        default value is a string of ones of appropriate length,        to indicate standard non-EFS behaviour, i.e.  forward        all multicasts to all ports."    ::= { dot1qForwardAllEntry 2 }dot1qForwardAllForbiddenPorts OBJECT-TYPE    SYNTAX      PortList    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION        "The set of ports configured by management in this VLAN        for which the Service Requirement attribute Forward All        Multicast Groups may not be dynamically registered by        GMRP.  This value will be restored after the device is        reset.  A port may not be added in this set if it is        already a member of the set of ports in        dot1qForwardAllStaticPorts.  The default value is a        string of zeros of appropriate length."    ::= { dot1qForwardAllEntry 3 }dot1qForwardUnregisteredTable OBJECT-TYPE    SYNTAX      SEQUENCE OF Dot1qForwardUnregisteredEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "A table containing forwarding information for each        VLAN, specifying the set of ports to which forwarding of        multicast group-addressed frames for which there is no        more specific forwarding information applies.  This is        configured statically by management and determined        dynamically by GMRP.  An entry appears in this table for        all VLANs that are currently instantiated."    REFERENCE        "IEEE 802.1Q/D11 Section 12.7.2, 12.7.7"    ::= { dot1qTp 5 }dot1qForwardUnregisteredEntry OBJECT-TYPE    SYNTAX      Dot1qForwardUnregisteredEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "Forwarding information for a VLAN, specifying the set        of ports to which all multicasts for which there is no        more specific forwarding information shall be forwarded.        This is configured statically by management or        dynamically by GMRP."    INDEX   { dot1qVlanIndex }    ::= { dot1qForwardUnregisteredTable 1 }Dot1qForwardUnregisteredEntry ::=    SEQUENCE {        dot1qForwardUnregisteredPorts            PortList,        dot1qForwardUnregisteredStaticPorts            PortList,        dot1qForwardUnregisteredForbiddenPorts            PortList    }dot1qForwardUnregisteredPorts OBJECT-TYPE    SYNTAX      PortList    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The complete set of ports in this VLAN to which        multicast group-addressed frames for which there is no        more specific forwarding information will be forwarded.        This includes ports for which this need has been        determined dynamically by GMRP, or configured statically        by management."    ::= { dot1qForwardUnregisteredEntry 1 }dot1qForwardUnregisteredStaticPorts OBJECT-TYPE    SYNTAX      PortList    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION        "The set of ports configured by management, in this        VLAN, to which multicast group-addressed frames for        which there is no more specific forwarding information        are to be forwarded.  Ports entered in this list will        also appear in the complete set shown by        dot1qForwardUnregisteredPorts.  This value will be        restored after the device is reset.  A port may not be        added in this set if it is already a member of the set        of ports in dot1qForwardUnregisteredForbiddenPorts.  The        default value is a string of zeros of appropriate        length, although this has no effect with the default        value of dot1qForwardAllStaticPorts."    ::= { dot1qForwardUnregisteredEntry 2 }dot1qForwardUnregisteredForbiddenPorts OBJECT-TYPE    SYNTAX      PortList    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION        "The set of ports configured by management in this VLAN        for which the Service Requirement attribute Forward        Unregistered Multicast Groups may not be dynamically        registered by GMRP.  This value will be restored after        the device is reset.  A port may not be added in this        set if it is already a member of the set of ports in        dot1qForwardUnregisteredStaticPorts.  The default value        is a string of zeros of appropriate length."    ::= { dot1qForwardUnregisteredEntry 3 }-- --------------------------------------------------------------- The Static (Destination-Address Filtering) Database-- -------------------------------------------------------------dot1qStaticUnicastTable OBJECT-TYPE    SYNTAX      SEQUENCE OF Dot1qStaticUnicastEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "A table containing filtering information for Unicast        MAC addresses for each Filtering Database, configured        into the device by (local or network) management        specifying the set of ports to which frames received        from specific ports and containing specific unicast        destination addresses are allowed to be forwarded.  A        value of zero in this table as the port number from        which frames with a specific destination address are        received, is used to specify all ports for which there        is no specific entry in this table for that particular        destination address.  Entries are valid for unicast        addresses only."    REFERENCE        "IEEE 802.1Q/D11 Section 12.7.7,        ISO/IEC 15802-3 Section 7.9.1"    ::= { dot1qStatic 1 }dot1qStaticUnicastEntry OBJECT-TYPE    SYNTAX      Dot1qStaticUnicastEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "Filtering information configured into the device by        (local or network) management specifying the set of        ports to which frames received from a specific port and        containing a specific unicast destination address are        allowed to be forwarded."    INDEX   {        dot1qFdbId,        dot1qStaticUnicastAddress,        dot1qStaticUnicastReceivePort    }    ::= { dot1qStaticUnicastTable 1 }Dot1qStaticUnicastEntry ::=    SEQUENCE {        dot1qStaticUnicastAddress            MacAddress,        dot1qStaticUnicastReceivePort            INTEGER,        dot1qStaticUnicastAllowedToGoTo            PortList,        dot1qStaticUnicastStatus            INTEGER    }dot1qStaticUnicastAddress OBJECT-TYPE    SYNTAX      MacAddress    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The destination MAC address in a frame to which this        entry's filtering information applies.  This object must        take the value of a unicast address."    ::= { dot1qStaticUnicastEntry 1 }dot1qStaticUnicastReceivePort OBJECT-TYPE    SYNTAX      INTEGER (0..65535)    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "Either the value '0', or the port number of the port        from which a frame must be received in order for this        entry's filtering information to apply.  A value of zero        indicates that this entry applies on all ports of the        device for which there is no other applicable entry."    ::= { dot1qStaticUnicastEntry 2 }dot1qStaticUnicastAllowedToGoTo OBJECT-TYPE    SYNTAX      PortList    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION        "The set of ports for which a frame with a specific        unicast address will be flooded in the event that it        has not been learned.  It also specifies the set of        ports a specific unicast address may be dynamically        learnt on.  The dot1qTpFdbTable will have an equivalent        entry with a dot1qTpFdbPort value of '0' until this        address has been learnt, when it will be updated with        the port the address has been seen on.  This only        applies to ports that are members of the VLAN, defined        by dot1qVlanCurrentEgressPorts.  The default value of        this object is a string of ones of appropriate length."    REFERENCE        "IEEE 802.1Q/D11 Table 8-5, ISO/IEC 15802-3 Table 7-5"    ::= { dot1qStaticUnicastEntry 3 }dot1qStaticUnicastStatus OBJECT-TYPE    SYNTAX      INTEGER {                    other(1),                    invalid(2),                    permanent(3),                    deleteOnReset(4),                    deleteOnTimeout(5)                }    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION        "This object indicates the status of this entry.            other(1) - this entry is currently in use but                the conditions under which it will remain                so differ from the following values.            invalid(2) - writing this value to the object                removes the corresponding entry.            permanent(3) - this entry is currently in use                and will remain so after the next reset of                the bridge.            deleteOnReset(4) - this entry is currently in                use and will remain so until the next                reset of the bridge.            deleteOnTimeout(5) - this entry is currently in                use and will remain so until it is aged out."    DEFVAL      { permanent }    ::= { dot1qStaticUnicastEntry 4 }dot1qStaticMulticastTable OBJECT-TYPE    SYNTAX      SEQUENCE OF Dot1qStaticMulticastEntry    MAX-ACCESS  not-accessible    STATUS      current

⌨️ 快捷键说明

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