Welcome, Guest. Please login or register.

Author Topic: Nedi Version 2.x, NO-SNMP  (Read 1723 times)

sjobergh

  • Newbie
  • *
  • Posts: 45
    • View Profile
Nedi Version 2.x, NO-SNMP
« 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.
 

rickli

  • Administrator
  • Hero Member
  • *****
  • Posts: 2901
    • View Profile
    • NeDi
Re: Nedi Version 2.x, NO-SNMP
« Reply #1 on: May 25, 2021, 07:22:32 pm »
They keep changing the AP types :-(
But have you just removed the ? and it worked? The ? actually means C or L are optional...
Please consider Other-Invoices on your NeDi installation for an annual contribution, tx!
-Remo