Page 2 of 2

Re: VLAN info via SNMP missing?

Posted: Thu Jun 15, 2017 1:58 pm
by tonym
Eric Stern wrote:I updated Q-BRIDGE-MIB support in RC5 according to this post: http://forum.netonix.com/viewtopic.php? ... mib#p19125

If it still doesn't work someone will have to do some testing to figure out why librenms still doesn't like it and I'll update it accordingly.


Still doesn't have `Q-BRIDGE-MIB::dot1qVlanVersionNumber.0` The data is in the wrong place at `Q-BRIDGE-MIB::dot1qVlanVersionNumber`

There is an issue with indexes. See how some are 1,2,3 and others are 1,42,128. They should all be consistent.
Code: Select all
Q-BRIDGE-MIB::dot1qVlanIndex.1 = Gauge32: 1
Q-BRIDGE-MIB::dot1qVlanIndex.2 = Gauge32: 42
Q-BRIDGE-MIB::dot1qVlanIndex.3 = Gauge32: 128
Q-BRIDGE-MIB::dot1qVlanCurrentEgressPorts.1 = Hex-STRING: FF AC 00 00
Q-BRIDGE-MIB::dot1qVlanCurrentEgressPorts.2 = Hex-STRING: 11 00 00 00
Q-BRIDGE-MIB::dot1qVlanCurrentEgressPorts.3 = Hex-STRING: 01 D0 00 00
Q-BRIDGE-MIB::dot1qVlanCurrentUntaggedPorts.1 = Hex-STRING: FE AC 00 00
Q-BRIDGE-MIB::dot1qVlanCurrentUntaggedPorts.2 = Hex-STRING: 00 00 00 00
Q-BRIDGE-MIB::dot1qVlanCurrentUntaggedPorts.3 = Hex-STRING: 00 10 00 00
Q-BRIDGE-MIB::dot1qVlanStatus.1 = INTEGER: permanent(2)
Q-BRIDGE-MIB::dot1qVlanStatus.2 = INTEGER: permanent(2)
Q-BRIDGE-MIB::dot1qVlanStatus.3 = INTEGER: permanent(2)
Q-BRIDGE-MIB::dot1qVlanStaticName.1 = STRING: Management
Q-BRIDGE-MIB::dot1qVlanStaticName.42 = STRING: Answer
Q-BRIDGE-MIB::dot1qVlanStaticName.128 = STRING: 2 Power
Q-BRIDGE-MIB::dot1qVlanStaticEgressPorts.1 = Hex-STRING: FF AC 00 00
Q-BRIDGE-MIB::dot1qVlanStaticEgressPorts.42 = Hex-STRING: 11 00 00 00
Q-BRIDGE-MIB::dot1qVlanStaticEgressPorts.128 = Hex-STRING: 01 D0 00 00
Q-BRIDGE-MIB::dot1qVlanForbiddenEgressPorts.1 = Hex-STRING: 00 00 00 00
Q-BRIDGE-MIB::dot1qVlanForbiddenEgressPorts.42 = Hex-STRING: 00 00 00 00
Q-BRIDGE-MIB::dot1qVlanForbiddenEgressPorts.128 = Hex-STRING: 00 00 00 00
Q-BRIDGE-MIB::dot1qVlanStaticUntaggedPorts.1 = Hex-STRING: FE AC 00 00
Q-BRIDGE-MIB::dot1qVlanStaticUntaggedPorts.42 = Hex-STRING: 00 00 00 00
Q-BRIDGE-MIB::dot1qVlanStaticUntaggedPorts.128 = Hex-STRING: 00 10 00 00
Q-BRIDGE-MIB::dot1qVlanStaticRowStatus.1 = INTEGER: active(1)
Q-BRIDGE-MIB::dot1qVlanStaticRowStatus.42 = INTEGER: active(1)
Q-BRIDGE-MIB::dot1qVlanStaticRowStatus.128 = INTEGER: active(1)

Re: VLAN info via SNMP missing?

Posted: Thu Jun 15, 2017 2:13 pm
by tonym
Here is an example of Q-BRIDGE-MIB from an HPE Comware device:

https://p.libren.ms/view/raw/2cafb873

Re: VLAN info via SNMP missing?

Posted: Sat Jun 17, 2017 5:05 pm
by Eric Stern
This should be fixed in rc7.

Re: VLAN info via SNMP missing?

Posted: Mon Jun 19, 2017 9:15 am
by tonym
Eric Stern wrote:This should be fixed in rc7.


It's working, thanks!

Re: VLAN info via SNMP missing?

Posted: Fri Jun 23, 2017 8:53 am
by Patagoche
I also confirm It's working now. Looks great!
Thanks!!!