Updated dictionaries, based on posts to the list, and re-reading
authoraland <aland>
Wed, 29 Oct 2003 21:20:57 +0000 (21:20 +0000)
committeraland <aland>
Wed, 29 Oct 2003 21:20:57 +0000 (21:20 +0000)
of the IANA enterprise numbers

share/dictionary
share/dictionary.3com
share/dictionary.sonicwall [new file with mode: 0644]

index b6d4650..0cf1eff 100644 (file)
@@ -51,6 +51,7 @@
 #      in the logfiles, INSTEAD OF the new names.
 #
 $INCLUDE dictionary.compat     # compability issues
+$INCLUDE dictionary.3com
 $INCLUDE dictionary.3gpp
 $INCLUDE dictionary.acc
 $INCLUDE dictionary.alcatel
@@ -81,6 +82,7 @@ $INCLUDE dictionary.redback
 $INCLUDE dictionary.redcreek
 $INCLUDE dictionary.shasta
 $INCLUDE dictionary.shiva
+$INCLUDE dictionary.sonicwall
 $INCLUDE dictionary.springtide
 $INCLUDE dictionary.telebit
 $INCLUDE dictionary.tunnel
index 3e263a1..67cd05d 100644 (file)
@@ -1,15 +1,21 @@
 #
 #      3com SuperStack Firewall dictionary
+#      Bought from Sonicwall, apparently, from Enterprise number 8741.
 #
 #              $Id$
 #
 
-VENDOR 3com    8741
+VENDOR 3com    43
 
-ATTRIBUTE      SS3-Firewall-User-Privilege             1       integer 3com
-VALUE          SS3-Firewall-User-Privilege     Remote-Access           1
-VALUE          SS3-Firewall-User-Privilege     Bypass-Filters          2
-VALUE          SS3-Firewall-User-Privilege     VPN-Client-Access       3
-VALUE          SS3-Firewall-User-Privilege     Access-To-VPN           4
-VALUE          SS3-Firewall-User-Privilege     Limited-Management      5
-VALUE          SS3-Firewall-User-Privilege     L2TP-Client-Access      6
+#
+#      These attributes contain the access-level value.
+#
+
+#      Read-only access to manageable (not security) parameters
+ATTRIBUTE      3Com-Monitor            1       integer 3com
+
+#      Read-write access to manageable (not security) parameters
+ATTRIBUTE      3Com-Manager            2       integer 3com
+
+#      Read-write access to all manageable parameters
+ATTRIBUTE      3Com-Administrator      3       integer 3com
diff --git a/share/dictionary.sonicwall b/share/dictionary.sonicwall
new file mode 100644 (file)
index 0000000..7e8e2b4
--- /dev/null
@@ -0,0 +1,16 @@
+#
+#      3com SuperStack Firewall dictionary
+#      Bought from Sonicwall, apparently, from Enterprise number 8741.
+#
+#              $Id$
+#
+
+VENDOR Sonicwall       8741
+
+ATTRIBUTE      SS3-Firewall-User-Privilege     1       integer Sonicwall
+VALUE          SS3-Firewall-User-Privilege     Remote-Access           1
+VALUE          SS3-Firewall-User-Privilege     Bypass-Filters          2
+VALUE          SS3-Firewall-User-Privilege     VPN-Client-Access       3
+VALUE          SS3-Firewall-User-Privilege     Access-To-VPN           4
+VALUE          SS3-Firewall-User-Privilege     Limited-Management      5
+VALUE          SS3-Firewall-User-Privilege     L2TP-Client-Access      6