c# - Is there a way to get the mac addresses and ip of each router connected to a switch? -


setup of routers , switch

like title says, there way mac addresses and/or ip of routers connected switch in asp.net c#?

if so, there way determine if connected router on , off?

the setup of routers , switch in image link.

managed switches uses snmp (simple network management protocol) can information such port connection every port, see here.

some more information can via lldp (link layer discovery protocol), see here

i think should enough hints. work can use pcap via c#.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -