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                                         
               
                                                                                
                                                                                
                                OID names
SNMPv2-SMI::enterprises.1991.1.1.4.3.1.1.1.1 = INTEGER: 1                       
                snL4RealServerIndex
SNMPv2-SMI::enterprises.1991.1.1.4.3.1.1.2.1 = STRING: "myservername"           
                snL4RealServerName
SNMPv2-SMI::enterprises.1991.1.1.4.3.1.1.3.1 = IpAddress: 10.10.1.1             
                snL4RealServerIP
SNMPv2-SMI::enterprises.1991.1.1.4.3.1.1.4.1 = INTEGER: 1                       
                snL4RealServerAdminStatus
SNMPv2-SMI::enterprises.1991.1.1.4.3.1.1.5.1 = INTEGER: 1000000                 
                snL4RealServerMaxConnections
SNMPv2-SMI::enterprises.1991.1.1.4.3.1.1.6.1 = INTEGER: 0                       
                snL4RealServerWeight
SNMPv2-SMI::enterprises.1991.1.1.4.3.1.1.7.1 = INTEGER: 2                       
                snL4RealServerRowStatus
SNMPv2-SMI::enterprises.1991.1.1.4.3.1.1.8.1 = INTEGER: 0                       
                snL4RealServerDeleteState

Still no joy!

I could not find the logic for row modification in Foundry MIT either.
I should be missing something. Any suggestions or RTFMs?

Thanks,
raj

On Dec 8, 2009, at 11:20 AM, Mike Ayers wrote:

>> 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.
>> Reason: (genError) A general failure occured
>> Failed object: SNMPv2-SMI::enterprises.1991.1.1.4.3.1.1.2.1
> 
>> snL4RealServerRowStatus OBJECT-TYPE
>> SYNTAX  L4RowSts
>> ACCESS  read-write
>> STATUS  mandatory
>> DESCRIPTION
>> "To create or delete a real server entry."
>> ::= {snL4RealServerEntry  7 }
> 
>       You may need to take the row out of service to chante the name.  See 
> the description clause of the RowStatus TC in 
> http://www.ietf.org/rfc/rfc2579.txt for the gory details, which point you to 
> the MIB you are using, which should document the extra logic it uses for row 
> modification.  Just because a column is writable does not mean it can be 
> changed at any time.

> 
> 
>       HTH,
> 
> Mike
> 
> ------------------------------------------------------------------------------
> Return on Information:
> Google Enterprise Search pays you back
> Get the facts.
> http://p.sf.net/sfu/google-dev2dev
> _______________________________________________
> Net-snmp-users mailing list
> Net-snmp-users@lists.sourceforge.net
> Please see the following page to unsubscribe or change other options:
> https://lists.sourceforge.net/lists/listinfo/net-snmp-users

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to