Erik Weber wrote:
Morten Brekkevold wrote:
On Fri, 20 Feb 2009 09:22:34 +0100 Erik Weber twiztar@gmail.com wrote:
They have 80-96 snmpoids each, and they all seem to have ipNetToMediaPhysAddress
Could try to verify that there are any ARP entries recorded at all, using psql:
sudo -u postgres psql nav
then in psql:
SELECT * FROM arp;
The sysname column documents which router the record was pulled from.
There's records there, but not those I wanted. Snmpwalking IP-MIB::ipNetToMediaPhysAddress doesn't reveal any more records either, so I guess there's where the problem lies.
I might have a flaw, these are primarily used as layer 2 switches and doesn't actually do any routing or other fancy stuff, I guess that's why there's no IP to ARP records on them..