Page 1 of 1

Information

Posted: Fri Aug 16, 2019 11:09 am
by jatindeepsharma
Hi Team,
I have upgraded my system with SNMPV3 version & i want to receive SNMPv3 traps from my system. right now i am receiving SNMPv2 traps successfully from same same network.
Network person(For VPN settings) is asking me for some information from NAGIOS end. Can you please help me how can i get below information for SNMPv3 ?
VPN IKE Phase-1 Properties:-
1. Encryption Scheme
2. Key Exchange Method
3. Hashing Algorithm
4. Authentication Method
5. Diffie Helmen Group for Phase 1
6. IKE SA (Phase 1) Lifetime

Thanks in advance.

Re: Information

Posted: Fri Aug 16, 2019 3:00 pm
by ssax
That information is for a VPN tunnel, not SNMPv3, those will need to be negotiated between your organizations firewall/VPN team and the other end of the VPN tunnel's admin team.

Those will all need to be defined by your security team and what the devices are currently set to/allowed/standardized.

Please read here:

Code: Select all

https://support.nagios.com/kb/article.php?id=827
SNMP v3 has some encryption information but it's not that information, please see here:

Code: Select all

http://www.snmp.com/snmpv3/snmpv3_intro.shtml
You really only need these for SNMP:

Code: Select all

https://community.cisco.com/t5/network-management/what-are-the-ports-to-open-for-snmpv3/td-p/765576

Re: Information

Posted: Tue Aug 27, 2019 3:00 pm
by jatindeepsharma
Thank you so much.