SNMP for Common Lisp

05/24/2017
by   Chun Tian, et al.
0

Simple Network Management Protocol (SNMP) is widely used for management of Internet-based network today. In Lisp community, there're large Lisp-based applications which may need be monitored, and there're Lispers who may need to monitor other remote systems which are either Lisp-based or not. However, the relationship between Lisp and SNMP haven't been studied enough during past 20 years. The cl-net-snmp project has developed a new Common Lisp package which implemented the SNMP protocol. On client side, it can be used to query remote SNMP peers, and on server side, it brings SNMP capability into Common Lisp based applications, which could be monitored from remote through any SNMP-based management system. It's also a flexible platform for researches on network management and SNMP itself. But the most important, this project tries to prove: Common Lisp is the most fit language to implement SNMP. Different from other exist SNMP projects on Common Lisp, cl-net-snmp is clearly targeted on full SNMP protocol support include SNMPv3 and server-side work (agent). During the development, an general ASN.1 compiler and runtime package and an portable UDP networking package are also implemented, which would be useful for other related projects. In this paper, the author first introduces the SNMP protocol and a quick tutorial of cl-net-snmp on both client and server sides, and then the Lisp native design and the implementation details of the ASN.1 and SNMP package, especially the "code generation"' approach on compiling SNMP MIB definitions from ASN.1 into Common Lisp.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
12/29/2021

Managing Home Routers with NETCONF over TLS and NETCONF Call Home

The Network Configuration (NETCONF) protocol and the associated YANG dat...
research
11/25/2017

Modular Remote Communication Protocol Interpreters

We present "endpoints", a library that provides consistent client implem...
research
07/15/2020

NDNTP: A Named Data Networking Time Protocol

Named Data Networking (NDN) architectural features, including multicast ...
research
05/30/2009

Managing Distributed MARF with SNMP

The scope of this project's work focuses on the research and prototyping...
research
05/16/2023

Flexible remote attestation of pre-SNP SEV VMs using SGX enclaves

We propose a protocol that explores a synergy between two TEE implementa...
research
12/28/2022

5G Network Management, Orchestration, and Architecture: A Practical Study of the MonB5G project

The cellular device explosion in the past few decades has created many d...
research
10/21/2022

A General Architecture for Client-Agnostic Hybrid Model Editors as a Service

In this paper, we propose a general architecture for designing language ...

Please sign up or login with your details

Forgot password? Click here to reset