RE: trap changes made for VRF

2021-01-06 Thread Joan Landry
Can you please also explain why the pre-existing functionality of clientaddr x.x.x.x:port – no longer works and what I need to do to get it to work again? Also, where should I look for this patch – and any idea on when it might be available? Thanks, Joan From: Bart Van Assche Sent:

Re: trap changes made for VRF

2021-01-06 Thread Bart Van Assche
Hi Sam, Can you submit a patch that documents how to use the changes in the following two commits: * 02de400544de ("libsnmp: Set Linux VRF iface on Trap sink IP addresses") * 3ca90c2c1260 ("libsnmp/transports/UDP: Add support for VRF")

trap changes made for VRF

2021-01-06 Thread Joan Landry
Can someone please provide a link to the documentation that describes how to get rc = netsnmp_bindtodevice(t->sock, ep->iface); to work – apparently the code that sends traps has been redesigned significantly in that NETSNMP_DS_LIB_CLIENT_ADDR no longer works as use to. What is the change

RE: snmptrapd for V3 informs

2021-01-06 Thread Atkins, Brian
I don’t have one handy, but keep in mind that the engineID used to encode the usmUser credentials, for both snmptrapd and the agent, is the one for snmptrapd itself, not the agent sending the INFORM: With SNMPv3 informs, the authoritative engine ID is the engine that receives the inform,

RE: snmptrapd for V3 informs

2021-01-06 Thread Joan Landry
Hi, I am trying to upgrade to net-snmp 5.9 and noticed a change for VRF support that was added. commit 3ca90c2c1260e036a5abd73a40f83d4ded545580 Author: Bart Van Assche mailto:bvanass...@acm.org>> Date: Fri Dec 28 11:57:11 2018 -0800 libsnmp/transports/UDP: Add support for VRF Prior to 5.9

snmptrapd for V3 informs

2021-01-06 Thread Feroz
Anyone tried forwarding V3 informs with snmptrapd? Can some one share the snmptrapd.conf file? -Feroz ___ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options:

RE: snmpd.conf security

2021-01-06 Thread Joan Landry
I switched over to use /var/net-snmp/snmpd.conf and I call update_config but the passwords do not get changed to localized keys in the file - the v3 credentials do work correctly. What triggers the agent to change the createUser line in the snmpd.conf file to remove the passwords - when a new

RE: Snmpv3 users details are not deleting from /var/net-snmp/snmpd.conf file

2021-01-06 Thread Joan Landry
Try to call update_config(); instead. From: chandrasekharreddy chinnapareddygari Sent: Saturday, December 12, 2020 10:54 PM To: net-snmp-cod...@lists.sourceforge.net; net-snmp-users@lists.sourceforge.net Subject: Snmpv3 users details are not deleting from /var/net-snmp/snmpd.conf file