NeDi Community
NeDi Software Specific => Discovery => Topic started by: sjobergh on May 22, 2021, 01:09:50 am
-
it seems to be something wrong when Nedi discover autonomous Cisco APs. APs that is not controlled by WLCs.
I get the following event message "No-SNMP neighbor xxxxx exists as SNMP device in xxxxxx".
I think the problem is becouse of this in libmisc.pm
my $nosdef = 'IP\s(Phone|Telephone)|^KX-NT55|^MITEL|^Mitel|Cisco ATA|Polycom VVX|SVSi encoder|AIR-[CL]?AP|cisco C\d+AXI|Cisco AP Software|ArubaOS|^AP-\d+|AP(\s|_)Controlled|Huawei AP|Hotzone Wireless AP';# AP- -> Wing TODO add version to avoid false matches?
We have changed the code to this
my $nosdef = 'IP\s(Phone|Telephone)|^KX-NT55|^MITEL|^Mitel|Cisco ATA|Polycom VVX|SVSi encoder|AIR-[CL]AP|cisco C\d+AXI|Cisco AP Software|ArubaOS|^AP-\d+|AP(\s|_)Controlled|Huawei AP|Hotzone Wireless AP';# AP- -> Wing TODO add version to avoid false matches?
Now we get a match on LAPxxx and CAPxxx and Nedi sees the AP as an AP controlled by a controller , when its APxxx and Nedi sees as an autonomous AP.
-
They keep changing the AP types :-(
But have you just removed the ? and it worked? The ? actually means C or L are optional...