On Tue, 22 Mar 2011 13:49:42 +0700 Royke royke4k@cbn.net.id wrote:
Correction, the connection view in netmap is established now. But I think I found a bugs (or is it a feature ?). My Prefix definition is dissapear , but my Vlan seems automagically filled with lot of Nettypes definition namely : core, elink, vlan. I think it is a normal behaviour, is it or not ?
I'm not sure what you're referring to here? What prefix definition has disappeared?
I refering to link in (http://metanav.int.cbn.net.id/seeddb/prefix/). I already fill the prefix with the subnet of the point-to-point link between routers and switches of the network. Then change the description of the interface. And suddenly the prefix dissapear. I guess the autodetected vlan prefix superseed the prefix I already fill in the prefix tab and filling the vlan (http://metanav.int.cbn.net.id/seeddb/vlan/) with the network type aforementioned.
Ok, I think you may be confusing things (and I think this is confusing about the SeedDB interface as well).
You can only add/edit prefixes of type `scope` and `reserved`. There is no point in adding point-to-point link prefixes, because these are neither `scope` nor `reserved`, they are `link` prefixes. These will be automatically collected from your routers by NAV.
What happened here is that NAV found your point-to-point link's prefix in your router, and re-classified it to a `link` type prefix. That's why it looks like it disappeared from SeedDB - it is no longer editable there, since it is now part of NAV's collected information.
If you want to see the full list of known prefixes, you should view the Prefix report in the report tool.
exceptions.AttributeError: 'NoneType' object has no attribute 'reset'
Looks like a bug in the handling of devices that have been physically replaced. The rest of your errors may be caused by the same problem, since this seems to create some scheduling problem for the duration of the ipdevpoll process.
If you would report these error messages at https://bugs.launchpad.net/nav/+filebug I would be gratefaul :)
I will post this at launchpad bugzilla.
Thanks!