blob: 8b11a6dc451c7935a5c5e03a1796c7c0d4f7c429 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# -*- text -*-
# Copyright (C) 2019 The FreeRADIUS Server project and contributors
# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
#
##############################################################################
#
# Local-Web Accesspoints
#
##############################################################################
VENDOR Local-Web 19220
BEGIN-VENDOR Local-Web
ATTRIBUTE Local-Web-Client-Ip 192 string
ATTRIBUTE Local-Web-Border-Router 193 string
ATTRIBUTE Local-Web-Tx-Limit 200 integer
ATTRIBUTE Local-Web-Rx-Limit 201 integer
ATTRIBUTE Local-Web-Acct-Time 210 integer
ATTRIBUTE Local-Web-Acct-Duration 211 integer
ATTRIBUTE Local-Web-Acct-Interim-Tx-Bytes 212 integer
ATTRIBUTE Local-Web-Acct-Interim-Rx-Bytes 213 integer
ATTRIBUTE Local-Web-Acct-Interim-Tx-Gigawords 214 integer
ATTRIBUTE Local-Web-Acct-Interim-Rx-Gigawords 215 integer
ATTRIBUTE Local-Web-Acct-Interim-Tx-Mgmt 216 integer
ATTRIBUTE Local-Web-Acct-Interim-Rx-Mgmt 217 integer
ATTRIBUTE Local-Web-Acct-Tx-Mgmt 230 integer
ATTRIBUTE Local-Web-Acct-Rx-Mgmt 231 integer
ATTRIBUTE Local-Web-Reauth-Counter 240 integer
END-VENDOR Local-Web
|