[cl-net-snmp-cvs] r133 - www
Chun Tian (binghe)
ctian at common-lisp.net
Tue Nov 18 06:24:06 UTC 2008
Author: ctian
Date: Tue Nov 18 06:24:05 2008
New Revision: 133
Log:
[www] update snmp sample
Modified:
www/snmp.html
Modified: www/snmp.html
==============================================================================
--- www/snmp.html (original)
+++ www/snmp.html Tue Nov 18 06:24:05 2008
@@ -63,6 +63,15 @@
</a>
</p>
+ <p>
+ <pre>
+CL-USER 4 > (snmp:with-open-session (s "binghe-debian.local" :port 8161
+ :version :2c :community "public")
+ (snmp:snmp-get s '("lispImplementationType.0"
+ "lispImplementationVersion.0")))
+("LispWorks" "5.1.1")
+ </pre>
+ </p>
<h2>Platform Table</h2>
<table border="0" cellpadding="0" cellspacing="4" class="parseresults">
More information about the Cl-net-snmp-cvs
mailing list