-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cisco Catalyst 9800-CL Wireless Controller but netdisco say l2 device #532
Comments
Hi! There are apparently two ways of identifying this class, either by sysDescr or sysObjectId:
You can check what you get with netdisco-do show (example from a random switch):
Then edit the SNMP/Info.pm on the lines show to match the 9800L description or last number of the sysObjectID. Let us know if it works or putting the modified file into a PR is highly appreciated. |
Hi i did i can share response but i cant edit perl5/lib/perl5/SNMP/Info.pm because i use docker i edit and try but still same problem i put here output
then i aded info pm i am not sure docker use i copied Info.pm
then i aded desc in Info.pm
but when ı try discover again not working output this
|
I found one of these devices on our network and gave it a try, the change in Info.pm would need to be e.g.
but then it will immediately crash the discovery since the serial is no longer found, for a quick fix I had to insert this dummy string:
Then it somewhat works, e.g. the APs are shown in the Ports list. But a lot of stuff stops working, besides the serial also the model, os and os version. So presumably we would need to stitch together the stuff that works from both classes into a new devicetype like Layer?::C9800CL / CiscoWLC. I'm not really a wireless person, there seems to be some Airespace stuff still left since e.g. PS to experiment with these files in docker, you can mount them into the container - just add volume: lines in docker-compose.yml like then one for |
i did what you say now ı can discover ap come but clients and ssid not come |
Hi when this device discovery netdisco not see ap because netdisco try add l3 device but this is wirellas lan controller need be update SNMP::Info::Layer2::Airespace for Cisco Catalyst 9800-CL
[1667] 2024-10-04 18:17:20 info App::Netdisco version 2.079001 loaded.
[1667] 2024-10-04 18:17:20 info discover: [10.1.10.247] started at Fri Oct 4 18:17:20 2024
[1667] 2024-10-04 18:17:21 debug discover: running with timeout 600s
[1667] 2024-10-04 18:17:21 debug //// CHECK \\ phase
[1667] 2024-10-04 18:17:21 debug ⮕ worker Internal::BackendFQDN p1000000
[1667] 2024-10-04 18:17:21 debug ⮕ worker Internal::SNMPFastDiscover p1000000
[1667] 2024-10-04 18:17:21 debug running with configured SNMP timeouts
[1667] 2024-10-04 18:17:21 debug ⮕ worker Discover p0
[1667] 2024-10-04 18:17:21 debug ⬅ (done) Discover is able to run.
[1667] 2024-10-04 18:17:21 debug //// EARLY \\ phase
[1667] 2024-10-04 18:17:21 debug ⮕ worker Discover::Properties p100
[1667] 2024-10-04 18:17:21 debug snmp reader cache warm: [10.1.10.247]
[1667] 2024-10-04 18:17:21 debug [10.1.10.247:161] try_connect with v: 2, t: 0.2, r: 0, class: SNMP::Info, comm:
[1667] 2024-10-04 18:17:21 debug [10.1.10.247:161] try_connect with v: 2, new class: SNMP::Info::Layer3::CiscoSwitch, comm:
how can i update or fix
The text was updated successfully, but these errors were encountered: