Re: [pox-dev] problem in discovery.py function

2019-07-08 Thread Murphy McCauley
Assuming the legacy switches speak LLDP, I think you'd generally have to query them using SNMP to get the information you need. This wouldn't be a straightforward modification of how the current discovery component works -- it'd be a complete rewrite. -- Murphy On Mon, Jul 8, 2019 at 12:27 AM

Re: [pox-dev] problem in discovery.py function

2019-07-07 Thread Murphy McCauley
So this is the constructor for LLDPSender. The docstring explains what the two parameters are. ttl probably isn't that important. send_cycle_time has to do with how fast discovery is sending packets. You don't usually construct LLDPSenders yourself, though. Normally, the discovery component