nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 # -*- text -*-
2 #
3 # 3com SuperStack Firewall dictionary
4 # Bought from Sonicwall, apparently, from Enterprise number 8741.
5 #
6 # $Id$
7 #
8  
9 VENDOR 3com 43
10  
11 #
12 # These attributes contain the access-level value.
13 #
14 BEGIN-VENDOR 3com
15  
16 ATTRIBUTE 3Com-User-Access-Level 1 integer
17  
18 # Read-only access to basic network tools (ping, etc)
19 VALUE 3Com-User-Access-Level 3Com-Visitor 0
20  
21 # Read-only access to manageable (not security) parameters
22 VALUE 3Com-User-Access-Level 3Com-Monitor 1
23  
24 # Read-write access to manageable (not security) parameters
25 VALUE 3Com-User-Access-Level 3Com-Manager 2
26  
27 # Read-write access to all manageable parameters
28 VALUE 3Com-User-Access-Level 3Com-Administrator 3
29  
30 ATTRIBUTE 3Com-VLAN-Name 2 string
31 ATTRIBUTE 3Com-Mobility-Profile 3 string
32 ATTRIBUTE 3Com-Encryption-Type 4 string
33 ATTRIBUTE 3Com-Time-Of-Day 5 string
34 ATTRIBUTE 3Com-SSID 6 string
35  
36 # String formatted as: YY/MM/DD-HH:MM
37 # NOT as a "date" attribute!
38 ATTRIBUTE 3Com-End-Date 7 string
39  
40 # Commented out, because the 3Com documentation
41 # gives it the same number as End-Date, above.
42 #ATTRIBUTE 3Com-Start-Date 7 string
43  
44 # URL where the user is redirected after WebAAA
45 ATTRIBUTE 3Com-URL 8 string
46  
47 ATTRIBUTE 3Com-Connect_Id 26 integer
48 ATTRIBUTE 3Com-NAS-Startup-Timestamp 59 integer
49 ATTRIBUTE 3Com-Ip-Host-Addr 60 string
50 ATTRIBUTE 3Com-Product-ID 255 string
51  
52 END-VENDOR 3com