SNMP: Difference between revisions

From Hackepedia
Jump to navigationJump to search
m New page: SNMP means Simple Network Management Protocol. It is a protocol that allows the querying of data from a network device such as a switch or router. It also allows traps which are the oppo...
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
SNMP means Simple Network Management Protocol.  It is a protocol that allows the querying of data from a network device such as a switch or router.  It also allows traps which are the opposite of a query in that network devices contact a single host that collects these for further analysis or generating an alarm for the network operators.
SNMP means Simple Network Management Protocol.  It is a protocol that allows the querying of data from a network device such as a switch or router.  It also allows traps which are the opposite of a query in that network devices contact a single host that collects these for further analysis or generating an alarm for the network operators.
One use that's common is [http://oss.oetiker.ch/mrtg/ MRTG] to generate a nice graph of something such as bits per second through an interface or aggregate.
[[Image:torix-day.png]]
The above image is daily aggregate traffic of May 30/2008 at the Toronto Internet Exchange  Point.
For more information on SNMP consult RFC 3417.

Latest revision as of 02:55, 1 June 2008

SNMP means Simple Network Management Protocol. It is a protocol that allows the querying of data from a network device such as a switch or router. It also allows traps which are the opposite of a query in that network devices contact a single host that collects these for further analysis or generating an alarm for the network operators.

One use that's common is MRTG to generate a nice graph of something such as bits per second through an interface or aggregate.

The above image is daily aggregate traffic of May 30/2008 at the Toronto Internet Exchange Point.

For more information on SNMP consult RFC 3417.