Oliver Gorwits

Results 280 comments of Oliver Gorwits

> is there an easy way to get the resulting SQL for the query constructed in https://github.com/netdisco/netdisco/blob/master/lib/App/Netdisco/Web/Plugin/Report/ApClients.pm ? Yes, run the web frontend in the foreground and set the DBIC_TRACE=1...

It looks like an error in the report's table relations: Currently the relations chosen are Device -> Port -> SSID, and Device -> Port -> MACs So the report will...

Need some sample data in order to write the fix. I don't have AP data in my Netdisco DB.

Script copied here: https://gist.github.com/ollyg/2c93e9e0780ec800561b92e2e3111596

OK, so as PoC for new pluggable backend, we would have this config: ```yaml extra_collector_plugins: - Discover::WirelessServices::UniFi - Macsuck::WirelessNodes::UniFi ``` Example registration of a driver: ```perl package Discover::WirelessServices::UniFi; use App::Netdisco::Core::Plugin;...

> @ollyg > > I may be misunderstanding something, but has this been a usable feature at any point? > > From the looks above I can't tell if you...

It should look like this, prompting you. But yes there's no auto showing of prefixes. I have an idea to try... ![image](https://user-images.githubusercontent.com/29653/144266118-ff570cdb-0857-450f-a67e-09cf480bfc70.png)

It's a good idea but I'm not sure how to implement. Either this happens at arpnip time and goes into the node_ip table but then these aren't really existing nodes...

hmm wonder if we need to add 1.0.8802.1.1 and 1.3.111.2.802 to the SNMP browser (which is only 1.3.6.1 today)

@kingtrw there's [CISCO-PAE-MIB](http://www.circitor.fr/Mibs/Html/C/CISCO-PAE-MIB.php) but I'd be interested to see what your Dell implement if any for exposing that (btw not all vendors do ... I don't think Arista expose it...