Hi!
Is it possible o create a view where in we could instantly see the interfaces of the node, assigned to a particular vlan?
I'm not sure it's possible in NPM; but I know you can get this sort of information out of NCM instead. There is a built-in report in the Inventory section called "Switch Ports" which gives details of the VLAN assigned to each active network port.
Looking at the database for NPM, I cannot see a field for VLAN in the Interfaces table, and there's nothing else that looks vaguely relevant; so you wouldn't even be able to put together some custom SQL to do what you want either.
Thanks Anyway I'm looking into the "Custom Property Editor", i'm checking if it's possible to create a vlan group per interface, but from what I see we could only create a group by node. Have you tried it?
Not sure I'm 100% with you. Have you been able to add a Custom Property at the Interface level? You just need to select the Interface button in the Custom Property Editor tool:
I'm using 10.2 version of NPM. I cannot find any "interfaces button"...
I have a UnDP poller uploaded to the Content Exchange that can be assigned to nodes to create a table that shows the assigned VLAN for each interface on the device. The link is below: If you want to see interfaces to a certain VLAN you can then just create a custom report and filter the Status of the poller to the VLAN in question and then create a view based on that report.