Skip to content

Commit

Permalink
From hillstone
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Nov 2, 2015
1 parent 34dcb40 commit 24319af
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
1 change: 1 addition & 0 deletions share/dictionary
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ $INCLUDE dictionary.foundry
$INCLUDE dictionary.gandalf
$INCLUDE dictionary.gemtek
$INCLUDE dictionary.h3c
$INCLUDE dictionary.hillstone
$INCLUDE dictionary.hp
$INCLUDE dictionary.huawei
$INCLUDE dictionary.iea
Expand Down
49 changes: 49 additions & 0 deletions share/dictionary.hillstone
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# -*- text -*-
# Copyright (C) 2015 The FreeRADIUS Server project and contributors
##############################################################################
#
# From yqsi@hillstonenet.com 2015/11/2
#
# $Id$
#
##############################################################################

VENDOR Hillstone 28557

BEGIN-VENDOR Hillstone

ATTRIBUTE Hillstone-User-vsys-id 1 integer
ATTRIBUTE Hillstone-User-Type 2 integer
ATTRIBUTE Hillstone-User-Admin-Privilege 3 integer
ATTRIBUTE Hillstone-User-Login-Type 4 integer
ATTRIBUTE Hillstone-User-Mobile-Number 5 string
ATTRIBUTE Hillstone-User-Mobile-Operator 6 integer
ATTRIBUTE Hillstone-User-Policy-dst-ip-begin 7 ipaddr
ATTRIBUTE Hillstone-User-Policy-dst-ip-end 8 ipaddr
ATTRIBUTE Hillstone-User-Role-Bame 9 string
ATTRIBUTE Hillstone-VPN-DHCP-Gateway 100 string
ATTRIBUTE Hillstone-VPN-DHCP-Mask 101 string
ATTRIBUTE Hillstone-VPN-DHCP-Pool 102 string
ATTRIBUTE Hillstone-VPN-WINS 103 string
ATTRIBUTE Hillstone-VPN-DNS 104 string
ATTRIBUTE Hillstone-VPN-Split-Route 105 string
ATTRIBUTE Hillstone-VPN-Tunnel-IP 106 string
ATTRIBUTE Hillstone-VPN-SNAT 107 integer

VALUE Hillstone-User-Type HS-User-l2tp 1
VALUE Hillstone-User-Type HS-User-8021x 2
VALUE Hillstone-User-Type HS-User-smartvpn 4
VALUE Hillstone-User-Type HS-User-normal 8
VALUE Hillstone-User-Type HS-User-Admin 16

VALUE Hillstone-User-Login-Type HS-Admin-Console 1
VALUE Hillstone-User-Login-Type HS-Admin-Telnet 2
VALUE Hillstone-User-Login-Type HS-Admin-SSH 4
VALUE Hillstone-User-Login-Type HS-Admin-HTTP 8
VALUE Hillstone-User-Login-Type HS-Admin-HTTPS 16

VALUE Hillstone-User-Mobile-Operator HS-Mobile-ChinaMobile 1
VALUE Hillstone-User-Mobile-Operator HS-Mobile-ChinaUnicom 2
VALUE Hillstone-User-Mobile-Operator HS-Mobile-ChinaTelecom 3

END-VENDOR Hillstone

0 comments on commit 24319af

Please sign in to comment.