I noticed that a lot of my switches are picking up the MACs on the uplink port, is there a way to ignore uplink ports by switch ip? On the switch page it shows the macs on the corresponding ports, then on the uplink it shows all macs that the switch knows, maybe a design flaw of the not-so-great-wish-i-could-replace D-Link DGS3100 switches?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is probably SwitchMap's greatest weakness - it doesn't detect trunk ports on some switches. I could add a feature that would allow you to define trunk ports manually in the ThisSite.pm file. It would take the form of an array of switch/port tuples. Defining the tuples would be tedious, but it would "solve" the problem. Should I implement it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think it would be a great feature to have, especially useful when using the search, I search for an IP or pc name and have to wade through all the switches since the name appears on the trunk port of every switch.
Perhaps under the "LocalSwitches" array, add a parameter to each line to define the trunk port for each switch. I know there is a feature for this array to add 3 dashes to define the name, so maybe add 4 dashes to define the trunk port.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I implemented this feature in version 13.1, which I just released. Look in ThisSite.default.pm, at the new @LocalSwitchTrunkPorts array. It works at my site.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I noticed that a lot of my switches are picking up the MACs on the uplink port, is there a way to ignore uplink ports by switch ip? On the switch page it shows the macs on the corresponding ports, then on the uplink it shows all macs that the switch knows, maybe a design flaw of the not-so-great-wish-i-could-replace D-Link DGS3100 switches?
This is probably SwitchMap's greatest weakness - it doesn't detect trunk ports on some switches. I could add a feature that would allow you to define trunk ports manually in the ThisSite.pm file. It would take the form of an array of switch/port tuples. Defining the tuples would be tedious, but it would "solve" the problem. Should I implement it?
I think it would be a great feature to have, especially useful when using the search, I search for an IP or pc name and have to wade through all the switches since the name appears on the trunk port of every switch.
Perhaps under the "LocalSwitches" array, add a parameter to each line to define the trunk port for each switch. I know there is a feature for this array to add 3 dashes to define the name, so maybe add 4 dashes to define the trunk port.
I implemented this feature in version 13.1, which I just released. Look in ThisSite.default.pm, at the new @LocalSwitchTrunkPorts array. It works at my site.