From ctian at common-lisp.net Fri Mar 18 20:35:24 2011 From: ctian at common-lisp.net (Chun Tian (binghe)) Date: Fri, 18 Mar 2011 16:35:24 -0400 Subject: [cl-net-snmp-cvs] r159 - dists Message-ID: Author: ctian Date: Fri Mar 18 16:35:24 2011 New Revision: 159 Log: SNMP 6.0 Added: dists/snmp_6.0.tar.gz (contents, props changed) dists/snmp_6.0.tar.gz.asc Modified: dists/snmp_latest.tar.gz Added: dists/snmp_6.0.tar.gz ============================================================================== Binary file. No diff available. Added: dists/snmp_6.0.tar.gz.asc ============================================================================== --- (empty file) +++ dists/snmp_6.0.tar.gz.asc Fri Mar 18 16:35:24 2011 @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.11 (Darwin) + +iEYEABECAAYFAk2DwdcACgkQny6v4+l8uLBPTACfWtYPsvLoExZSzQ6UbrkrmiGr ++qgAn1VnaCjtQhmIk9LrQg7dvQWF7u83 +=yQqI +-----END PGP SIGNATURE----- Modified: dists/snmp_latest.tar.gz ============================================================================== --- dists/snmp_latest.tar.gz (original) +++ dists/snmp_latest.tar.gz Fri Mar 18 16:35:24 2011 @@ -1 +1 @@ -link snmp_5.19.tar.gz \ No newline at end of file +link snmp_6.0.tar.gz \ No newline at end of file From ctian at common-lisp.net Fri Mar 18 20:35:46 2011 From: ctian at common-lisp.net (Chun Tian (binghe)) Date: Fri, 18 Mar 2011 16:35:46 -0400 Subject: [cl-net-snmp-cvs] r160 - www Message-ID: Author: ctian Date: Fri Mar 18 16:35:46 2011 New Revision: 160 Log: WWW updated for SNMP 6.0 Modified: www/index.html www/snmp.html Modified: www/index.html ============================================================================== --- www/index.html (original) +++ www/index.html Fri Mar 18 16:35:46 2011 @@ -33,40 +33,50 @@

Common Lisp for System Administrators


-
ASN.1
-

Abstract Syntax Notation One -(ASN.1)

-
ASN.1 language mapping for Common Lisp, compiler -and runtime support.
-
Version 4.14 (November 16, 2008)
-
- SNMP MIB
+
+ SNMP MIB

Simple Network Management Protocol (SNMP)

SNMP platform on Common Lisp, client and server support, and GUI tools.
-
Version 5.19 (November 16, 2008)
+
Version 6.0 (March +19, 2011)
+
+ ASN.1
+

Abstract Syntax Notation One +(ASN.1)

+
ASN.1 language mapping for Common Lisp, compiler +and runtime support.
+
Version 4.14 (November 16, 2008)
+Note: latest +version of this package has been merged into SNMP 6 (see above)
+

usocket
+ class="sumimage" height="65" width="600">

USOCKET-UDP

UDP patch for USOCKET 0.4.x, the portable networking package for Common Lisp.
-
Version 2.5 -(January 2, 2008)
+
Version 2.6 +(September 24, 2010)
+Note: latest +version of this package has been merged into USOCKET 0.5
+

LispWorks
+ alt="LispWorks" class="sumimage" height="65" width="600">

LispWorks-UDP

UDP Networking (plus other COMM extensions) for LispWorks® Common Lisp.
-
Version 4.0 (November 20, 2008)
+
Version 4.0 (November 20, 2008)
+Note: latest +version of this package has been merged into USOCKET 0.5
+

others
+ class="sumimage" height="65" width="600">

Other plans ...

Network monitor platform, LDAP, IPMI, ...
No release.
@@ -79,14 +89,14 @@

Support This Project

+ alt="Support This Project" height="32" width="88">

Common-Lisp.net

+ height="32" width="88">

Valid XHTML 1.0 Strict

+ alt="Valid XHTML 1.0 Strict" height="32" width="88">

