NeDi Community
NeDi Software Specific => Discovery => Topic started by: ifonyo on February 06, 2020, 09:40:12 am
-
Hi Gents,
I run in to this issue after upgranind to 1.8C version. The problem is that, when i want to check where the Node is connected i see always the core switch and the Portchannel where i have the access switch connected. What i expect is that i see the access switch and the exact interface where the computer is connected and not the core switch what is the "top" of the network topology.
I have attached a quick drawing and there i show how Nedi is giving me back the Device and Port information.
Thanks and regards,
/i.
-
1) Discover the access switch manually with verbose output and check whether you see the MAC address of that client on the correct port
2) On the core, check whether Po32 is still updating nodes (it should be detected as link, thus avoiding population)
You can set the linktype of Po32 to "NOP" to avoid population. Unfortunately this needs to be done with a SQL query in 1.8 (newer versions let you do that in Devices-Interfaces):
UPDATE interfaces SET linktype = 'NOP' WHERE device = 'Core SW' AND ifname = 'Po32'
-
Thanks Rickli! The second option was the solution to my issue! Now i see the exact device and port where the computer is connected. Thank You!