Information

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jatindeepsharma
Posts: 70
Joined: Wed Apr 04, 2018 10:52 am

Information

Post 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.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Information

Post 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
jatindeepsharma
Posts: 70
Joined: Wed Apr 04, 2018 10:52 am

Re: Information

Post by jatindeepsharma »

Thank you so much.
Locked