Modified: www/snmp.html ============================================================================== --- www/snmp.html (original) +++ www/snmp.html Fri Mar 18 16:35:46 2011 @@ -1,91 +1,69 @@ - - + - cl-net-snmp - + + href="http://www.style.org/favicon.ico"> + href="http://www.13pt.com/css/13pt.css"> + href="http://www.style.org/css/style.css"> - -
- - - - - -
- - -
- - -

Simple Network Management Protocol (SNMP)

-
- SNMP platform on Common Lisp, client and server support, and GUI tools. -
- -

Overview

- -

- - MIB Browser - -

- -
-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")
-    
- -

Features

- -
    -
  • Full SNMP protocol support include SNMPv3
  • -
  • MIB support based on ASN.1 package, - resolve OID names from raw ASN.1 definitions.
  • -
  • Fast SNMP packet encode/decode based on CLOS features.
  • -
  • Auto-learnt UDP retransmit support from - USOCKET-UDP package
  • -
  • Portable SNMP server running in Lisp image.
  • -
  • LISP-MIB for large Lisp application infomation organization.
  • -
  • GUI utilities on LispWorks.
  • -
- - +
+ +

Simple Network Management Protocol (SNMP)

+
SNMP platform on Common Lisp, client and server +support, and GUI tools.
+

Overview

+

MIB Browser

