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)