Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support to VLAN's with version 2 #2851

Merged
merged 2 commits into from Jan 24, 2016
Merged

add support to VLAN's with version 2 #2851

merged 2 commits into from Jan 24, 2016

Conversation

vitalisator
Copy link
Contributor

switch from Q-BRIDGE-MIB (IRTF) to newer IEEE8021-Q-BRIDGE-MIB (IEEE).
turns on VLAN on PBN and some other devices witch supports MST

hope this make no regress ;-)

works fine for me

… ieee8021QBridgeVlanVersionNumber

ieee8021QBridgeVlanVersionNumber OBJECT-TYPE
    SYNTAX      INTEGER {
                    version1(1),
                    version2(2)
                }
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "The version number of IEEE 802.1Q that this device
        supports.  Reported as 1 by VLAN Bridges that support
        only SST operation, and reported as 2 by VLAN Bridges
        that support MST operation."
    REFERENCE   "12.10.1.1"
    ::= { ieee8021QBridgeEntry 2 }
@LibreNMS-CI
Copy link

Auto-Deploy finished, Test PR at http://2851.ci.librenms.org or https://2851.ci.librenms.org

laf added a commit that referenced this pull request Jan 24, 2016
add support to VLAN's with version 2
@laf laf merged commit 422635a into librenms:master Jan 24, 2016
@vitalisator vitalisator deleted the vlan branch January 25, 2016 15:03
@lock lock bot locked as resolved and limited conversation to collaborators Jan 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants