I have sorted this out and attribute the problem to a change in the m0n0wall MIB.
Here are the values in question.
For 1.8.0b517, the last version that worked properly:
OID=.1.3.6.1.2.1.2.2.1.2.1, Type=OctetString, Value=fxp0 (LAN interface) OID=.1.3.6.1.2.1.2.2.1.2.2, Type=OctetString, Value=fxp1 (WAN Interface) OID=.1.3.6.1.2.1.2.2.1.2.3, Type=OctetString, Value=fxp2 OID=.1.3.6.1.2.1.2.2.1.2.4, Type=OctetString, Value=fxp3
For 1.8.1b522 which is problematic with the problem first appearing in 1.8.1b518:
OID=.1.3.6.1.2.1.2.2.1.2.1, Type=OctetString, Value=usbus0 OID=.1.3.6.1.2.1.2.2.1.2.2, Type=OctetString, Value=fxp0 (LAN interface) OID=.1.3.6.1.2.1.2.2.1.2.3, Type=OctetString, Value=fxp1 (WAN interface) OID=.1.3.6.1.2.1.2.2.1.2.4, Type=OctetString, Value=fxp2 OID=.1.3.6.1.2.1.2.2.1.2.5, Type=OctetString, Value=fxp3
As can be seen, the last OID digit of the fxp interfaces has been incremented by one in the b522 version.
The result of this was that IOG was now tracking the wrong adapter, my LAN adapter instead of my WAN adapter. This explains the direction reversal of the measured bandwidth.
|