Penguin

Differences between current version and predecessor to the previous major change of SNMP.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 5 Last edited on Saturday, September 15, 2007 3:25:57 pm by GlynWebster
Older page: version 1 Last edited on Wednesday, July 31, 2002 6:26:08 pm by PerryLorier Revert
@@ -1,19 +1,21 @@
 [Acronym] for __S__imple __N__etwork __M__anagement __P__rotocol. 
  
 A easy way to retrieve data from a device, simple enough to be implemented in almost anything. Your [ADSL] router probably speaks [SNMP], network printers support [SNMP] etc. If you have a device that has [SNMP] try the commands: 
- snmpwalk ''ip.of.machine'' public . 
+  
+<pre>  
+ snmpwalk ''ip.of.machine'' public . 
  snmptable ''ip.of.machine'' public udp.udpTable 
  snmptable ''ip.of.machine'' public ip.ipNetToMediaTable 
  snmptable ''ip.of.machine'' public ip.ipRouteTable 
  snmptable ''ip.of.machine'' public ip.ipAddrTable 
  snmptable ''ip.of.machine'' public interfaces.ifTable 
  snmptable ''ip.of.machine'' public tcp.tcpConnEntry 
  snmptable ''ip.of.machine'' public host.hrStorage.hrStorageTable 
+</pre>  
  
 (change public if you know the community name is something else) to see all the information you can get out of [SNMP]. 
  
-There are lots of programs that will graph from [SNMP], including [MRTG] and rrdtool. There are some nice wrappers around these tools like cricket and Cacti (I highly recommend Cacti, it's pretty) 
+There are lots of programs that will graph from [SNMP], including [MRTG] and [ rrdtool] . There are some nice wrappers around these tools like cricket and [ Cacti] (I highly recommend [ Cacti] , it's pretty) 
  
 ---- 
-Categories:  
- * CategoryProtocols 
+CategoryProtocols