Penguin

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

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

Newer page: version 3 Last edited on Friday, May 2, 2003 11:37:49 am by CraigBox Revert
Older page: version 1 Last edited on Wednesday, July 31, 2002 6:26:08 pm by PerryLorier Revert
@@ -1,8 +1,8 @@
 [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 . 
+ 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 
@@ -11,9 +11,8 @@
  snmptable ''ip.of.machine'' public host.hrStorage.hrStorageTable 
  
 (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