Updated dictionary for 3Com



Hello,

Attached patch contains four new attributes (3Com-Connect_Id, 3Com-NAS-Startup-Timestamp, 3Com-Ip-Host-Addr, 3Com-Product-ID) and one new value (3Com-Visitor) available on 3c5500G switch.

Example output from radiusd -X:

        3Com-Connect_Id = 1265
        3Com-Product-ID = "5500G-EI"
        3Com-Ip-Host-Addr = "0.0.0.0 00:19:b9:e2:a6:76"
        3Com-NAS-Startup-Timestamp = 1104541212

Names was taken from the switch, using "debugging radius packet":
[3com-26 Connect_ID               ] [6 ] [1265]
[3com-255Product-ID               ] [10] [5500G-EI]
[3com-60 Ip-Host-Addr             ] [27] [0.0.0.0 00:19:b9:e2:a6:76]
[3com-59 NAS-Startup-Timestamp    ] [6 ] [1104541212]

Best regards,

			Krzysztof Olędzki
--
Krzysztof Olędzki
Axel Springer Polska Sp. z o.o.
tel: +48-22-2320969
fax: +48-22-2325530
--- dictionary.3com-orig	Fri Jul 20 12:39:29 2007
+++ dictionary.3com	Fri Jul 20 12:46:53 2007
@@ -15,6 +15,9 @@
 
 ATTRIBUTE	3Com-User-Access-Level			1	integer
 
+#	Read-only access to basic network tools (ping, etc)
+VALUE	3Com-User-Access-Level		3Com-Visitor		0
+
 #	Read-only access to manageable (not security) parameters
 VALUE	3Com-User-Access-Level		3Com-Monitor		1
 
@@ -23,5 +26,10 @@
 
 #	Read-write access to all manageable parameters
 VALUE	3Com-User-Access-Level		3Com-Administrator	3
+
+ATTRIBUTE	3Com-Connect_Id				26	integer
+ATTRIBUTE	3Com-NAS-Startup-Timestamp		59	integer
+ATTRIBUTE	3Com-Ip-Host-Addr			60	string
+ATTRIBUTE	3Com-Product-ID				255	string
 
 END-VENDOR	3com


This archive was generated by a fusion of Pipermail (Mailman edition) and MHonArc.