From 2e82efa15801272917ec68b34295c5d5d576922d Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Mon, 6 Jul 2009 12:39:58 +0000 Subject: Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 1: New files svn path=/trunk/; revision=28946 --- radius/dictionary.hp | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 radius/dictionary.hp (limited to 'radius/dictionary.hp') diff --git a/radius/dictionary.hp b/radius/dictionary.hp new file mode 100644 index 0000000000..a9dc8ff9bf --- /dev/null +++ b/radius/dictionary.hp @@ -0,0 +1,63 @@ +# -*- text -*- +############################################################################## +# +# HP ProCurve VSA's +# +# $Id$ +# +############################################################################## + +VENDOR HP 11 + +# Management authorization +BEGIN-VENDOR HP + +ATTRIBUTE HP-Privilege-Level 1 integer +ATTRIBUTE HP-Command-String 2 string +ATTRIBUTE HP-Command-Exception 3 integer +ATTRIBUTE HP-Management-Protocol 26 integer + +# +# HP's names for some attributes +# +ATTRIBUTE HP-port-priority-regeneration-table 40 string +ATTRIBUTE HP-EI-Status 47 string +ATTRIBUTE HP-nas-filter-rule 61 string + +# Access control +ATTRIBUTE HP-Cos 40 string +#ATTRIBUTE HP-Rate-Limit 46 integer + +ATTRIBUTE HP-Bandwidth-Max-Ingress 46 integer +ATTRIBUTE HP-Bandwidth-Max-Egress 48 integer + +ATTRIBUTE HP-Ip-Filter-Raw 61 string + +# HP-Command-Exception Attribute Values +VALUE HP-Command-Exception Permit-List 0 +VALUE HP-Command-Exception Deny-List 1 + +# HP-Management-Protocol +VALUE HP-Management-Protocol HTTP 5 +VALUE HP-Management-Protocol HTTPS 6 + +# +# Conflicting attributes are commented out. +# +#ATTRIBUTE HP-Management-Role 26 integer + +# HP-Management-Role +#VALUE HP-Management-Role SuperUser 1 +#VALUE HP-Management-Role Monitor 2 +#VALUE HP-Management-Role HelpDeskManager 16 +#VALUE HP-Management-Role NetworkAdministrator 17 +#VALUE HP-Management-Role SystemAdministrator 18 +#VALUE HP-Management-Role WebUserAdminstrator 19 + +# Privilege attributes for HP-GbE2c, HP 1:10Gb, and HP 10Gb +# Ethernet Blade Switches +# +VALUE Service-Type HP-Oper 252 +VALUE Service-Type HP-User 255 + +END-VENDOR HP -- cgit v1.2.1