-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3,675 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# -*- text -*- | ||
############################################################################## | ||
# | ||
# Alcatel Broadband Access Server dictionary. | ||
# | ||
# $Id: dictionary.alcatel, 2006/04/18 17:50:50 aland Exp $ | ||
# | ||
############################################################################## | ||
|
||
#Alcatel Dictionary file for FreeRadius Servers | ||
|
||
VENDOR Alcatel 800 | ||
|
||
BEGIN-VENDOR Alcatel | ||
|
||
ATTRIBUTE Alcatel-Auth-Group 1 integer | ||
ATTRIBUTE Alcatel-Slot-Port 2 string | ||
ATTRIBUTE Alcatel-Time-of-Day 3 string | ||
ATTRIBUTE Alcatel-Client-IP-Addr 4 ipaddr | ||
ATTRIBUTE Alcatel-Group-Desc 5 string | ||
ATTRIBUTE Alcatel-Port-Desc 6 string | ||
|
||
ATTRIBUTE Alcatel-Auth-Group-Protocol 8 string | ||
ATTRIBUTE Alcatel-Asa-Access 9 string | ||
ATTRIBUTE Alcatel-End-User-Profile 10 string | ||
|
||
ATTRIBUTE AAT-Primary-Home-Agent 12 string | ||
ATTRIBUTE AAT-Secondary-Home-Agent 13 string | ||
ATTRIBUTE AAT-Home-Agent-Password 14 string | ||
ATTRIBUTE AAT-Home-Network-Name 15 string | ||
|
||
ATTRIBUTE Alcatel-Access-Priv 16 integer | ||
VALUE Alcatel-Access-Priv Alcatel-Read-Priv 1 | ||
VALUE Alcatel-Access-Priv Alcatel-Write-Priv 2 | ||
VALUE Alcatel-Access-Priv Alcatel-Admin-Priv 3 | ||
|
||
ATTRIBUTE Alcatel-Nms-Group 20 string | ||
ATTRIBUTE Alcatel-Nms-First-Name 21 string | ||
ATTRIBUTE Alcatel-Nms-Last-Name 22 string | ||
ATTRIBUTE Alcatel-Nms-Description 23 string | ||
|
||
ATTRIBUTE Alcatel-Acce-Priv-R1 33 octets | ||
ATTRIBUTE Alcatel-Acce-Priv-R2 34 octets | ||
ATTRIBUTE Alcatel-Acce-Priv-W1 35 octets | ||
ATTRIBUTE Alcatel-Acce-Priv-W2 36 octets | ||
ATTRIBUTE Alcatel-Acce-Priv-G1 37 octets | ||
ATTRIBUTE Alcatel-Acce-Priv-G2 38 octets | ||
ATTRIBUTE Alcatel-Acce-Priv-F-R1 39 octets | ||
ATTRIBUTE Alcatel-Acce-Priv-F-R2 40 octets | ||
ATTRIBUTE Alcatel-Acce-Priv-F-W1 41 octets | ||
ATTRIBUTE Alcatel-Acce-Priv-F-W2 42 octets | ||
ATTRIBUTE Alcatel-Acce-Priv-F-R3 43 octets | ||
ATTRIBUTE Alcatel-Acce-Priv-F-R4 44 octets | ||
ATTRIBUTE Alcatel-Acce-Priv-F-W3 45 octets | ||
ATTRIBUTE Alcatel-Acce-Priv-F-W4 46 octets | ||
|
||
ATTRIBUTE Alcatel-Policy-List 100 string | ||
ATTRIBUTE Alcatel-Redirect-Url 101 string | ||
ATTRIBUTE Alcatel-Device-Name 152 string | ||
ATTRIBUTE Alcatel-Device-Location 153 string | ||
ATTRIBUTE Alcatel-AP-Group 154 string | ||
ATTRIBUTE Alcatel-Device-Psk 155 string | ||
|
||
END-VENDOR Alcatel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
//go:generate go run ../../cmd/radius-dict-gen/main.go -package alcatel -output generated.go dictionary.alcatel | ||
|
||
package alcatel |
Oops, something went wrong.