Re: Account lockout for v3 user

2018-06-14 Thread Wes Hardaker via Net-snmp-coders
RAHUL SHARMA writes: > How can account lockout feature be implemented in netsnmp? When number > of attempts to establish snmp contact using v3 user crosses a > threshold value, I need to drop v3 packets for a defined period of > time called lockout period. In lockout period, packets must be dropp

Re: Account lockout for v3 user

2018-06-12 Thread RAHUL SHARMA
correct credentials. Thanks, Rahul Sharma. On Tue, Jun 12, 2018, 9:03 PM Robert Story wrote: > On Fri, 8 Jun 2018 13:18:18 +0530 RAHUL wrote: > RS> I am trying to implement account lockout for v3 user in netsnmp. > RS> When the user enters lockout mode, I want to drop all the v3 >

Re: Account lockout for v3 user

2018-06-12 Thread Robert Story
On Fri, 8 Jun 2018 13:18:18 +0530 RAHUL wrote: RS> I am trying to implement account lockout for v3 user in netsnmp. RS> When the user enters lockout mode, I want to drop all the v3 RS> packets sent during lockout period. RS> Can this be achieved by doing some changes in snmpd.conf file

Account lockout for v3 user

2018-06-08 Thread RAHUL SHARMA
Hi, I am trying to implement account lockout for v3 user in netsnmp. When the user enters lockout mode, I want to drop all the v3 packets sent during lockout period. Can this be achieved by doing some changes in snmpd.conf file? Thanks in advance. Rahul Sharma