aboutsummaryrefslogtreecommitdiffstats
path: root/radius
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-05-29 16:49:56 -0700
committerGuy Harris <guy@alum.mit.edu>2017-05-29 23:50:34 +0000
commit346d16d0fdd97e9fd282ac7d0da156cc5590c857 (patch)
tree42f7c0f75e98284d6bb88f24e00bd75578d5ee49 /radius
parent3ac3ca729ef62cf1444040f6bd0720f5f3e90031 (diff)
Another update from FreeRADIUS.
Picks up copyright notice and commit 803477f565678f56bac8739aab0b11e0fdf0ff13 Author: Mathieu Simon <mathieu.simon@simweb.ch> Date: Mon Jan 20 16:04:17 2014 +0100 Extend the H3C dictionary based on public manuals Try to extend the H3C dictionary based on what is scattered on their pages. At least most of it is found quite consistently in the product-specific "Security Configuration Guides". This compilation/crosschecking is based H3C documentation for listed devices: - H3C S12500 and S6800 Switches - H3C WA WLAN Access Points - H3C MSR Routers Remarks: Does not stick with H3C's use of of underline in attribute naming. commit 3046419a3a40d0146cea18083c496703b965d8c4 Author: Mathieu Simon <mathieu.simon@simweb.ch> Date: Mon Jan 20 14:56:00 2014 +0100 Revisit H3C Exec-Privilege Try to match H3C terminology as close as to their documentation. - The Attribute name seems to not exactly match documentation, found consistently user i.e. in: - H3C S12500: Configurations Guides - H3C WA Series: Security Configuration Guide - Rename privilege levels to match H3C's documentation (previously likely more 3Com-ish). The levels naming are being used consistently mentioned throughout: - H3C SecPath F1000-E: Operational Manual - H3C S5500-SI: Operation Manual commit 6182027784b9a81af57f9e0e76bc80c94b2ba692 Author: Arran Cudbard-Bell <a.cudbardb@freeradius.org> Date: Sun Jan 19 22:45:58 2014 +0000 Add H3C HW-Exec-Privilege as posted by Mathieu Simon Change-Id: I06d14266a5a60fdeb8ccf9d780db9526df86e5e3 Reviewed-on: https://code.wireshark.org/review/21805 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'radius')
-rw-r--r--radius/dictionary.h3c36
1 files changed, 35 insertions, 1 deletions
diff --git a/radius/dictionary.h3c b/radius/dictionary.h3c
index a6b996d443..bf0c5ee9c3 100644
--- a/radius/dictionary.h3c
+++ b/radius/dictionary.h3c
@@ -1,11 +1,12 @@
# -*- text -*-
+# Copyright (C) 2015 The FreeRADIUS Server project and contributors
##############################################################################
#
# Dictionary for Huawei-3Com. See also dictionary.huawei
#
# http://www.h3c.com
#
-# $Id$
+# $Id: 5e4e469209b6dc1d747b62b521ec17184caa77e1 $
#
##############################################################################
@@ -13,9 +14,42 @@ VENDOR H3C 25506
BEGIN-VENDOR H3C
+ATTRIBUTE H3C-Input-Peak-Rate 1 integer
+ATTRIBUTE H3C-Input-Average-Rate 2 integer
+ATTRIBUTE H3C-Input-Basic-Rate 3 integer
+ATTRIBUTE H3C-Remanent-Volume 15 integer
+ATTRIBUTE H3C-Command 20 integer
+
+VALUE H3C-Command Trigger-Request 1
+VALUE H3C-Command Terminate-Request 2
+VALUE H3C-Command SetPolicy 3
+VALUE H3C-Command Result 4
+VALUE H3C-Command PortalClear 5
+
+ATTRIBUTE H3C-Control-Identifier 24 integer
+ATTRIBUTE H3C-Result-Code 25 integer
ATTRIBUTE H3C-Connect_Id 26 integer
+ATTRIBUTE H3C-Ftp-Directory 28 string
+ATTRIBUTE H3C-Exec-Privilege 29 integer
+
+VALUE H3C-Exec-Privilege Visit 0
+VALUE H3C-Exec-Privilege Monitor 1
+VALUE H3C-Exec-Privilege System 2
+VALUE H3C-Exec-Privilege Manage 3
+
ATTRIBUTE H3C-NAS-Startup-Timestamp 59 integer
ATTRIBUTE H3C-Ip-Host-Addr 60 string
+ATTRIBUTE H3C-User-Notify 61 string
+ATTRIBUTE H3C-User-HeartBeat 62 string
+ATTRIBUTE H3C-User-Group 140 string
+ATTRIBUTE H3C-Security-Level 141 integer
+ATTRIBUTE H3C-Input-Interval-Octets 201 integer
+ATTRIBUTE H3C-Output-Interval-Octets 202 integer
+ATTRIBUTE H3C-Input-Interval-Packets 203 integer
+ATTRIBUTE H3C-Output-Interval-Packets 204 integer
+ATTRIBUTE H3C-Input-Interval-Gigawords 205 integer
+ATTRIBUTE H3C-Output-Interval-Gigawords 206 integer
+ATTRIBUTE H3C-Backup-NAS-IP 207 ipaddr
ATTRIBUTE H3C-Product-ID 255 string
END-VENDOR H3C