nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | # -*- text -*- |
2 | ############################################################################## |
||
3 | # |
||
4 | # ASN Attributes. |
||
5 | # |
||
6 | # Taken from http://svn.asn.pl/misc/freeradius/dictionary.asn |
||
7 | # |
||
8 | # $Id$ |
||
9 | # |
||
10 | ############################################################################## |
||
11 | |||
12 | VENDOR ASN 23782 |
||
13 | |||
14 | BEGIN-VENDOR ASN |
||
15 | |||
16 | ## Server-side extensions |
||
17 | # dynamic IP pool name |
||
18 | ATTRIBUTE ASN-IP-Pool-Name 1 string |
||
19 | |||
20 | ### 2-99: free ### |
||
21 | |||
22 | ## limits |
||
23 | ATTRIBUTE ASN-Kbps-Down 100 integer |
||
24 | ATTRIBUTE ASN-Kbps-Down-Localmedia 112 integer |
||
25 | ATTRIBUTE ASN-Kbps-Up 101 integer |
||
26 | ATTRIBUTE ASN-Pps-Down 102 integer |
||
27 | ATTRIBUTE ASN-Pps-Up 103 integer |
||
28 | ATTRIBUTE ASN-TCP-Connlimit 104 integer |
||
29 | |||
30 | ## firewall |
||
31 | ATTRIBUTE ASN-Firewall-Available 110 integer |
||
32 | VALUE ASN-Firewall-Available Yes 1 |
||
33 | VALUE ASN-Firewall-Available No 2 |
||
34 | |||
35 | ATTRIBUTE ASN-Firewall-State 105 integer |
||
36 | VALUE ASN-Firewall-State Enabled 1 |
||
37 | VALUE ASN-Firewall-State Disabled 2 |
||
38 | |||
39 | ATTRIBUTE ASN-Firewall-Block-Ping 107 integer |
||
40 | VALUE ASN-Firewall-Block-Ping Enabled 1 |
||
41 | VALUE ASN-Firewall-Block-Ping Disabled 2 |
||
42 | |||
43 | # hosts to allow "<tcp/udp/sctp> <host> <port1,port2,...>" |
||
44 | ATTRIBUTE ASN-Firewall-Open 106 string |
||
45 | |||
46 | ## QoS |
||
47 | ATTRIBUTE ASN-QoS-Available 111 integer |
||
48 | VALUE ASN-QoS-Available Yes 1 |
||
49 | VALUE ASN-QoS-Available No 2 |
||
50 | |||
51 | ATTRIBUTE ASN-QoS-State 108 integer |
||
52 | VALUE ASN-QoS-State Enabled 1 |
||
53 | VALUE ASN-QoS-State Disabled 2 |
||
54 | |||
55 | # IP redirection, with optional randomness |
||
56 | # "<tcp/udp/sctp> src/dst [<dsthost[/mask]>:]<port1,port2,...> <host>:<port> [<random%>]" |
||
57 | # where src/dst decides whether to match source or destination ports |
||
58 | # random is an integer number from 1 to 99, or null - no randomness |
||
59 | ATTRIBUTE ASN-IP-Redirect 109 string |
||
60 | |||
61 | ## web filtering |
||
62 | # decides whether to deny or to allow only the specified web topics |
||
63 | ATTRIBUTE ASN-Webfilter-Mode 113 integer |
||
64 | VALUE ASN-Webfilter-Mode Deny 1 |
||
65 | VALUE ASN-Webfilter-Mode Allow 2 |
||
66 | |||
67 | # where to redirect blocked request |
||
68 | # "[301:302]<new url>" |
||
69 | # 301/302 - redirect permanently (301) or temporarily (302) (default 302) |
||
70 | # <new url> - an URL address, with following possible substitutions: |
||
71 | # %a - IP address of the client |
||
72 | # %i - user ID (RFC931) or "unknown" |
||
73 | # %n - domainname of the client or "unknown" |
||
74 | # %p - REQUEST_URI, ie. the path and the optional |
||
75 | # query string of %u, but note for convenience |
||
76 | # without the leading "/". |
||
77 | # %t - matched destination group or "unknown" |
||
78 | # %u - requested URL |
||
79 | # %% - single '%' |
||
80 | # |
||
81 | ATTRIBUTE ASN-Webfilter-Redirect 114 string |
||
82 | |||
83 | # squidGuard destination group to match |
||
84 | # destinations available by default: sglists-<tag> - tags: |
||
85 | # ads adult audioandvideo banks blogs chatandforum finance freemail games |
||
86 | # home jobsearch keylogger news onlineGames phishing proxies recreation |
||
87 | # reference science searchengine |
||
88 | ATTRIBUTE ASN-Webfilter-Destination 115 string |
||
89 | |||
90 | # web domain to match (will match all subdomains, too) |
||
91 | ATTRIBUTE ASN-Webfilter-Domain 116 string |
||
92 | |||
93 | END-VENDOR ASN |