+
;;;; A Sample SNMPv3 Query
CL-USER 6 > (snmp:with-open-session (s "192.168.xxx.xxx" :user "md5" :auth '(:md5 "vHunxJXPRdUyAzjY"))
(snmp:snmp-walk s "system"))
((#<ASN.1:SIMPLE-OID SNMPv2-MIB::sysDescr.0>
 "Linux 2950.lab.163.org 2.6.26-2-amd64 #1 SMP Thu Nov 25 04:30:55 UTC 2010 x86_64")
(#<ASN.1:SIMPLE-OID SNMPv2-MIB::sysObjectID.0> #<ASN.1:SIMPLE-OID SNMPv2-SMI::enterprises.8072.3.2.10>)
(#<ASN.1:SIMPLE-OID SNMPv2-MIB::sysUpTime.0> #<ASN.1:TIMETICKS (19038239) 52:53:02.39>)
(#<ASN.1:SIMPLE-OID SNMPv2-MIB::sysContact.0> "Chun Tian (binghe) <binghe.lisp at gmail.com>")
(#<ASN.1:SIMPLE-OID SNMPv2-MIB::sysName.0> "2950.lab.163.org")
(#<ASN.1:SIMPLE-OID SNMPv2-MIB::sysLocation.0> "Hangzhou")
(#<ASN.1:SIMPLE-OID SNMPv2-MIB::sysORLastChange.0> #<ASN.1:TIMETICKS (0) 0:00:00.00>)
... )

;;;; Load a new MIB into Lisp at runtime
CL-USER 7 > (snmp:load-mib #p"MIB:IETF;IF-MIB")
T
CL-USER 8 > (asn.1:oid "ifTable")
#<ASN.1:OBJECT-ID IF-MIB::ifTable (2) [1]>
+

Features

+
    +
  • Full SNMP protocol support include SNMPv3
  • +
  • MIB support based on ASN.1 package, +resolve OID names from raw ASN.1 definitions.
  • +
  • Fast SNMP packet encode/decode based on CLOS features.
  • +
  • UDP retransmit support
  • +
  • Portable SNMP server running in Lisp image.
  • +
  • LISP-MIB for large Lisp application infomation organization.
  • +
  • GUI utilities on LispWorks.
  • +
  • MIB Compiler on +all support platform (new in 6.0)
  • +
  • MIB +Interpreter, dynamic loading of MIB files on runtime (new in 6.0)
    +
  • +
+ - -

Platform Table

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
CMUCLSBCLClozure CLLispWorksAllegro CLScieneer CLCLISPECLABCL
- 2008-08 (19E)
- 2008-10 (19E) -
- 1.0.18 (debian) - 1.0.20
-
- 1.2
-
- 5.0.2
- 5.1.1 -
- 8.1
-
- 1.3.8.1
-
-
-
-
-
-
-
- Summary -
-

- Supported -

-
  -
-

- Supported -

- -

- SB-THREAD needed -

-
  -
-

- Supported -

-
  -
-

- Supported -

-

- MP needed -

-
  -
-

- Supported -

-
  -
-

- Supported -

- -

- version >= 1.3.9 -

-
  -
-

- Unsupported -

- -

- Port USOCKET-UDP first -

-
  -
-

- Unsupported -

- -

- Port IRONCLAD first -

-
  -
-

- Unsupported -

- -

- Port ASN.1 first -

-
- -

Version Dependency Table

- - - - - - - - - - - - - - - - - - - - - - - - -
SNMPSNMP-SERVERASN.1USOCKET-UDPLISPWORKS-UDP
- 5.19
- 5.16
- 5.5
- 5.0
- 3.0
- 2.0 -
- 3.11
- 3.5
- 3.0
- 2.0 -
- 4.14
- 4.12
- 4.5
- 4.0
- 2.3 -
- 2.4
- 2.3
- 2.2
- 2.2, 2.1, 2.0
- 1.3
- 1.2, 1.1, 1.0 -
- -
- -
- 3.2
- 3.1, 3.0
- 2.2, 2.1
- 1.1, 1.0 -
- -

Live Source Code

- - - -

Package Bundle Download

- -

Download all versions of the SNMP package (source tar.gz) - - here, its also ASDF-INSTALLable. -

- -

Loadable Patch for Live Upgrade

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PackageVersion & DownloadRelease DateRelease NotesDependency
snmp-5 - - 5.20
- - 5.21
- - 5.22
-
- 2008-11-17
- 2008-12-17
- 2009-01-21
-
- Multiple fixes for SNMP-BULK
- Restore CREATE-SOCKET keyword in OPEN-SESSION
- Fix for handle SNMP-WALK terminal condition correctly
-
- -
- -
- -
-
snmp-server-3 - - 3.12
-
- 2008-12-4
-
- Fix for "lispMachineVersion"
-
- -
-
- -

Feature Request or Bugs

- -

- Reporting a feature request or bug in SNMP package should be done - by sending e-mail to the - - cl-net-snmp-general mailing list or direct to the - author. -

- -

-   -

- - -
- CL-NET-SNMP is under MIT license. - - Valid XHTML 1.0 Strict - - -
- - -
- -
+

Package Dependency
+

+ +

Supported Platforms
+

+
    +
  • LispWorks (recommended)
  • +
  • Clozure CL (recommended)
  • +
  • CMUCL
  • +
  • SBCL
  • +
  • ECL
    +
  • +
  • Allegro CL
  • +
  • Scieneer CL
    +
  • +
+

Version Dependency +Table
+

+ + + + + + + + + + + + + + + + + +
SNMPSNMP-SERVERASN.1USOCKET-UDPLISPWORKS-UDP
5.19
+5.16
+5.5
+5.0
+3.0
+2.0
3.11
+3.5
+3.0
+2.0
4.14
+4.12
+4.5
+4.0
+2.3
2.4
+2.3
+2.2
+2.2, 2.1, 2.0
+1.3
+1.2, 1.1, 1.0
-
+-
+3.2
+3.1, 3.0
+2.2, 2.1
+1.1, 1.0
+

Source Code

+ +

Package Bundle Download

+

Download all versions of the SNMP package (source tar.gz) here, +its also ASDF-INSTALLable. + +

+

Loadable Patch for Live Upgrade

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PackageVersion & DownloadRelease DateRelease NotesDependency
snmp-6
+

+

+

+
none
+
snmp-5 +5.20
+ +5.21
+ +5.22
+
2008-11-17
+2008-12-17
+2009-01-21
+
Multiple fixes for SNMP-BULK
+Restore CREATE-SOCKET keyword in OPEN-SESSION
+Fix for handle SNMP-WALK terminal condition correctly
+
-
+-
+-
+
snmp-server-3 +3.12
+
2008-12-4
+
Fix for "lispMachineVersion"
+
-
+
+

Documentation

+

Not available at this time, sorry ...
+

+

Feature Request or Bugs

+

Reporting a feature request or bug in SNMP package should be done +by sending e-mail to the +cl-net-snmp-general mailing list or direct to the author.

+

 

+ + +
CL-NET-SNMP is under MIT license +
+ +
+
+ From ctian at common-lisp.net Mon Mar 21 07:02:30 2011 From: ctian at common-lisp.net (Chun Tian (binghe)) Date: Mon, 21 Mar 2011 03:02:30 -0400 Subject: [cl-net-snmp-cvs] r161 - dists Message-ID: Author: ctian Date: Mon Mar 21 03:02:29 2011 New Revision: 161 Log: SNMP 6.0.1 Added: dists/snmp_6.0.1.tar.gz (contents, props changed) dists/snmp_6.0.1.tar.gz.asc dists/snmp_latest.tar.gz.asc (contents, props changed) Modified: dists/release.sh dists/snmp_latest.tar.gz Modified: dists/release.sh ============================================================================== --- dists/release.sh (original) +++ dists/release.sh Mon Mar 21 03:02:29 2011 @@ -6,6 +6,9 @@ rm -rf $1-$2 rm $1_latest.tar.gz ln -s $1_$2.tar.gz $1_latest.tar.gz +gpg -b -a $1_$2.tar.gz +rm $1_latest.tar.gz.asc +ln -s $1_$2.tar.gz.asc $1_latest.tar.gz.asc svn add $1_$2.tar.gz +svn add $1_$2.tar.gz.asc svn st - Added: dists/snmp_6.0.1.tar.gz ============================================================================== Binary file. No diff available. Added: dists/snmp_6.0.1.tar.gz.asc ============================================================================== --- (empty file) +++ dists/snmp_6.0.1.tar.gz.asc Mon Mar 21 03:02:29 2011 @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.11 (Darwin) + +iEYEABECAAYFAk2G910ACgkQny6v4+l8uLD31gCfUU00wxgJxJtuZm2V5KjNajqP ++54AoIzGDgZ8cgIY6vvMaCg8FfNjwz83 +=KkSr +-----END PGP SIGNATURE----- Modified: dists/snmp_latest.tar.gz ============================================================================== --- dists/snmp_latest.tar.gz (original) +++ dists/snmp_latest.tar.gz Mon Mar 21 03:02:29 2011 @@ -1 +1 @@ -link snmp_6.0.tar.gz \ No newline at end of file +link snmp_6.0.1.tar.gz \ No newline at end of file Added: dists/snmp_latest.tar.gz.asc ============================================================================== --- (empty file) +++ dists/snmp_latest.tar.gz.asc Mon Mar 21 03:02:29 2011 @@ -0,0 +1 @@ +link snmp_6.0.1.tar.gz.asc \ No newline at end of file From ctian at common-lisp.net Mon Mar 21 07:04:22 2011 From: ctian at common-lisp.net (Chun Tian (binghe)) Date: Mon, 21 Mar 2011 03:04:22 -0400 Subject: [cl-net-snmp-cvs] r162 - dists Message-ID: Author: ctian Date: Mon Mar 21 03:04:22 2011 New Revision: 162 Log: Add gpg signature for usocket-udp and lispworks-udp Added: dists/lispworks-udp_4.0.tar.gz.asc dists/usocket-udp_2.6.tar.gz.asc Added: dists/lispworks-udp_4.0.tar.gz.asc ============================================================================== --- (empty file) +++ dists/lispworks-udp_4.0.tar.gz.asc Mon Mar 21 03:04:22 2011 @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.11 (Darwin) + +iEYEABECAAYFAk2G+EcACgkQny6v4+l8uLDtAQCdEUSh1dHME1USL6mcqhOdNrE1 +PhEAoLUpHXZZxH9e+0tjkABVmyZuNR7A +=ex8l +-----END PGP SIGNATURE----- Added: dists/usocket-udp_2.6.tar.gz.asc ============================================================================== --- (empty file) +++ dists/usocket-udp_2.6.tar.gz.asc Mon Mar 21 03:04:22 2011 @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.11 (Darwin) + +iEYEABECAAYFAk2G+DIACgkQny6v4+l8uLAYjACfTRzr+Oj6+LpcD+EvIpvRY72H +/QcAn1Bc8zWd9xY7nGuW6M+8U+jfiz3m +=V5Ky +-----END PGP SIGNATURE-----