Setting Cyclic Prefix on PMP430 with SNMP...

Hi There,

I was wondering whether it's possible to set the Cyclic Prefix via snmpset ? I found the correct OID to read it but I'm getting a timeouit when I try and set it to something else.  

SNMP just seems like the fastest way of doing this since it's pretty easy to script / automate.  I really want to prevent logging into each PMP430 SM and manually setting the value. 

### Reading works,  I'm presuming a value of "1" = One Eighth and a value of "2" = One Sixteenth ?

snmpwalk -v2c -c snmpWIRELESS 10.4.22.189 .1.3.6.1.4.1.161.19.3.3.2.81 

SNMPc2-SMI::enterprises.161.19.3.3.2.81 = INTEGER: 1

### Setting Cyclic

snmpset -v2c -c snmpWIRELESS 10.4.22.189 .1.3.6.1.4.1.161.19.3.3.2.81 i "2"

Timeout: No Response fromn 10.4.22.189

Thanks in advance,

-steph


@Steph wrote:

Hi There,

I was wondering whether it's possible to set the Cyclic Prefix via snmpset ? I found the correct OID to read it but I'm getting a timeouit when I try and set it to something else.  

SNMP just seems like the fastest way of doing this since it's pretty easy to script / automate.  I really want to prevent logging into each PMP430 SM and manually setting the value. 

### Reading works,  I'm presuming a value of "1" = One Eighth and a value of "2" = One Sixteenth ?

snmpwalk -v2c -c snmpWIRELESS 10.4.22.189 .1.3.6.1.4.1.161.19.3.3.2.81 

SNMPc2-SMI::enterprises.161.19.3.3.2.81 = INTEGER: 1

### Setting Cyclic

snmpset -v2c -c snmpWIRELESS 10.4.22.189 .1.3.6.1.4.1.161.19.3.3.2.81 i "2"

Timeout: No Response fromn 10.4.22.189

Thanks in advance,

-steph


Steph,

We had a bug with this OID and was  fixed in 13.4.1 and 14.1. Yes, this is be possible on PMP 430 SMs via SNMP. The OID is cyclicPrefix in whispBox is correct: .1.3.6.1.4.1.161.19.3.3.2.81.0

And the integer values are:
    INTEGER {one-quarter(0),
    one-eighth(1),
    one-sixteenth(2),

To test the fix you can upgrade to 13.4.1 beta, Or wait for the 13.4.1 official which is planning to go official next week.


Sorry for the inconvenience,
Charlie

Hi Charlie,

Thanks for the update ..

-steph