hello i need help please
in nagios network analyzer how configure snmp???
nagios network analyzer et snmp
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: nagios network analyzer et snmp
For what reason? NNA does not use SNMP for polling netflow data:
http://library.nagios.com/library/produ ... umentation
http://library.nagios.com/library/produ ... umentation
-
rashid2014
- Posts: 63
- Joined: Wed Aug 13, 2014 5:39 am
Re: nagios network analyzer et snmp
in the alert configuration i saw snmp receptors.
wht does it mean?
wht does it mean?
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: nagios network analyzer et snmp
Ah, that if for forwarding alerts as SNMP traps, you would need a system capable of receiving that such as NSTI, etc. You simply add the required information there, address, community string, version, etc.
-
rashid2014
- Posts: 63
- Joined: Wed Aug 13, 2014 5:39 am
Re: nagios network analyzer et snmp
hello
please what is NSTI? what kind of system can i use to receive SNMP trap?
thanks!
please what is NSTI? what kind of system can i use to receive SNMP trap?
thanks!
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: nagios network analyzer et snmp
You can use any system to receive the trap, it's handling the trap that is the difficulty. There are a lot of options out there for software that picks up traps and handles them for alerting/ticket opening/etc. For instance, here is NSTI:
http://exchange.nagios.org/directory/Ad ... I)/details
You can also tie traps in with XI:
http://assets.nagios.com/downloads/nagi ... ios_XI.pdf
http://exchange.nagios.org/directory/Ad ... I)/details
You can also tie traps in with XI:
http://assets.nagios.com/downloads/nagi ... ios_XI.pdf
- Bryan Quesada
- Posts: 6
- Joined: Wed Nov 05, 2014 10:23 am
- Location: Costa Rica
- Contact:
Re: nagios network analyzer et snmp
The following example permits any SNMP to access all objects with read-only permission using the community string named public. The router also will send ISDN traps to the hosts 172.16.1.111 and 172.16.1.33 using SNMPv1 and to the host 172.16.1.27 using SNMPv2c. The community string named public is sent with the traps.
snmp-server community public(example name)
snmp-server enable traps isdn
snmp-server host 172.16.1.27 version 2c public
snmp-server host 172.16.1.111 version 1 public
snmp-server host 172.16.1.33 public
snmp-server community public(example name)
snmp-server enable traps isdn
snmp-server host 172.16.1.27 version 2c public
snmp-server host 172.16.1.111 version 1 public
snmp-server host 172.16.1.33 public
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: nagios network analyzer et snmp
Thanks bryan, I'm guessing that is specific to cisco routers in particular? I'm not sure if this will help rashid, but it's still great information to have!
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.