Re: [AFMUG] Canopy 450 SNMP Bug

2016-02-09 Thread Matt Mangriotis
Thanks Matt... I have sent this to the engineering team to investigate. Will 
let you know what they find.

I do know there was a custom frequency bug that has been fixed already (in the 
14.1.2 beta), but not sure if it's the same one that I recall.

Matt

-Original Message-
From: Af [mailto:af-boun...@afmug.com] On Behalf Of Matt
Sent: Monday, February 08, 2016 3:24 PM
To: af@afmug.com
Subject: [AFMUG] Canopy 450 SNMP Bug

Trying to set the Custom Frequency list on a Canopy 3.65 SM I get this:

snmpset -v 2c -c Canopy 169.254.1.1 .1.3.6.1.4.1.161.19.3.3.2.53.0 s
366000,369000
Error in packet.
Reason: wrongValue (The set value is illegal or unsupported in some way) Failed 
object: iso.3.6.1.4.1.161.19.3.3.2.53.0

I have SNMP write enabled.  I get this error with both 13.4 and 14.1.1.  
Dowgrading to 13.1.3 and it WORKS again.

It would also be nice if the config backup and restore actually worked.  I 
configure one SM and it works.  Restore the exact same config to another SM and 
it won't register too tower.  Restore factory defaults on it and configure step 
through web interface and it works fine again.


Re: [AFMUG] Canopy 450 SNMP Bug

2016-02-09 Thread Sriram Chaturvedi
Hi Matt,

Yes, the config import failure is due to the auth key. This bug has has been 
addressed in 14.1.2 which is currently available as a beta release.

Regarding the 3.65 frequency setting on the SM, add an extra 0 to the 
frequency. So instead of:
snmpset -v 2c -c Canopy 169.254.1.1 .1.3.6.1.4.1.161.19.3.3.2.53.0 s
366000,369000

Use:
snmpset -v 2c -c Canopy 169.254.1.1 .1.3.6.1.4.1.161.19.3.3.2.53.0 s
366,369

This is because the raster is now 1 kHz while it was previously 50 kHz.

We will update the OID description in 14.1.2 to reflect this change as the 
example in the description is incorrect.

Thanks,
Sriram

Join the Conversation
Cambium Networks Community Forum




On Feb 9, 2016, at 11:56 AM, Matt 
> wrote:

worked.  I configure one SM and it works.  Restore the exact same
config to another SM and it won't register too tower.  Restore factory
defaults on it and configure step through web interface and it works
fine again.

On this part I did figure out that the Canopy configuration backup
does not restore the pre-shared authentication key.  Have to enter it
manually each time after applying the configuration file.



Re: [AFMUG] Canopy 450 SNMP Bug

2016-02-09 Thread Matt
> worked.  I configure one SM and it works.  Restore the exact same
> config to another SM and it won't register too tower.  Restore factory
> defaults on it and configure step through web interface and it works
> fine again.

On this part I did figure out that the Canopy configuration backup
does not restore the pre-shared authentication key.  Have to enter it
manually each time after applying the configuration file.


[AFMUG] Canopy 450 SNMP Bug

2016-02-08 Thread Matt
Trying to set the Custom Frequency list on a Canopy 3.65 SM I get this:

snmpset -v 2c -c Canopy 169.254.1.1 .1.3.6.1.4.1.161.19.3.3.2.53.0 s
366000,369000
Error in packet.
Reason: wrongValue (The set value is illegal or unsupported in some way)
Failed object: iso.3.6.1.4.1.161.19.3.3.2.53.0

I have SNMP write enabled.  I get this error with both 13.4 and
14.1.1.  Dowgrading to 13.1.3 and it WORKS again.

It would also be nice if the config backup and restore actually
worked.  I configure one SM and it works.  Restore the exact same
config to another SM and it won't register too tower.  Restore factory
defaults on it and configure step through web interface and it works
fine again.