RE: problem configuring foundry load balancer using snmpset

2009-12-10 Thread Mike Ayers
From: Raj Gurung [mailto:r...@evryx.com] Sent: Wednesday, December 09, 2009 2:32 PM I tried providing enable password in snmpget command and also with no ^^^ ||| You mean snmpset, right? Otherwise,

Re: problem configuring foundry load balancer using snmpset

2009-12-10 Thread Raj Gurung
On Dec 10, 2009, at 10:36 AM, Mike Ayers wrote: From: Raj Gurung [mailto:r...@evryx.com] Sent: Wednesday, December 09, 2009 2:32 PM I tried providing enable password in snmpget command and also with no ^^^

RE: problem configuring foundry load balancer using snmpset

2009-12-10 Thread Mike Ayers
From: Raj Gurung [mailto:r...@evryx.com] Sent: Thursday, December 10, 2009 2:23 PM Foundry didnt like notInService(2) value for snL4RealServerRowStatus.Found that foundry snL4RealServerRowStatus value mappings for row creation/modification/deletion as [modify(3), create(4), delete (5)].

Re: problem configuring foundry load balancer using snmpset

2009-12-10 Thread Raj Gurung
On Dec 10, 2009, at 2:45 PM, Mike Ayers wrote: From: Raj Gurung [mailto:r...@evryx.com] Sent: Thursday, December 10, 2009 2:23 PM Foundry didnt like notInService(2) value for snL4RealServerRowStatus.Found that foundry snL4RealServerRowStatus value mappings for row

RE: problem configuring foundry load balancer using snmpset

2009-12-09 Thread Mike Ayers
From: Raj Gurung [mailto:r...@linkmemobile.com] Sent: Wednesday, December 09, 2009 11:06 AM The Foundry MIB was downloaded from src: http://www.notarus.net/networking/foundry_snmp.html Did you try the suggestion in the first section of that page? HTH, Mike

Re: problem configuring foundry load balancer using snmpset

2009-12-09 Thread Raj Gurung
On Dec 9, 2009, at 12:27 PM, Mike Ayers wrote: From: Raj Gurung [mailto:r...@linkmemobile.com] Sent: Wednesday, December 09, 2009 11:06 AM The Foundry MIB was downloaded from src: http://www.notarus.net/networking/foundry_snmp.html Did you try the suggestion in the first section

problem configuring foundry load balancer using snmpset

2009-12-08 Thread Raj Gurung
I have a foundry Server Iron box with code software release 07.5.xx. And I want to configure the box using snmpget. I checked through the foundry MIB and found the OID for the real server settings that I would like to configure. When i do snmp get for the real server name and IP OID's i get a

RE: problem configuring foundry load balancer using snmpset

2009-12-08 Thread Mike Ayers
From: Raj Gurung [mailto:r...@linkmemobile.com] Sent: Monday, December 07, 2009 11:22 AM But when I try to change the configuration using snmpset command, I am getting errors: # snmpset -v1 -c rwcommunity 10.10.10.253 .1.3.6.1.4.1.1991.1.1.4.3.1.1.2.1 s my-new-server-name Error in packet.

Re: problem configuring foundry load balancer using snmpset

2009-12-08 Thread Raj Gurung
Mike, Thanks for your suggestion. I checked that (SnL4RealServer) RowStatus is 2 which I believe is notInService. Correct me if I am wrong? ~# for i in `seq 1 8`;do snmpget -v1 -crwcommunity 10.10.10.253 1.3.6.1.4.1.1991.1.1.4.3.1.1.$i.1; done