- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 05:46 AM
Hello,
I'm trying to run discovery on Arista switch (DCS-7050SX-64). Upon running discovery, it found 28 neighbors and filled up the discovery_device_neighbors table accordingly but the Device Neighbors tab is still empty. Is there anything else needed to show the neighbors in the tab?
Regards,
Ty
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 06:46 PM
It turns out that we need to turn the glide.discovery.bgp_router_disable property to false. By default, Discovery does not populate neighbors if the network switch's bgp is on (assuming that bgp-enabled switch has too many neighbors to make it valuable discovery item.) We turn on the bgp for most of network switches and switching off the property indeed fixed my issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hey Hi @Ty Hahn & @Niklas Peterson ,
I have set the relevant discovery property to false, and as a result, I can now see neighbor devices attached to my router in the discovery_device_neighbors table.
I would like to understand the following:
Will ServiceNow automatically create Configuration Items (CIs) for these neighbor devices?
My requirement is to create CI records for the neighbor devices and establish relationships (links) between them and the parent router.
Is there a way to achieve this requirement in ServiceNow Discovery? If so, what would be the recommended approach?
Looking for your respose!
Thanks in Advance 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi,
ServiceNow Discovery will not create the devices based on the neighbor information, they need to be discovered individually. If they then turn out to be neighbors then the discovery_device_neighbors table will connect them as neighbors.
Regards,
Niklas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Niklas Peterson ,
Thanks for your response.
In my case i have 2 devices that are connected to each other.
Through discovery schedule i have discovered those 2 CI are created but no relationship has been formed. But in discovery_device_neighbors table i could see a entry.
I could not able to find the issue.
can u help me on that?