i dont have one handy to log into without going all the way to the shelf. Is snmp write defaulty enabled now?
On Tue, Oct 7, 2014 at 2:56 PM, Matt via Af <[email protected]> wrote: > Does this work? > > snmpset -v 2c -c Canopy 169.254.1.1 .1.3.6.1.4.1.161.19.3.3.2.53.0 s > > 365250,365500,365750,366000,366250,366500,366750,367000,367250,367500,367750,368000,368250,368500,368750,369000,369250,369500,369750 > > Started just breaking it in two to get it to work. We program all sm > settings through SNMP before they go out the door. Much faster and > less error prone then going through the web interface. > > > On Tue, Oct 7, 2014 at 1:38 PM, Sriram Chaturvedi via Af <[email protected]> > wrote: > > Hi Matt, > > > > The length of the OID string is limited to 128 characters (commas > included). The string you have below is 118 characters, so it's odd that it > doesn’t work. Double check to make sure there are no leading or trailing > spaces. I tried the same string and it worked for me. Hit me up offline if > you are having trouble with this. > > > > IPv6 filter settings are not supported through SNMP in Release 13.2. > > > > Thanks, > > Sriram > > > > -----Original Message----- > > From: Af [mailto:[email protected]] On Behalf Of Matt via Af > > Sent: Tuesday, October 07, 2014 1:16 PM > > To: [email protected] > > Subject: Re: [AFMUG] 450 3.65 SNMP Default Frequencies > > > > Sriram, > > > > I found this works. > > > > snmpset -v 2c -c $community $ip .1.3.6.1.4.1.161.19.3.3.2.53.0 s > > > 365500,365750,366000,366250,366500,366750,367000,367250,367500,367750,368000,368250,368500,368750,369000,369250,369500 > > snmpset -v 2c -c $community $ip .1.3.6.1.4.1.161.19.3.3.2.53.0 s > 365250,369750 > > > > I still cannot do them all at once, it gives an error. > > > > On a related topic. This sets the IPv4 all filter. > > > > snmpset -v 2c -c $community $ip .1.3.6.1.4.1.161.19.3.3.2.132.0 i 1 > > > > What sets the IPv6 all filter? Thanks. > > > > > > > > > > > > > > On Tue, Oct 7, 2014 at 12:55 PM, Sriram Chaturvedi via Af <[email protected]> > wrote: > >> Hi, > >> > >> There is no SNMP support to push the "Default Frequencies" button, yet. > Like Joe pointed out, the OIDs below will allow you to populate the list > with a single set command. Also, all new radios out of the box will have > the default list populated (or when you factory default them). Please let > us know if that is not the case. > >> > >> Thanks, > >> Sriram > >> > >> -----Original Message----- > >> From: Af [mailto:[email protected]] On Behalf Of Joe Cracchiolo via > >> Af > >> Sent: Tuesday, October 07, 2014 12:20 PM > >> To: [email protected] > >> Subject: Re: [AFMUG] 450 3.65 SNMP Default Frequencies > >> > >> There is a pair of new MIB's for that, > WHISP-BOX-MIBV2-MIB::addCustomFreqList.0 and > WHISP-BOX-MIBV2-MIB::removeCustomFreqList.0 in v13.2 b32. I haven't tried > that on MIB value yet to see how well it works. You can also use a curl > command to program frequencies in the older firmware. > >> > >> Joe > >> > >> On Oct 7, 2014, at 10:01, Matt via Af <[email protected]> wrote: > >> > >>> Programming 450 3.65 SM's. See a new button under 'Custom > >>> Frequencies' called 'Default Frequencies'. Anyway to push that > >>> button with SNMP? > >> > -- All parts should go together without forcing. You must remember that the parts you are reassembling were disassembled by you. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer. -- IBM maintenance manual, 1925
