summaryrefslogtreecommitdiff
path: root/network/scli/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/scli/README')
-rw-r--r--network/scli/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/network/scli/README b/network/scli/README
deleted file mode 100644
index 7f2c574443..0000000000
--- a/network/scli/README
+++ /dev/null
@@ -1,12 +0,0 @@
-SNMP Command Line Interface
-
-The scli package was written to address the need for small and efficient
-command line utilities to monitor and configure network devices and host
-systems. The scli package is based on the SNMP management protocol. It
-utilizes a MIB compiler called smidump to generate C stub code.
-
-scli connects to any SNMP-enabled network node and lets you interactively
-browse through the values stored in the devices SNMP database (MIB, Management
-Information Base). It also has a scriptable, non-interactive mode.
-
-This requires gnet and gsnmp.