From somewhere in cyberspace, NetEd <
edzie...@hotmail.com> said:
...
>For a mobile telecoms operator's point of view, is it better to have
>two separate SNMP agents, one for the standard basic Linux node and
>one for the telecoms software, or is it preferable to incorporate both
>into a single SNMP agent?
It depends on your requirements.
The arguments in favor of using a single SNMP agent:
* uses stock startup settings - no new daemon to add to node
* easier to configure the monitoring systems - everything uses port 161
* simpler firewall / iptables configuration
But there are also arguments against it:
* application MIB code could cause snmpd to slow down or stall,
interfering with data collection from the system MIBs
* possible difficulty when upgrading Linux software on node - future
changes in snmpd might require re-integration effort
* easier to swap out SNMP daemon if you decide the application MIB needs
to built on a different software platform
Since you're already installing your application on the Linux nodes, it
should not be that much extra work to install a 2nd SNMP daemon for the
application MIB. That would probably be more managable in the long run.
--
Ed Ravin | Warning - this email may contain rhetorical
| devices, metaphors, analogies, typographical
eravin@ | errors, or just plain snarkiness. A sense of
panix.com | humor may be required for proper interpretation.