===== Original Message From woj@tstd.pl ===== ok, changed descriptons on routers according to guide lines and it worked :) only switches left.
Good to hear! Hopefully the switches will also get the vlan set the next time networkDiscovery is run now that it is correct wrt routers. If not, send me the output of:
select module,port,ifindex,vlan,vlanid from netbox join module using(netboxid) join swport using(moduleid) left join swportvlan using(swportid) where ip='<ip>';
Where <ip> is the IP of a switch missing VLAN info.
-- Kristian