nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | # -*- text -*- |
2 | ############################################################################## |
||
3 | # |
||
4 | # Ascend dictionary. |
||
5 | # |
||
6 | # $Id$ |
||
7 | # |
||
8 | ############################################################################## |
||
9 | |||
10 | # |
||
11 | # For 16-bit Ascend VSA's, see dictionary.lucent. Those VSA's |
||
12 | # are in the Lucent namespace, and belong in that file, rather |
||
13 | # than here. |
||
14 | # |
||
15 | # |
||
16 | # The Ascend-Data-Filter and Ascend-Call-Filter are case insensitive |
||
17 | # strings, with the following format: |
||
18 | # |
||
19 | # IP FILTERS: |
||
20 | # |
||
21 | # ip dir action [ dstip n.n.n.n/nn ] [ srcip n.n.n.n/nn ] |
||
22 | # [ proto [ dstport cmp value ] [ srcport cmd value ] [ est ] ] |
||
23 | # |
||
24 | # Fields in [...] are optional. |
||
25 | # where: |
||
26 | # |
||
27 | # ip: Keyword to designate an IP filter. Actually this |
||
28 | # has been determined by parseFilter. |
||
29 | # |
||
30 | # dir: Filter direction. "IN" or "OUT" |
||
31 | # |
||
32 | # action: Filter action. "FORWARD" or "DROP" |
||
33 | # |
||
34 | # dstip: Keyword for destination IP address. |
||
35 | # n.n.n.n = IP address. /nn - netmask. |
||
36 | # |
||
37 | # srcip: Keyword for source IP address. |
||
38 | # n.n.n.n = IP address. /nn - netmask. |
||
39 | # |
||
40 | # proto: Optional protocol field. Either a name or |
||
41 | # number. Known names are in FilterProtoName[]. |
||
42 | # |
||
43 | # dstport: Keyword for destination port. Only valid with tcp |
||
44 | # or udp. 'cmp' are in FilterPortType[]. 'value' can be |
||
45 | # a name or number. |
||
46 | # |
||
47 | # srcport: Keyword for source port. Only valid with tcp |
||
48 | # or udp. 'cmp' are in FilterPortType[]. 'value' can be |
||
49 | # a name or number. |
||
50 | # |
||
51 | # est: Keyword for TCP established. Valid only for tcp. |
||
52 | # |
||
53 | # IPX FILTERS |
||
54 | # |
||
55 | # ipx dir action [ srcipxnet nnnn srcipxnode mmmmm [srcipxsoc cmd value ]] |
||
56 | # [ dstipxnet nnnn dstipxnode mmmmm [dstipxsoc cmd value ]] |
||
57 | # |
||
58 | # Fields in [...] are optional. |
||
59 | # where: |
||
60 | # |
||
61 | # ipx: Keyword to designate an IPX filter. Actually this |
||
62 | # has been determined by parseFilter. |
||
63 | # |
||
64 | # dir: Filter direction. "IN" or "OUT" |
||
65 | # |
||
66 | # action: Filter action. "FORWARD" or "DROP" |
||
67 | # |
||
68 | # srcipxnet: Keyword for source IPX address. |
||
69 | # nnnn = IPX Node address. |
||
70 | # |
||
71 | # srcipxnode: Keyword for source IPX Node address. |
||
72 | # mmmmm = IPX Node Address, could be FFFFFF. |
||
73 | # A vlid ipx node number should accompany ipx net number. |
||
74 | # |
||
75 | # srcipxsoc: Keyword for source IPX socket address. |
||
76 | # |
||
77 | # cmd: One of ">" or "<" or "=" or "!=". |
||
78 | # (without the quotes) |
||
79 | # |
||
80 | # value: Socket value to be compared against, in hex. |
||
81 | # |
||
82 | # dstipxnet: Keyword for destination IPX address. |
||
83 | # nnnn = IPX Node address. |
||
84 | # |
||
85 | # dstipxnode: Keyword for destination IPX Node address. |
||
86 | # mmmmm = IPX Node Address, could be FFFFFF. |
||
87 | # A vlid ipx node number should accompany ipx net number. |
||
88 | # |
||
89 | # dstipxsoc: Keyword for destination IPX socket address. |
||
90 | # |
||
91 | # cmd: One of ">" or "<" or "=" or "!=". |
||
92 | # (without the quotes) |
||
93 | # |
||
94 | # value: Socket value to be compared against, in hex. |
||
95 | # |
||
96 | # GENERIC FILTERS |
||
97 | # |
||
98 | # generic dir action offset mask value [== or != ] [more] |
||
99 | # |
||
100 | # Fields in [...] are optional. |
||
101 | # where: |
||
102 | # |
||
103 | # generic: Keyword to indicate a generic filter. This |
||
104 | # has been determined by parseFilter. |
||
105 | # |
||
106 | # dir: Filter direction. "IN" or "OUT" |
||
107 | # |
||
108 | # action: Filter action. "FORWARD" or "DROP" |
||
109 | # |
||
110 | # offset: A Number. Specifies an offset into a frame |
||
111 | # to start comparing. |
||
112 | # |
||
113 | # mask: A hexadecimal mask of bits to compare. |
||
114 | # |
||
115 | # value: A value to compare with the masked data. |
||
116 | # |
||
117 | # compNeq: Defines type of comparison. ( "==" or "!=") |
||
118 | # Default is "==". |
||
119 | # |
||
120 | # more: Optional keyword MORE, to represent the attachment |
||
121 | # to the next entry. |
||
122 | |||
123 | VENDOR Ascend 529 |
||
124 | |||
125 | # |
||
126 | # Ascend vendor-specific attributes. |
||
127 | # |
||
128 | BEGIN-VENDOR Ascend |
||
129 | ATTRIBUTE Ascend-Max-Shared-Users 2 integer |
||
130 | ATTRIBUTE Ascend-UU-Info 7 string |
||
131 | ATTRIBUTE Ascend-CIR-Timer 9 integer |
||
132 | ATTRIBUTE Ascend-FR-08-Mode 10 integer |
||
133 | ATTRIBUTE Ascend-Destination-Nas-Port 11 integer |
||
134 | ATTRIBUTE Ascend-FR-SVC-Addr 12 string |
||
135 | ATTRIBUTE Ascend-NAS-Port-Format 13 integer |
||
136 | ATTRIBUTE Ascend-ATM-Fault-Management 14 integer |
||
137 | ATTRIBUTE Ascend-ATM-Loopback-Cell-Loss 15 integer |
||
138 | ATTRIBUTE Ascend-Ckt-Type 16 integer |
||
139 | ATTRIBUTE Ascend-SVC-Enabled 17 integer |
||
140 | ATTRIBUTE Ascend-Session-Type 18 integer |
||
141 | ATTRIBUTE Ascend-H323-Gatekeeper 19 ipaddr |
||
142 | ATTRIBUTE Ascend-Global-Call-Id 20 string |
||
143 | ATTRIBUTE Ascend-H323-Conference-Id 21 integer |
||
144 | ATTRIBUTE Ascend-H323-Fegw-Address 22 ipaddr |
||
145 | ATTRIBUTE Ascend-H323-Dialed-Time 23 integer |
||
146 | ATTRIBUTE Ascend-Dialed-Number 24 string |
||
147 | ATTRIBUTE Ascend-Inter-Arrival-Jitter 25 integer |
||
148 | ATTRIBUTE Ascend-Dropped-Octets 26 integer |
||
149 | ATTRIBUTE Ascend-Dropped-Packets 27 integer |
||
150 | ATTRIBUTE Ascend-Auth-Delay 28 integer |
||
151 | ATTRIBUTE Ascend-X25-Pad-X3-Profile 29 integer |
||
152 | ATTRIBUTE Ascend-X25-Pad-X3-Parameters 30 string |
||
153 | ATTRIBUTE Ascend-Tunnel-VRouter-Name 31 string |
||
154 | ATTRIBUTE Ascend-X25-Reverse-Charging 32 integer |
||
155 | ATTRIBUTE Ascend-X25-Nui-Prompt 33 string |
||
156 | ATTRIBUTE Ascend-X25-Nui-Password-Prompt 34 string |
||
157 | ATTRIBUTE Ascend-X25-Cug 35 string |
||
158 | ATTRIBUTE Ascend-X25-Pad-Alias-1 36 string |
||
159 | ATTRIBUTE Ascend-X25-Pad-Alias-2 37 string |
||
160 | ATTRIBUTE Ascend-X25-Pad-Alias-3 38 string |
||
161 | ATTRIBUTE Ascend-X25-X121-Address 39 string |
||
162 | ATTRIBUTE Ascend-X25-Nui 40 string |
||
163 | ATTRIBUTE Ascend-X25-Rpoa 41 string |
||
164 | ATTRIBUTE Ascend-X25-Pad-Prompt 42 string |
||
165 | ATTRIBUTE Ascend-X25-Pad-Banner 43 string |
||
166 | ATTRIBUTE Ascend-X25-Profile-Name 44 string |
||
167 | ATTRIBUTE Ascend-Recv-Name 45 string |
||
168 | ATTRIBUTE Ascend-Bi-Directional-Auth 46 integer |
||
169 | ATTRIBUTE Ascend-MTU 47 integer |
||
170 | ATTRIBUTE Ascend-Call-Direction 48 integer |
||
171 | ATTRIBUTE Ascend-Service-Type 49 integer |
||
172 | ATTRIBUTE Ascend-Filter-Required 50 integer |
||
173 | ATTRIBUTE Ascend-Traffic-Shaper 51 integer |
||
174 | ATTRIBUTE Ascend-Access-Intercept-LEA 52 string |
||
175 | ATTRIBUTE Ascend-Access-Intercept-Log 53 string |
||
176 | ATTRIBUTE Ascend-Private-Route-Table-ID 54 string |
||
177 | ATTRIBUTE Ascend-Private-Route-Required 55 integer |
||
178 | ATTRIBUTE Ascend-Cache-Refresh 56 integer |
||
179 | ATTRIBUTE Ascend-Cache-Time 57 integer |
||
180 | ATTRIBUTE Ascend-Egress-Enabled 58 integer |
||
181 | ATTRIBUTE Ascend-QOS-Upstream 59 string |
||
182 | ATTRIBUTE Ascend-QOS-Downstream 60 string |
||
183 | ATTRIBUTE Ascend-ATM-Connect-Vpi 61 integer |
||
184 | ATTRIBUTE Ascend-ATM-Connect-Vci 62 integer |
||
185 | ATTRIBUTE Ascend-ATM-Connect-Group 63 integer |
||
186 | ATTRIBUTE Ascend-ATM-Group 64 integer |
||
187 | ATTRIBUTE Ascend-IPX-Header-Compression 65 integer |
||
188 | ATTRIBUTE Ascend-Calling-Id-Type-Of-Num 66 integer |
||
189 | ATTRIBUTE Ascend-Calling-Id-Number-Plan 67 integer |
||
190 | ATTRIBUTE Ascend-Calling-Id-Presentatn 68 integer |
||
191 | ATTRIBUTE Ascend-Calling-Id-Screening 69 integer |
||
192 | ATTRIBUTE Ascend-BIR-Enable 70 integer |
||
193 | ATTRIBUTE Ascend-BIR-Proxy 71 integer |
||
194 | ATTRIBUTE Ascend-BIR-Bridge-Group 72 integer |
||
195 | ATTRIBUTE Ascend-IPSEC-Profile 73 string |
||
196 | ATTRIBUTE Ascend-PPPoE-Enable 74 integer |
||
197 | ATTRIBUTE Ascend-Bridge-Non-PPPoE 75 integer |
||
198 | ATTRIBUTE Ascend-ATM-Direct 76 integer |
||
199 | ATTRIBUTE Ascend-ATM-Direct-Profile 77 string |
||
200 | ATTRIBUTE Ascend-Client-Primary-WINS 78 ipaddr |
||
201 | ATTRIBUTE Ascend-Client-Secondary-WINS 79 ipaddr |
||
202 | ATTRIBUTE Ascend-Client-Assign-WINS 80 integer |
||
203 | ATTRIBUTE Ascend-Auth-Type 81 integer |
||
204 | ATTRIBUTE Ascend-Port-Redir-Protocol 82 integer |
||
205 | ATTRIBUTE Ascend-Port-Redir-Portnum 83 integer |
||
206 | ATTRIBUTE Ascend-Port-Redir-Server 84 ipaddr |
||
207 | ATTRIBUTE Ascend-IP-Pool-Chaining 85 integer |
||
208 | ATTRIBUTE Ascend-Owner-IP-Addr 86 ipaddr |
||
209 | ATTRIBUTE Ascend-IP-TOS 87 integer |
||
210 | ATTRIBUTE Ascend-IP-TOS-Precedence 88 integer |
||
211 | ATTRIBUTE Ascend-IP-TOS-Apply-To 89 integer |
||
212 | ATTRIBUTE Ascend-Filter 90 string |
||
213 | ATTRIBUTE Ascend-Telnet-Profile 91 string |
||
214 | ATTRIBUTE Ascend-Dsl-Rate-Type 92 integer |
||
215 | ATTRIBUTE Ascend-Redirect-Number 93 string |
||
216 | ATTRIBUTE Ascend-ATM-Vpi 94 integer |
||
217 | ATTRIBUTE Ascend-ATM-Vci 95 integer |
||
218 | ATTRIBUTE Ascend-Source-IP-Check 96 integer |
||
219 | ATTRIBUTE Ascend-Dsl-Rate-Mode 97 integer |
||
220 | ATTRIBUTE Ascend-Dsl-Upstream-Limit 98 integer |
||
221 | ATTRIBUTE Ascend-Dsl-Downstream-Limit 99 integer |
||
222 | ATTRIBUTE Ascend-Dsl-CIR-Recv-Limit 100 integer |
||
223 | ATTRIBUTE Ascend-Dsl-CIR-Xmit-Limit 101 integer |
||
224 | ATTRIBUTE Ascend-VRouter-Name 102 string |
||
225 | ATTRIBUTE Ascend-Source-Auth 103 string |
||
226 | ATTRIBUTE Ascend-Private-Route 104 string |
||
227 | ATTRIBUTE Ascend-Numbering-Plan-ID 105 integer |
||
228 | ATTRIBUTE Ascend-FR-Link-Status-DLCI 106 integer |
||
229 | ATTRIBUTE Ascend-Calling-Subaddress 107 string |
||
230 | ATTRIBUTE Ascend-Callback-Delay 108 integer |
||
231 | ATTRIBUTE Ascend-Endpoint-Disc 109 string |
||
232 | ATTRIBUTE Ascend-Remote-FW 110 string |
||
233 | ATTRIBUTE Ascend-Multicast-GLeave-Delay 111 integer |
||
234 | ATTRIBUTE Ascend-CBCP-Enable 112 integer |
||
235 | ATTRIBUTE Ascend-CBCP-Mode 113 integer |
||
236 | ATTRIBUTE Ascend-CBCP-Delay 114 integer |
||
237 | ATTRIBUTE Ascend-CBCP-Trunk-Group 115 integer |
||
238 | ATTRIBUTE Ascend-Appletalk-Route 116 string |
||
239 | ATTRIBUTE Ascend-Appletalk-Peer-Mode 117 integer |
||
240 | ATTRIBUTE Ascend-Route-Appletalk 118 integer |
||
241 | ATTRIBUTE Ascend-FCP-Parameter 119 string |
||
242 | ATTRIBUTE Ascend-Modem-PortNo 120 integer |
||
243 | ATTRIBUTE Ascend-Modem-SlotNo 121 integer |
||
244 | ATTRIBUTE Ascend-Modem-ShelfNo 122 integer |
||
245 | ATTRIBUTE Ascend-Call-Attempt-Limit 123 integer |
||
246 | ATTRIBUTE Ascend-Call-Block-Duration 124 integer |
||
247 | ATTRIBUTE Ascend-Maximum-Call-Duration 125 integer |
||
248 | ATTRIBUTE Ascend-Temporary-Rtes 126 integer |
||
249 | ATTRIBUTE Ascend-Tunneling-Protocol 127 integer |
||
250 | ATTRIBUTE Ascend-Shared-Profile-Enable 128 integer |
||
251 | ATTRIBUTE Ascend-Primary-Home-Agent 129 string |
||
252 | ATTRIBUTE Ascend-Secondary-Home-Agent 130 string |
||
253 | ATTRIBUTE Ascend-Dialout-Allowed 131 integer |
||
254 | ATTRIBUTE Ascend-Client-Gateway 132 ipaddr |
||
255 | ATTRIBUTE Ascend-BACP-Enable 133 integer |
||
256 | ATTRIBUTE Ascend-DHCP-Maximum-Leases 134 integer |
||
257 | ATTRIBUTE Ascend-Client-Primary-DNS 135 ipaddr |
||
258 | ATTRIBUTE Ascend-Client-Secondary-DNS 136 ipaddr |
||
259 | ATTRIBUTE Ascend-Client-Assign-DNS 137 integer |
||
260 | ATTRIBUTE Ascend-User-Acct-Type 138 integer |
||
261 | ATTRIBUTE Ascend-User-Acct-Host 139 ipaddr |
||
262 | ATTRIBUTE Ascend-User-Acct-Port 140 integer |
||
263 | ATTRIBUTE Ascend-User-Acct-Key 141 string |
||
264 | ATTRIBUTE Ascend-User-Acct-Base 142 integer |
||
265 | ATTRIBUTE Ascend-User-Acct-Time 143 integer |
||
266 | ATTRIBUTE Ascend-Assign-IP-Client 144 ipaddr |
||
267 | ATTRIBUTE Ascend-Assign-IP-Server 145 ipaddr |
||
268 | ATTRIBUTE Ascend-Assign-IP-Global-Pool 146 string |
||
269 | ATTRIBUTE Ascend-DHCP-Reply 147 integer |
||
270 | ATTRIBUTE Ascend-DHCP-Pool-Number 148 integer |
||
271 | ATTRIBUTE Ascend-Expect-Callback 149 integer |
||
272 | ATTRIBUTE Ascend-Event-Type 150 integer |
||
273 | ATTRIBUTE Ascend-Session-Svr-Key 151 string |
||
274 | ATTRIBUTE Ascend-Multicast-Rate-Limit 152 integer |
||
275 | ATTRIBUTE Ascend-IF-Netmask 153 ipaddr |
||
276 | ATTRIBUTE Ascend-Remote-Addr 154 ipaddr |
||
277 | ATTRIBUTE Ascend-Multicast-Client 155 integer |
||
278 | ATTRIBUTE Ascend-FR-Circuit-Name 156 string |
||
279 | ATTRIBUTE Ascend-FR-LinkUp 157 integer |
||
280 | ATTRIBUTE Ascend-FR-Nailed-Grp 158 integer |
||
281 | ATTRIBUTE Ascend-FR-Type 159 integer |
||
282 | ATTRIBUTE Ascend-FR-Link-Mgt 160 integer |
||
283 | ATTRIBUTE Ascend-FR-N391 161 integer |
||
284 | ATTRIBUTE Ascend-FR-DCE-N392 162 integer |
||
285 | ATTRIBUTE Ascend-FR-DTE-N392 163 integer |
||
286 | ATTRIBUTE Ascend-FR-DCE-N393 164 integer |
||
287 | ATTRIBUTE Ascend-FR-DTE-N393 165 integer |
||
288 | ATTRIBUTE Ascend-FR-T391 166 integer |
||
289 | ATTRIBUTE Ascend-FR-T392 167 integer |
||
290 | ATTRIBUTE Ascend-Bridge-Address 168 string |
||
291 | ATTRIBUTE Ascend-TS-Idle-Limit 169 integer |
||
292 | ATTRIBUTE Ascend-TS-Idle-Mode 170 integer |
||
293 | ATTRIBUTE Ascend-DBA-Monitor 171 integer |
||
294 | ATTRIBUTE Ascend-Base-Channel-Count 172 integer |
||
295 | ATTRIBUTE Ascend-Minimum-Channels 173 integer |
||
296 | ATTRIBUTE Ascend-IPX-Route 174 string |
||
297 | ATTRIBUTE Ascend-FT1-Caller 175 integer |
||
298 | ATTRIBUTE Ascend-Backup 176 string |
||
299 | ATTRIBUTE Ascend-Call-Type 177 integer |
||
300 | ATTRIBUTE Ascend-Group 178 string |
||
301 | ATTRIBUTE Ascend-FR-DLCI 179 integer |
||
302 | ATTRIBUTE Ascend-FR-Profile-Name 180 string |
||
303 | ATTRIBUTE Ascend-Ara-PW 181 string |
||
304 | ATTRIBUTE Ascend-IPX-Node-Addr 182 string |
||
305 | ATTRIBUTE Ascend-Home-Agent-IP-Addr 183 ipaddr |
||
306 | ATTRIBUTE Ascend-Home-Agent-Password 184 string |
||
307 | ATTRIBUTE Ascend-Home-Network-Name 185 string |
||
308 | ATTRIBUTE Ascend-Home-Agent-UDP-Port 186 integer |
||
309 | ATTRIBUTE Ascend-Multilink-ID 187 integer |
||
310 | ATTRIBUTE Ascend-Num-In-Multilink 188 integer |
||
311 | ATTRIBUTE Ascend-First-Dest 189 ipaddr |
||
312 | ATTRIBUTE Ascend-Pre-Input-Octets 190 integer |
||
313 | ATTRIBUTE Ascend-Pre-Output-Octets 191 integer |
||
314 | ATTRIBUTE Ascend-Pre-Input-Packets 192 integer |
||
315 | ATTRIBUTE Ascend-Pre-Output-Packets 193 integer |
||
316 | ATTRIBUTE Ascend-Maximum-Time 194 integer |
||
317 | ATTRIBUTE Ascend-Disconnect-Cause 195 integer |
||
318 | ATTRIBUTE Ascend-Connect-Progress 196 integer |
||
319 | ATTRIBUTE Ascend-Data-Rate 197 integer |
||
320 | ATTRIBUTE Ascend-PreSession-Time 198 integer |
||
321 | ATTRIBUTE Ascend-Token-Idle 199 integer |
||
322 | ATTRIBUTE Ascend-Token-Immediate 200 integer |
||
323 | ATTRIBUTE Ascend-Require-Auth 201 integer |
||
324 | ATTRIBUTE Ascend-Number-Sessions 202 string |
||
325 | ATTRIBUTE Ascend-Authen-Alias 203 string |
||
326 | ATTRIBUTE Ascend-Token-Expiry 204 integer |
||
327 | ATTRIBUTE Ascend-Menu-Selector 205 string |
||
328 | ATTRIBUTE Ascend-Menu-Item 206 string |
||
329 | ATTRIBUTE Ascend-PW-Warntime 207 integer |
||
330 | ATTRIBUTE Ascend-PW-Lifetime 208 integer |
||
331 | ATTRIBUTE Ascend-IP-Direct 209 ipaddr |
||
332 | ATTRIBUTE Ascend-PPP-VJ-Slot-Comp 210 integer |
||
333 | ATTRIBUTE Ascend-PPP-VJ-1172 211 integer |
||
334 | ATTRIBUTE Ascend-PPP-Async-Map 212 integer |
||
335 | ATTRIBUTE Ascend-Third-Prompt 213 string |
||
336 | ATTRIBUTE Ascend-Send-Secret 214 string encrypt=3 |
||
337 | ATTRIBUTE Ascend-Receive-Secret 215 string encrypt=3 |
||
338 | ATTRIBUTE Ascend-IPX-Peer-Mode 216 integer |
||
339 | ATTRIBUTE Ascend-IP-Pool-Definition 217 string |
||
340 | ATTRIBUTE Ascend-Assign-IP-Pool 218 integer |
||
341 | ATTRIBUTE Ascend-FR-Direct 219 integer |
||
342 | ATTRIBUTE Ascend-FR-Direct-Profile 220 string |
||
343 | ATTRIBUTE Ascend-FR-Direct-DLCI 221 integer |
||
344 | ATTRIBUTE Ascend-Handle-IPX 222 integer |
||
345 | ATTRIBUTE Ascend-Netware-timeout 223 integer |
||
346 | ATTRIBUTE Ascend-IPX-Alias 224 integer |
||
347 | ATTRIBUTE Ascend-Metric 225 integer |
||
348 | ATTRIBUTE Ascend-PRI-Number-Type 226 integer |
||
349 | ATTRIBUTE Ascend-Dial-Number 227 string |
||
350 | ATTRIBUTE Ascend-Route-IP 228 integer |
||
351 | ATTRIBUTE Ascend-Route-IPX 229 integer |
||
352 | ATTRIBUTE Ascend-Bridge 230 integer |
||
353 | ATTRIBUTE Ascend-Send-Auth 231 integer |
||
354 | ATTRIBUTE Ascend-Send-Passwd 232 string |
||
355 | ATTRIBUTE Ascend-Link-Compression 233 integer |
||
356 | ATTRIBUTE Ascend-Target-Util 234 integer |
||
357 | ATTRIBUTE Ascend-Maximum-Channels 235 integer |
||
358 | ATTRIBUTE Ascend-Inc-Channel-Count 236 integer |
||
359 | ATTRIBUTE Ascend-Dec-Channel-Count 237 integer |
||
360 | ATTRIBUTE Ascend-Seconds-Of-History 238 integer |
||
361 | ATTRIBUTE Ascend-History-Weigh-Type 239 integer |
||
362 | ATTRIBUTE Ascend-Add-Seconds 240 integer |
||
363 | ATTRIBUTE Ascend-Remove-Seconds 241 integer |
||
364 | ATTRIBUTE Ascend-Data-Filter 242 abinary |
||
365 | ATTRIBUTE Ascend-Call-Filter 243 abinary |
||
366 | ATTRIBUTE Ascend-Idle-Limit 244 integer |
||
367 | ATTRIBUTE Ascend-Preempt-Limit 245 integer |
||
368 | ATTRIBUTE Ascend-Callback 246 integer |
||
369 | ATTRIBUTE Ascend-Data-Svc 247 integer |
||
370 | ATTRIBUTE Ascend-Force-56 248 integer |
||
371 | ATTRIBUTE Ascend-Billing-Number 249 string |
||
372 | ATTRIBUTE Ascend-Call-By-Call 250 integer |
||
373 | ATTRIBUTE Ascend-Transit-Number 251 string |
||
374 | ATTRIBUTE Ascend-Host-Info 252 string |
||
375 | ATTRIBUTE Ascend-PPP-Address 253 ipaddr |
||
376 | ATTRIBUTE Ascend-MPP-Idle-Percent 254 integer |
||
377 | ATTRIBUTE Ascend-Xmit-Rate 255 integer |
||
378 | |||
379 | # Ascend protocols |
||
380 | VALUE Service-Type Dialout-Framed-User 5 |
||
381 | VALUE Framed-Protocol Ascend-ARA 255 |
||
382 | VALUE Framed-Protocol Ascend-MPP 256 |
||
383 | VALUE Framed-Protocol Ascend-EURAW 257 |
||
384 | VALUE Framed-Protocol Ascend-EUUI 258 |
||
385 | VALUE Framed-Protocol Ascend-X25 259 |
||
386 | VALUE Framed-Protocol Ascend-COMB 260 |
||
387 | VALUE Framed-Protocol Ascend-FR 261 |
||
388 | VALUE Framed-Protocol Ascend-MP 262 |
||
389 | VALUE Framed-Protocol Ascend-FR-CIR 263 |
||
390 | |||
391 | # |
||
392 | # Ascend specific extensions |
||
393 | # Used by ASCEND MAX/Pipeline products (see above) |
||
394 | # |
||
395 | |||
396 | VALUE Ascend-Source-IP-Check Source-IP-Check-No 0 |
||
397 | VALUE Ascend-Source-IP-Check Source-IP-Check-Yes 1 |
||
398 | VALUE Ascend-CBCP-Enable CBCP-Not-Enabled 0 |
||
399 | VALUE Ascend-CBCP-Enable CBCP-Enabled 1 |
||
400 | VALUE Ascend-CBCP-Mode CBCP-No-Callback 1 |
||
401 | VALUE Ascend-CBCP-Mode CBCP-User-Callback 2 |
||
402 | VALUE Ascend-CBCP-Mode CBCP-Profile-Callback 3 |
||
403 | VALUE Ascend-CBCP-Mode CBCP-Any-Or-No 7 |
||
404 | VALUE Ascend-CBCP-Mode CBCP-Off 8 |
||
405 | VALUE Ascend-FR-Direct FR-Direct-No 0 |
||
406 | VALUE Ascend-FR-Direct FR-Direct-Yes 1 |
||
407 | VALUE Ascend-Handle-IPX Handle-IPX-None 0 |
||
408 | VALUE Ascend-Handle-IPX Handle-IPX-Client 1 |
||
409 | VALUE Ascend-Handle-IPX Handle-IPX-Server 2 |
||
410 | VALUE Ascend-IPX-Peer-Mode IPX-Peer-Router 0 |
||
411 | VALUE Ascend-IPX-Peer-Mode IPX-Peer-Dialin 1 |
||
412 | VALUE Ascend-Call-Type Switched 0 |
||
413 | VALUE Ascend-Call-Type Nailed 1 |
||
414 | VALUE Ascend-Call-Type Nailed/Mpp 2 |
||
415 | VALUE Ascend-Call-Type Perm/Switched 3 |
||
416 | VALUE Ascend-Call-Type AO/DI 6 |
||
417 | VALUE Ascend-Call-Type MegaMax 7 |
||
418 | VALUE Ascend-FT1-Caller FT1-No 0 |
||
419 | VALUE Ascend-FT1-Caller FT1-Yes 1 |
||
420 | VALUE Ascend-PRI-Number-Type Unknown-Number 0 |
||
421 | VALUE Ascend-PRI-Number-Type Intl-Number 1 |
||
422 | VALUE Ascend-PRI-Number-Type National-Number 2 |
||
423 | VALUE Ascend-PRI-Number-Type Net-Specific-Number 3 |
||
424 | VALUE Ascend-PRI-Number-Type Local-Number 4 |
||
425 | VALUE Ascend-PRI-Number-Type Abbrev-Number 5 |
||
426 | |||
427 | VALUE Ascend-Route-IP Route-IP-No 0 |
||
428 | VALUE Ascend-Route-IP Route-IP-Yes 1 |
||
429 | VALUE Ascend-Route-IPX Route-IPX-No 0 |
||
430 | VALUE Ascend-Route-IPX Route-IPX-Yes 1 |
||
431 | VALUE Ascend-Bridge Bridge-No 0 |
||
432 | VALUE Ascend-Bridge Bridge-Yes 1 |
||
433 | VALUE Ascend-TS-Idle-Mode TS-Idle-None 0 |
||
434 | VALUE Ascend-TS-Idle-Mode TS-Idle-Input 1 |
||
435 | VALUE Ascend-TS-Idle-Mode TS-Idle-Input-Output 2 |
||
436 | |||
437 | VALUE Ascend-Send-Auth Send-Auth-None 0 |
||
438 | VALUE Ascend-Send-Auth Send-Auth-PAP 1 |
||
439 | VALUE Ascend-Send-Auth Send-Auth-CHAP 2 |
||
440 | VALUE Ascend-Send-Auth Send-Auth-MS-CHAP 3 |
||
441 | |||
442 | VALUE Ascend-Link-Compression Link-Comp-None 0 |
||
443 | VALUE Ascend-Link-Compression Link-Comp-Stac 1 |
||
444 | VALUE Ascend-Link-Compression Link-Comp-Stac-Draft-9 2 |
||
445 | VALUE Ascend-Link-Compression Link-Comp-MS-Stac 3 |
||
446 | VALUE Ascend-History-Weigh-Type History-Constant 0 |
||
447 | VALUE Ascend-History-Weigh-Type History-Linear 1 |
||
448 | VALUE Ascend-History-Weigh-Type History-Quadratic 2 |
||
449 | VALUE Ascend-Callback Callback-No 0 |
||
450 | VALUE Ascend-Callback Callback-Yes 1 |
||
451 | VALUE Ascend-Expect-Callback Expect-Callback-No 0 |
||
452 | VALUE Ascend-Expect-Callback Expect-Callback-Yes 1 |
||
453 | VALUE Ascend-Data-Svc Switched-Voice-Bearer 0 |
||
454 | VALUE Ascend-Data-Svc Nailed-56KR 1 |
||
455 | VALUE Ascend-Data-Svc Nailed-64K 2 |
||
456 | VALUE Ascend-Data-Svc Switched-64KR 3 |
||
457 | VALUE Ascend-Data-Svc Switched-56K 4 |
||
458 | VALUE Ascend-Data-Svc Switched-384KR 5 |
||
459 | VALUE Ascend-Data-Svc Switched-384K 6 |
||
460 | VALUE Ascend-Data-Svc Switched-1536K 7 |
||
461 | VALUE Ascend-Data-Svc Switched-1536KR 8 |
||
462 | VALUE Ascend-Data-Svc Switched-128K 9 |
||
463 | VALUE Ascend-Data-Svc Switched-192K 10 |
||
464 | VALUE Ascend-Data-Svc Switched-256K 11 |
||
465 | VALUE Ascend-Data-Svc Switched-320K 12 |
||
466 | VALUE Ascend-Data-Svc Switched-384K-MR 13 |
||
467 | VALUE Ascend-Data-Svc Switched-448K 14 |
||
468 | VALUE Ascend-Data-Svc Switched-512K 15 |
||
469 | VALUE Ascend-Data-Svc Switched-576K 16 |
||
470 | VALUE Ascend-Data-Svc Switched-640K 17 |
||
471 | VALUE Ascend-Data-Svc Switched-704K 18 |
||
472 | VALUE Ascend-Data-Svc Switched-768K 19 |
||
473 | VALUE Ascend-Data-Svc Switched-832K 20 |
||
474 | VALUE Ascend-Data-Svc Switched-896K 21 |
||
475 | VALUE Ascend-Data-Svc Switched-960K 22 |
||
476 | VALUE Ascend-Data-Svc Switched-1024K 23 |
||
477 | VALUE Ascend-Data-Svc Switched-1088K 24 |
||
478 | VALUE Ascend-Data-Svc Switched-1152K 25 |
||
479 | VALUE Ascend-Data-Svc Switched-1216K 26 |
||
480 | VALUE Ascend-Data-Svc Switched-1280K 27 |
||
481 | VALUE Ascend-Data-Svc Switched-1344K 28 |
||
482 | VALUE Ascend-Data-Svc Switched-1408K 29 |
||
483 | VALUE Ascend-Data-Svc Switched-1472K 30 |
||
484 | VALUE Ascend-Data-Svc Switched-1600K 31 |
||
485 | VALUE Ascend-Data-Svc Switched-1664K 32 |
||
486 | VALUE Ascend-Data-Svc Switched-1728K 33 |
||
487 | VALUE Ascend-Data-Svc Switched-1792K 34 |
||
488 | VALUE Ascend-Data-Svc Switched-1856K 35 |
||
489 | VALUE Ascend-Data-Svc Switched-1920K 36 |
||
490 | VALUE Ascend-Data-Svc Switched-inherited 37 |
||
491 | VALUE Ascend-Data-Svc Switched-restricted-bearer-x30 38 |
||
492 | VALUE Ascend-Data-Svc Switched-clear-bearer-v110 39 |
||
493 | VALUE Ascend-Data-Svc Switched-restricted-64-x30 40 |
||
494 | VALUE Ascend-Data-Svc Switched-clear-56-v110 41 |
||
495 | VALUE Ascend-Data-Svc Switched-modem 42 |
||
496 | VALUE Ascend-Data-Svc Switched-atmodem 43 |
||
497 | VALUE Ascend-Data-Svc Switched-V110-24-56 45 |
||
498 | VALUE Ascend-Data-Svc Switched-V110-48-56 46 |
||
499 | VALUE Ascend-Data-Svc Switched-V110-96-56 47 |
||
500 | VALUE Ascend-Data-Svc Switched-V110-192-56 48 |
||
501 | VALUE Ascend-Data-Svc Switched-V110-384-56 49 |
||
502 | VALUE Ascend-Data-Svc Switched-V110-24-56R 50 |
||
503 | VALUE Ascend-Data-Svc Switched-V110-48-56R 51 |
||
504 | VALUE Ascend-Data-Svc Switched-V110-96-56R 52 |
||
505 | VALUE Ascend-Data-Svc Switched-V110-192-56R 53 |
||
506 | VALUE Ascend-Data-Svc Switched-V110-384-56R 54 |
||
507 | VALUE Ascend-Data-Svc Switched-V110-24-64 55 |
||
508 | VALUE Ascend-Data-Svc Switched-V110-48-64 56 |
||
509 | VALUE Ascend-Data-Svc Switched-V110-96-64 57 |
||
510 | VALUE Ascend-Data-Svc Switched-V110-192-64 58 |
||
511 | VALUE Ascend-Data-Svc Switched-V110-384-64 59 |
||
512 | VALUE Ascend-Data-Svc Switched-V110-24-64R 60 |
||
513 | VALUE Ascend-Data-Svc Switched-V110-48-64R 61 |
||
514 | VALUE Ascend-Data-Svc Switched-V110-96-64R 62 |
||
515 | VALUE Ascend-Data-Svc Switched-V110-384-64R 64 |
||
516 | VALUE Ascend-Data-Svc Switched-V110-192-64R 63 |
||
517 | |||
518 | VALUE Ascend-Data-Svc Switched-Pots 68 |
||
519 | VALUE Ascend-Data-Svc Switched-ATM 69 |
||
520 | VALUE Ascend-Data-Svc Switched-FR 70 |
||
521 | |||
522 | VALUE Ascend-Force-56 Force-56-No 0 |
||
523 | VALUE Ascend-Force-56 Force-56-Yes 1 |
||
524 | VALUE Ascend-PW-Lifetime Lifetime-In-Days 0 |
||
525 | VALUE Ascend-PW-Warntime Days-Of-Warning 0 |
||
526 | VALUE Ascend-PPP-VJ-1172 PPP-VJ-1172 1 |
||
527 | VALUE Ascend-PPP-VJ-Slot-Comp VJ-Slot-Comp-No 1 |
||
528 | VALUE Ascend-Require-Auth Not-Require-Auth 0 |
||
529 | VALUE Ascend-Require-Auth Require-Auth 1 |
||
530 | VALUE Ascend-Token-Immediate Tok-Imm-No 0 |
||
531 | VALUE Ascend-Token-Immediate Tok-Imm-Yes 1 |
||
532 | VALUE Ascend-DBA-Monitor DBA-Transmit 0 |
||
533 | VALUE Ascend-DBA-Monitor DBA-Transmit-Recv 1 |
||
534 | VALUE Ascend-DBA-Monitor DBA-None 2 |
||
535 | VALUE Ascend-FR-Type Ascend-FR-DTE 0 |
||
536 | VALUE Ascend-FR-Type Ascend-FR-DCE 1 |
||
537 | VALUE Ascend-FR-Type Ascend-FR-NNI 2 |
||
538 | VALUE Ascend-FR-Link-Mgt Ascend-FR-No-Link-Mgt 0 |
||
539 | VALUE Ascend-FR-Link-Mgt Ascend-FR-T1-617D 1 |
||
540 | VALUE Ascend-FR-Link-Mgt Ascend-FR-Q-933A 2 |
||
541 | VALUE Ascend-FR-LinkUp Ascend-LinkUp-Default 0 |
||
542 | VALUE Ascend-FR-LinkUp Ascend-LinkUp-AlwaysUp 1 |
||
543 | VALUE Ascend-Multicast-Client Multicast-No 0 |
||
544 | VALUE Ascend-Multicast-Client Multicast-Yes 1 |
||
545 | VALUE Ascend-User-Acct-Type Ascend-User-Acct-None 0 |
||
546 | VALUE Ascend-User-Acct-Type Ascend-User-Acct-User 1 |
||
547 | VALUE Ascend-User-Acct-Type Ascend-User-Acct-User-Default 2 |
||
548 | VALUE Ascend-User-Acct-Base Base-10 0 |
||
549 | VALUE Ascend-User-Acct-Base Base-16 1 |
||
550 | VALUE Ascend-DHCP-Reply DHCP-Reply-No 0 |
||
551 | VALUE Ascend-DHCP-Reply DHCP-Reply-Yes 1 |
||
552 | VALUE Ascend-Client-Assign-DNS DNS-Assign-No 0 |
||
553 | VALUE Ascend-Client-Assign-DNS DNS-Assign-Yes 1 |
||
554 | VALUE Ascend-Event-Type Ascend-ColdStart 1 |
||
555 | VALUE Ascend-Event-Type Ascend-Session-Event 2 |
||
556 | VALUE Ascend-BACP-Enable BACP-No 0 |
||
557 | VALUE Ascend-BACP-Enable BACP-Yes 1 |
||
558 | |||
559 | VALUE Ascend-Dialout-Allowed Dialout-Not-Allowed 0 |
||
560 | VALUE Ascend-Dialout-Allowed Dialout-Allowed 1 |
||
561 | |||
562 | VALUE Ascend-Shared-Profile-Enable Shared-Profile-No 0 |
||
563 | VALUE Ascend-Shared-Profile-Enable Shared-Profile-Yes 1 |
||
564 | |||
565 | VALUE Ascend-Temporary-Rtes Temp-Rtes-No 0 |
||
566 | VALUE Ascend-Temporary-Rtes Temp-Rtes-Yes 1 |
||
567 | |||
568 | # Ascend Disconnect Cause Values |
||
569 | |||
570 | VALUE Ascend-Disconnect-Cause No-Reason 0 |
||
571 | VALUE Ascend-Disconnect-Cause Not-Applicable 1 |
||
572 | VALUE Ascend-Disconnect-Cause Unknown 2 |
||
573 | VALUE Ascend-Disconnect-Cause Call-Disconnected 3 |
||
574 | VALUE Ascend-Disconnect-Cause CLID-Authentication-Failed 4 |
||
575 | VALUE Ascend-Disconnect-Cause CLID-RADIUS-Timeout 5 |
||
576 | |||
577 | VALUE Ascend-Disconnect-Cause Modem-No-DCD 10 |
||
578 | VALUE Ascend-Disconnect-Cause DCD-Detected-Then-Inactive 11 |
||
579 | VALUE Ascend-Disconnect-Cause Modem-Invalid-Result-Codes 12 |
||
580 | |||
581 | VALUE Ascend-Disconnect-Cause TermSrv-User-Quit 20 |
||
582 | VALUE Ascend-Disconnect-Cause TermSrv-Idle-Timeout 21 |
||
583 | VALUE Ascend-Disconnect-Cause TermSrv-Exit-Telnet 22 |
||
584 | VALUE Ascend-Disconnect-Cause TermSrv-No-IPaddr 23 |
||
585 | VALUE Ascend-Disconnect-Cause TermSrv-Exit-Raw-TCP 24 |
||
586 | VALUE Ascend-Disconnect-Cause TermSrv-Exit-Login-Failed 25 |
||
587 | VALUE Ascend-Disconnect-Cause TermSrv-Exit-Raw-TCP-Disabled 26 |
||
588 | VALUE Ascend-Disconnect-Cause TermSrv-CTRL-C-In-Login 27 |
||
589 | VALUE Ascend-Disconnect-Cause TermSrv-Destroyed 28 |
||
590 | VALUE Ascend-Disconnect-Cause TermSrv-User-Closed-VCon 29 |
||
591 | |||
592 | VALUE Ascend-Disconnect-Cause TermSrv-VCon-Destroyed 30 |
||
593 | VALUE Ascend-Disconnect-Cause TermSrv-Exit-Rlogin 31 |
||
594 | VALUE Ascend-Disconnect-Cause TermSrv-Bad-Rlogin-Option 32 |
||
595 | VALUE Ascend-Disconnect-Cause TermSrv-Not-Enough-Resources 33 |
||
596 | |||
597 | VALUE Ascend-Disconnect-Cause MPP-No-NULL-Msg-Timeout 35 |
||
598 | |||
599 | VALUE Ascend-Disconnect-Cause PPP-LCP-Timeout 40 |
||
600 | VALUE Ascend-Disconnect-Cause PPP-LCP-Negotion-Failed 41 |
||
601 | VALUE Ascend-Disconnect-Cause PPP-PAP-Auth-Failed 42 |
||
602 | VALUE Ascend-Disconnect-Cause PPP-CHAP-Auth-Failed 43 |
||
603 | VALUE Ascend-Disconnect-Cause PPP-Rmt-Auth-Failed 44 |
||
604 | VALUE Ascend-Disconnect-Cause PPP-Rcv-Terminate-Req 45 |
||
605 | VALUE Ascend-Disconnect-Cause PPP-Rcv-Close-Event 46 |
||
606 | VALUE Ascend-Disconnect-Cause PPP-No-NCPs-Open 47 |
||
607 | VALUE Ascend-Disconnect-Cause PPP-MP-Bundle-Unknown 48 |
||
608 | VALUE Ascend-Disconnect-Cause PPP-LCP-Close-MP-Add-Fail 49 |
||
609 | |||
610 | VALUE Ascend-Disconnect-Cause Session-Table-Full 50 |
||
611 | VALUE Ascend-Disconnect-Cause Out-Of-Resources 51 |
||
612 | VALUE Ascend-Disconnect-Cause Invalid-IP-Address 52 |
||
613 | VALUE Ascend-Disconnect-Cause Hostname-Resolution-Failed 53 |
||
614 | VALUE Ascend-Disconnect-Cause Bad-Or-Missing-Port-Number 54 |
||
615 | |||
616 | VALUE Ascend-Disconnect-Cause Host-Reset 60 |
||
617 | VALUE Ascend-Disconnect-Cause Connection-Refused 61 |
||
618 | VALUE Ascend-Disconnect-Cause Connection-Timeout 62 |
||
619 | VALUE Ascend-Disconnect-Cause Connection-Closed 63 |
||
620 | VALUE Ascend-Disconnect-Cause Network-Unreachable 64 |
||
621 | VALUE Ascend-Disconnect-Cause Host-Unreachable 65 |
||
622 | VALUE Ascend-Disconnect-Cause Network-Unreachable-Admin 66 |
||
623 | VALUE Ascend-Disconnect-Cause Host-Unreachable-Admin 67 |
||
624 | VALUE Ascend-Disconnect-Cause Port-Unreachable 68 |
||
625 | |||
626 | VALUE Ascend-Disconnect-Cause Session-Timeout 100 |
||
627 | VALUE Ascend-Disconnect-Cause Invalid-Incoming-User 101 |
||
628 | VALUE Ascend-Disconnect-Cause Disconnect-Due-To-Callback 102 |
||
629 | |||
630 | VALUE Ascend-Disconnect-Cause Proto-Disabled-Or-Unsupported 120 |
||
631 | |||
632 | VALUE Ascend-Disconnect-Cause Disconnect-Req-By-RADIUS 150 |
||
633 | VALUE Ascend-Disconnect-Cause Disconnect-Req-By-Local-Admin 151 |
||
634 | |||
635 | VALUE Ascend-Disconnect-Cause V110-Timeout-Sync-Retry-Exceed 160 |
||
636 | |||
637 | VALUE Ascend-Disconnect-Cause PPP-Auth-Timeout-Exceeded 170 |
||
638 | VALUE Ascend-Disconnect-Cause User-Executed-Do-Hangup 180 |
||
639 | VALUE Ascend-Disconnect-Cause Remote-End-Hung-Up 185 |
||
640 | VALUE Ascend-Disconnect-Cause Resource-Has-Been-Quiesced 190 |
||
641 | VALUE Ascend-Disconnect-Cause Max-Call-Duration-Reached 195 |
||
642 | |||
643 | # ascend connect progress codes |
||
644 | VALUE Ascend-Connect-Progress No-Progress 0 |
||
645 | VALUE Ascend-Connect-Progress Call-Up 10 |
||
646 | VALUE Ascend-Connect-Progress Modem-Up 30 |
||
647 | VALUE Ascend-Connect-Progress Modem-Awaiting-DCD 31 |
||
648 | VALUE Ascend-Connect-Progress Modem-Awaiting-Codes 32 |
||
649 | VALUE Ascend-Connect-Progress TermSrv-Started 40 |
||
650 | VALUE Ascend-Connect-Progress TermSrv-Raw-TCP-Started 41 |
||
651 | VALUE Ascend-Connect-Progress TermSrv-Telnet-Started 42 |
||
652 | VALUE Ascend-Connect-Progress TermSrv-Raw-TCP-Connected 43 |
||
653 | VALUE Ascend-Connect-Progress TermSrv-Telnet-Connected 44 |
||
654 | VALUE Ascend-Connect-Progress TermSrv-Rlogin-Started 45 |
||
655 | VALUE Ascend-Connect-Progress TermSrv-Rlogin-Connected 46 |
||
656 | VALUE Ascend-Connect-Progress Modem-Outdial-Call-Up 50 |
||
657 | VALUE Ascend-Connect-Progress LAN-Session-Up 60 |
||
658 | VALUE Ascend-Connect-Progress LCP-Opening 61 |
||
659 | VALUE Ascend-Connect-Progress CCP-Opening 62 |
||
660 | VALUE Ascend-Connect-Progress IPNCP-Opening 63 |
||
661 | VALUE Ascend-Connect-Progress BNCP-Opening 64 |
||
662 | VALUE Ascend-Connect-Progress LCP-Opened 65 |
||
663 | VALUE Ascend-Connect-Progress CCP-Opened 66 |
||
664 | VALUE Ascend-Connect-Progress IPNCP-Opened 67 |
||
665 | VALUE Ascend-Connect-Progress BNCP-Opened 68 |
||
666 | VALUE Ascend-Connect-Progress LCP-State-Initial 69 |
||
667 | VALUE Ascend-Connect-Progress LCP-State-Starting 70 |
||
668 | VALUE Ascend-Connect-Progress LCP-State-Closed 71 |
||
669 | VALUE Ascend-Connect-Progress LCP-State-Stopped 72 |
||
670 | VALUE Ascend-Connect-Progress LCP-State-Closing 73 |
||
671 | VALUE Ascend-Connect-Progress LCP-State-Stopping 74 |
||
672 | VALUE Ascend-Connect-Progress LCP-State-Request-Sent 75 |
||
673 | VALUE Ascend-Connect-Progress LCP-State-Ack-Received 76 |
||
674 | VALUE Ascend-Connect-Progress LCP-State-Ack-Sent 77 |
||
675 | VALUE Ascend-Connect-Progress IPXNCP-Opened 80 |
||
676 | VALUE Ascend-Connect-Progress ATNCP-Opened 81 |
||
677 | VALUE Ascend-Connect-Progress BACP-Opening 82 |
||
678 | VALUE Ascend-Connect-Progress BACP-Opened 83 |
||
679 | VALUE Ascend-Connect-Progress V110-Up 90 |
||
680 | VALUE Ascend-Connect-Progress V110-State-Opened 91 |
||
681 | VALUE Ascend-Connect-Progress V110-State-Carrier 92 |
||
682 | VALUE Ascend-Connect-Progress V110-State-Reset 93 |
||
683 | VALUE Ascend-Connect-Progress V110-State-Closed 94 |
||
684 | VALUE Ascend-ATM-Direct ATM-Direct-No 0 |
||
685 | VALUE Ascend-ATM-Direct ATM-Direct-Yes 1 |
||
686 | VALUE Ascend-ATM-Fault-Management VC-End-To-End-Loopback 2 |
||
687 | VALUE Ascend-ATM-Fault-Management VC-No-Loopback 0 |
||
688 | VALUE Ascend-ATM-Fault-Management VC-Segment-Loopback 1 |
||
689 | VALUE Ascend-Appletalk-Peer-Mode Appletalk-Peer-Dialin 1 |
||
690 | VALUE Ascend-Appletalk-Peer-Mode Appletalk-Peer-Router 0 |
||
691 | VALUE Ascend-Auth-Type Auth-Any 2 |
||
692 | VALUE Ascend-Auth-Type Auth-CHAP 4 |
||
693 | VALUE Ascend-Auth-Type Auth-Default 1 |
||
694 | VALUE Ascend-Auth-Type Auth-MS-CHAP 5 |
||
695 | VALUE Ascend-Auth-Type Auth-None 0 |
||
696 | VALUE Ascend-Auth-Type Auth-PAP 3 |
||
697 | VALUE Ascend-BIR-Enable BIR-Enable-No 0 |
||
698 | VALUE Ascend-BIR-Enable BIR-Enable-Yes 1 |
||
699 | VALUE Ascend-BIR-Proxy BIR-Proxy-No 0 |
||
700 | VALUE Ascend-BIR-Proxy BIR-Proxy-Yes 1 |
||
701 | VALUE Ascend-Bi-Directional-Auth Bi-Directional-Auth-Allowed 1 |
||
702 | VALUE Ascend-Bi-Directional-Auth Bi-Directional-Auth-None 0 |
||
703 | VALUE Ascend-Bi-Directional-Auth Bi-Directional-Auth-Required 2 |
||
704 | VALUE Ascend-Bridge-Non-PPPoE Bridge-Non-PPPoE-No 0 |
||
705 | VALUE Ascend-Bridge-Non-PPPoE Bridge-Non-PPPoE-Yes 1 |
||
706 | VALUE Ascend-Cache-Refresh Refresh-No 0 |
||
707 | VALUE Ascend-Cache-Refresh Refresh-Yes 1 |
||
708 | VALUE Ascend-Call-Direction Ascend-Call-Direction-Incoming 0 |
||
709 | VALUE Ascend-Call-Direction Ascend-Call-Direction-Outgoing 1 |
||
710 | VALUE Ascend-Calling-Id-Number-Plan Data 3 |
||
711 | VALUE Ascend-Calling-Id-Number-Plan ISDN-Telephony 1 |
||
712 | VALUE Ascend-Calling-Id-Number-Plan National 8 |
||
713 | VALUE Ascend-Calling-Id-Number-Plan Private 9 |
||
714 | VALUE Ascend-Calling-Id-Number-Plan Telex 4 |
||
715 | VALUE Ascend-Calling-Id-Number-Plan Unknown 0 |
||
716 | VALUE Ascend-Calling-Id-Presentatn Allowed 0 |
||
717 | VALUE Ascend-Calling-Id-Presentatn Number-Not-Available 2 |
||
718 | VALUE Ascend-Calling-Id-Presentatn Restricted 1 |
||
719 | VALUE Ascend-Calling-Id-Screening Network-Provided 3 |
||
720 | VALUE Ascend-Calling-Id-Screening User-Not-Screened 0 |
||
721 | VALUE Ascend-Calling-Id-Screening User-Provided-Failed 2 |
||
722 | VALUE Ascend-Calling-Id-Screening User-Provided-Passed 1 |
||
723 | VALUE Ascend-Calling-Id-Type-Of-Num Abbreviated-Number 6 |
||
724 | VALUE Ascend-Calling-Id-Type-Of-Num International-Number 1 |
||
725 | VALUE Ascend-Calling-Id-Type-Of-Num National-Number 2 |
||
726 | VALUE Ascend-Calling-Id-Type-Of-Num Network-Specific 3 |
||
727 | VALUE Ascend-Calling-Id-Type-Of-Num Subscriber-Number 4 |
||
728 | VALUE Ascend-Calling-Id-Type-Of-Num Unknown 0 |
||
729 | VALUE Ascend-Ckt-Type Ascend-PVC 0 |
||
730 | VALUE Ascend-Ckt-Type Ascend-SVC 1 |
||
731 | VALUE Ascend-Client-Assign-WINS WINS-Assign-No 0 |
||
732 | VALUE Ascend-Client-Assign-WINS WINS-Assign-Yes 1 |
||
733 | |||
734 | VALUE Ascend-Dsl-Downstream-Limit adslcap-dn-1280000 10 |
||
735 | VALUE Ascend-Dsl-Downstream-Limit adslcap-dn-1600000 9 |
||
736 | VALUE Ascend-Dsl-Downstream-Limit adslcap-dn-1920000 8 |
||
737 | VALUE Ascend-Dsl-Downstream-Limit adslcap-dn-2240000 7 |
||
738 | VALUE Ascend-Dsl-Downstream-Limit adslcap-dn-2560000 6 |
||
739 | VALUE Ascend-Dsl-Downstream-Limit adslcap-dn-2688000 5 |
||
740 | VALUE Ascend-Dsl-Downstream-Limit adslcap-dn-3200000 4 |
||
741 | VALUE Ascend-Dsl-Downstream-Limit adslcap-dn-4480000 3 |
||
742 | VALUE Ascend-Dsl-Downstream-Limit adslcap-dn-5120000 2 |
||
743 | VALUE Ascend-Dsl-Downstream-Limit adslcap-dn-6272000 1 |
||
744 | VALUE Ascend-Dsl-Downstream-Limit adslcap-dn-640000 12 |
||
745 | VALUE Ascend-Dsl-Downstream-Limit adslcap-dn-7168000 0 |
||
746 | VALUE Ascend-Dsl-Downstream-Limit adslcap-dn-960000 11 |
||
747 | VALUE Ascend-Dsl-Downstream-Limit adsldmt-dn-128000 121 |
||
748 | VALUE Ascend-Dsl-Downstream-Limit adsldmt-dn-1280000 114 |
||
749 | VALUE Ascend-Dsl-Downstream-Limit adsldmt-dn-1600000 113 |
||
750 | VALUE Ascend-Dsl-Downstream-Limit adsldmt-dn-1920000 112 |
||
751 | VALUE Ascend-Dsl-Downstream-Limit adsldmt-dn-2240000 111 |
||
752 | VALUE Ascend-Dsl-Downstream-Limit adsldmt-dn-256000 120 |
||
753 | VALUE Ascend-Dsl-Downstream-Limit adsldmt-dn-2560000 110 |
||
754 | VALUE Ascend-Dsl-Downstream-Limit adsldmt-dn-2688000 109 |
||
755 | VALUE Ascend-Dsl-Downstream-Limit adsldmt-dn-3200000 108 |
||
756 | VALUE Ascend-Dsl-Downstream-Limit adsldmt-dn-384000 119 |
||
757 | VALUE Ascend-Dsl-Downstream-Limit adsldmt-dn-4480000 107 |
||
758 | VALUE Ascend-Dsl-Downstream-Limit adsldmt-dn-512000 118 |
||
759 | VALUE Ascend-Dsl-Downstream-Limit adsldmt-dn-5120000 106 |
||
760 | VALUE Ascend-Dsl-Downstream-Limit adsldmt-dn-6272000 105 |
||
761 | VALUE Ascend-Dsl-Downstream-Limit adsldmt-dn-640000 117 |
||
762 | VALUE Ascend-Dsl-Downstream-Limit adsldmt-dn-7168000 104 |
||
763 | VALUE Ascend-Dsl-Downstream-Limit adsldmt-dn-768000 116 |
||
764 | VALUE Ascend-Dsl-Downstream-Limit adsldmt-dn-8000000 103 |
||
765 | VALUE Ascend-Dsl-Downstream-Limit adsldmt-dn-8960000 102 |
||
766 | VALUE Ascend-Dsl-Downstream-Limit adsldmt-dn-9504000 101 |
||
767 | VALUE Ascend-Dsl-Downstream-Limit adsldmt-dn-960000 115 |
||
768 | VALUE Ascend-Dsl-Downstream-Limit adsldmt-dn-auto 100 |
||
769 | VALUE Ascend-Dsl-Rate-Mode Rate-Mode-AutoBaud 1 |
||
770 | VALUE Ascend-Dsl-Rate-Mode Rate-Mode-Single 2 |
||
771 | VALUE Ascend-Dsl-Rate-Type Rate-Type-AdslCap 2 |
||
772 | VALUE Ascend-Dsl-Rate-Type Rate-Type-AdslDmt 4 |
||
773 | VALUE Ascend-Dsl-Rate-Type Rate-Type-AdslDmtCell 3 |
||
774 | VALUE Ascend-Dsl-Rate-Type Rate-Type-Disabled 0 |
||
775 | VALUE Ascend-Dsl-Rate-Type Rate-Type-Sdsl 1 |
||
776 | VALUE Ascend-Dsl-Upstream-Limit adsldmt-up-896000 153 |
||
777 | VALUE Ascend-Dsl-Upstream-Limit adslcap-up-1088000 50 |
||
778 | VALUE Ascend-Dsl-Upstream-Limit adslcap-up-272000 56 |
||
779 | VALUE Ascend-Dsl-Upstream-Limit adslcap-up-408000 55 |
||
780 | VALUE Ascend-Dsl-Upstream-Limit adslcap-up-544000 54 |
||
781 | VALUE Ascend-Dsl-Upstream-Limit adslcap-up-680000 53 |
||
782 | VALUE Ascend-Dsl-Upstream-Limit adslcap-up-816000 52 |
||
783 | VALUE Ascend-Dsl-Upstream-Limit adslcap-up-952000 51 |
||
784 | VALUE Ascend-Dsl-Upstream-Limit adsldmt-up-1088000 151 |
||
785 | VALUE Ascend-Dsl-Upstream-Limit adsldmt-up-128000 160 |
||
786 | VALUE Ascend-Dsl-Upstream-Limit adsldmt-up-256000 159 |
||
787 | VALUE Ascend-Dsl-Upstream-Limit adsldmt-up-384000 158 |
||
788 | VALUE Ascend-Dsl-Upstream-Limit adsldmt-up-512000 157 |
||
789 | VALUE Ascend-Dsl-Upstream-Limit adsldmt-up-640000 156 |
||
790 | VALUE Ascend-Dsl-Upstream-Limit adsldmt-up-768000 155 |
||
791 | VALUE Ascend-Dsl-Upstream-Limit adsldmt-up-800000 154 |
||
792 | VALUE Ascend-Dsl-Upstream-Limit adsldmt-up-928000 152 |
||
793 | VALUE Ascend-Dsl-Upstream-Limit adsldmt-up-auto 150 |
||
794 | VALUE Ascend-Dsl-Upstream-Limit sdsl-1168000 5 |
||
795 | VALUE Ascend-Dsl-Upstream-Limit sdsl-144000 0 |
||
796 | VALUE Ascend-Dsl-Upstream-Limit sdsl-1552000 6 |
||
797 | VALUE Ascend-Dsl-Upstream-Limit sdsl-2320000 7 |
||
798 | VALUE Ascend-Dsl-Upstream-Limit sdsl-272000 1 |
||
799 | VALUE Ascend-Dsl-Upstream-Limit sdsl-400000 2 |
||
800 | VALUE Ascend-Dsl-Upstream-Limit sdsl-528000 3 |
||
801 | VALUE Ascend-Dsl-Upstream-Limit sdsl-784000 4 |
||
802 | VALUE Ascend-FR-Link-Status-DLCI Ascend-FR-LMI-Dlci-0 0 |
||
803 | VALUE Ascend-FR-Link-Status-DLCI Ascend-FR-LMI-Dlci-1023 1023 |
||
804 | VALUE Ascend-Filter-Required Required-No 0 |
||
805 | VALUE Ascend-Filter-Required Required-Yes 1 |
||
806 | VALUE Ascend-IP-Pool-Chaining IP-Pool-Chaining-No 0 |
||
807 | VALUE Ascend-IP-Pool-Chaining IP-Pool-Chaining-Yes 1 |
||
808 | VALUE Ascend-IP-TOS IP-TOS-Cost 2 |
||
809 | VALUE Ascend-IP-TOS IP-TOS-Disabled 1 |
||
810 | VALUE Ascend-IP-TOS IP-TOS-Latency 16 |
||
811 | VALUE Ascend-IP-TOS IP-TOS-Normal 0 |
||
812 | VALUE Ascend-IP-TOS IP-TOS-Reliability 4 |
||
813 | VALUE Ascend-IP-TOS IP-TOS-Throughput 8 |
||
814 | VALUE Ascend-IP-TOS-Apply-To IP-TOS-Apply-To-Both 3072 |
||
815 | VALUE Ascend-IP-TOS-Apply-To IP-TOS-Apply-To-Incoming 1024 |
||
816 | VALUE Ascend-IP-TOS-Apply-To IP-TOS-Apply-To-Outgoing 2048 |
||
817 | VALUE Ascend-IP-TOS-Precedence IP-TOS-Precedence-Pri-Five 160 |
||
818 | VALUE Ascend-IP-TOS-Precedence IP-TOS-Precedence-Pri-Four 128 |
||
819 | VALUE Ascend-IP-TOS-Precedence IP-TOS-Precedence-Pri-Normal 0 |
||
820 | VALUE Ascend-IP-TOS-Precedence IP-TOS-Precedence-Pri-One 32 |
||
821 | VALUE Ascend-IP-TOS-Precedence IP-TOS-Precedence-Pri-Seven 224 |
||
822 | VALUE Ascend-IP-TOS-Precedence IP-TOS-Precedence-Pri-Six 192 |
||
823 | VALUE Ascend-IP-TOS-Precedence IP-TOS-Precedence-Pri-Three 96 |
||
824 | VALUE Ascend-IP-TOS-Precedence IP-TOS-Precedence-Pri-Two 64 |
||
825 | VALUE Ascend-IPX-Header-Compression IPX-Header-Compression-No 0 |
||
826 | VALUE Ascend-IPX-Header-Compression IPX-Header-Compression-Yes 1 |
||
827 | VALUE Ascend-NAS-Port-Format 1_2_2 3 |
||
828 | VALUE Ascend-NAS-Port-Format 2_4_5_5 2 |
||
829 | VALUE Ascend-NAS-Port-Format 2_4_6_4 1 |
||
830 | VALUE Ascend-NAS-Port-Format Unknown 0 |
||
831 | VALUE Ascend-Numbering-Plan-ID ISDN-Numbering-Plan 1 |
||
832 | VALUE Ascend-Numbering-Plan-ID Private-Numbering-Plan 9 |
||
833 | VALUE Ascend-Numbering-Plan-ID Unknown-Numbering-Plan 0 |
||
834 | VALUE Ascend-PPPoE-Enable PPPoE-No 0 |
||
835 | VALUE Ascend-PPPoE-Enable PPPoE-Yes 1 |
||
836 | VALUE Ascend-Port-Redir-Protocol Ascend-Proto-TCP 6 |
||
837 | VALUE Ascend-Port-Redir-Protocol Ascend-Proto-UDP 17 |
||
838 | VALUE Ascend-Private-Route-Required Required-No 0 |
||
839 | VALUE Ascend-Private-Route-Required Required-Yes 1 |
||
840 | VALUE Ascend-Route-Appletalk Route-Appletalk-No 0 |
||
841 | VALUE Ascend-Route-Appletalk Route-Appletalk-Yes 1 |
||
842 | VALUE Ascend-SVC-Enabled Ascend-SVC-Enabled-No 0 |
||
843 | VALUE Ascend-SVC-Enabled Ascend-SVC-Enabled-Yes 1 |
||
844 | |||
845 | VALUE Ascend-Service-Type Ascend-Service-Type-ATM 20 |
||
846 | VALUE Ascend-Service-Type Ascend-Service-Type-Combinet 7 |
||
847 | VALUE Ascend-Service-Type Ascend-Service-Type-EuRaw 9 |
||
848 | VALUE Ascend-Service-Type Ascend-Service-Type-EuUi 10 |
||
849 | VALUE Ascend-Service-Type Ascend-Service-Type-FR 8 |
||
850 | VALUE Ascend-Service-Type Ascend-Service-Type-HdlcNrm 21 |
||
851 | VALUE Ascend-Service-Type Ascend-Service-Type-IpFax 19 |
||
852 | VALUE Ascend-Service-Type Ascend-Service-Type-MP 15 |
||
853 | VALUE Ascend-Service-Type Ascend-Service-Type-MPP 5 |
||
854 | VALUE Ascend-Service-Type Ascend-Service-Type-NetToNet 25 |
||
855 | VALUE Ascend-Service-Type Ascend-Service-Type-None 1 |
||
856 | VALUE Ascend-Service-Type Ascend-Service-Type-NotUsed 0 |
||
857 | VALUE Ascend-Service-Type Ascend-Service-Type-Other 2 |
||
858 | VALUE Ascend-Service-Type Ascend-Service-Type-PPP 3 |
||
859 | VALUE Ascend-Service-Type Ascend-Service-Type-PseuTunPPP 18 |
||
860 | VALUE Ascend-Service-Type Ascend-Service-Type-RawTcp 13 |
||
861 | VALUE Ascend-Service-Type Ascend-Service-Type-Slip 4 |
||
862 | VALUE Ascend-Service-Type Ascend-Service-Type-Telnet 11 |
||
863 | VALUE Ascend-Service-Type Ascend-Service-Type-TelnetBin 12 |
||
864 | VALUE Ascend-Service-Type Ascend-Service-Type-TermServer 14 |
||
865 | VALUE Ascend-Service-Type Ascend-Service-Type-VirtualConn 16 |
||
866 | VALUE Ascend-Service-Type Ascend-Service-Type-Visa2 23 |
||
867 | VALUE Ascend-Service-Type Ascend-Service-Type-VoIp 22 |
||
868 | VALUE Ascend-Service-Type Ascend-Service-Type-X25 6 |
||
869 | VALUE Ascend-Service-Type Ascend-Service-Type-X25DChan 17 |
||
870 | VALUE Ascend-Session-Type Ascend-Session-G711-Alaw 3 |
||
871 | VALUE Ascend-Session-Type Ascend-Session-G711-Ulaw 2 |
||
872 | VALUE Ascend-Session-Type Ascend-Session-G723 4 |
||
873 | VALUE Ascend-Session-Type Ascend-Session-G723-64KPS 6 |
||
874 | VALUE Ascend-Session-Type Ascend-Session-G728 7 |
||
875 | VALUE Ascend-Session-Type Ascend-Session-G729 5 |
||
876 | VALUE Ascend-Session-Type Ascend-Session-RT24 8 |
||
877 | VALUE Ascend-Session-Type Ascend-Session-Unknown 1 |
||
878 | VALUE Ascend-Session-Type Ascend-Session-Unused 0 |
||
879 | |||
880 | VALUE Ascend-Tunneling-Protocol ATMP-Tunnel 0 |
||
881 | VALUE Ascend-Tunneling-Protocol VTP-Tunnel 1 |
||
882 | |||
883 | VALUE Ascend-X25-Pad-X3-Profile CC_SSP 4 |
||
884 | VALUE Ascend-X25-Pad-X3-Profile CC_TSP 5 |
||
885 | VALUE Ascend-X25-Pad-X3-Profile CRT 0 |
||
886 | VALUE Ascend-X25-Pad-X3-Profile CUSTOM 11 |
||
887 | VALUE Ascend-X25-Pad-X3-Profile DEFAULT 2 |
||
888 | VALUE Ascend-X25-Pad-X3-Profile HARDCOPY 6 |
||
889 | VALUE Ascend-X25-Pad-X3-Profile HDX 7 |
||
890 | VALUE Ascend-X25-Pad-X3-Profile INFONET 1 |
||
891 | VALUE Ascend-X25-Pad-X3-Profile NULL 10 |
||
892 | VALUE Ascend-X25-Pad-X3-Profile POS 9 |
||
893 | VALUE Ascend-X25-Pad-X3-Profile SCEN 3 |
||
894 | VALUE Ascend-X25-Pad-X3-Profile SHARK 8 |
||
895 | VALUE Ascend-X25-Reverse-Charging Reverse-Charging-No 0 |
||
896 | VALUE Ascend-X25-Reverse-Charging Reverse-Charging-Yes 1 |
||
897 | END-VENDOR Ascend |
||
898 | |||
899 | # Uncomment these attributes if you need them (2010-12-01) |
||
900 | # They collide with IANA registered VSA:s |
||
901 | # Ascend specific extensions |
||
902 | # Used by ASCEND MAX/Pipeline products |
||
903 | # |
||
904 | # This next block is renamed because they share the same |
||
905 | # names as the vendor-specific attributes, BUT they occur |
||
906 | # in the lower (1-255) RADIUS attribute space. |
||
907 | # |
||
908 | # Older Ascend software will send these, rather than the |
||
909 | # vendor specific attributes. |
||
910 | # |
||
911 | #ATTRIBUTE X-Ascend-FCP-Parameter 119 string |
||
912 | #ATTRIBUTE X-Ascend-Modem-PortNo 120 integer |
||
913 | #ATTRIBUTE X-Ascend-Modem-SlotNo 121 integer |
||
914 | #ATTRIBUTE X-Ascend-Modem-ShelfNo 122 integer |
||
915 | #ATTRIBUTE X-Ascend-Call-Attempt-Limit 123 integer |
||
916 | #ATTRIBUTE X-Ascend-Call-Block-Duration 124 integer |
||
917 | #ATTRIBUTE X-Ascend-Maximum-Call-Duration 125 integer |
||
918 | ## The following conflicts with dictionary.usr attribute Multi-Link-Flag [wireshark] |
||
919 | #ATTRIBUTE X-Ascend-Temporary-Rtes 126 integer |
||
920 | #ATTRIBUTE X-Ascend-Tunneling-Protocol 127 integer |
||
921 | #ATTRIBUTE X-Ascend-Shared-Profile-Enable 128 integer |
||
922 | #ATTRIBUTE X-Ascend-Primary-Home-Agent 129 string |
||
923 | #ATTRIBUTE X-Ascend-Secondary-Home-Agent 130 string |
||
924 | #ATTRIBUTE X-Ascend-Dialout-Allowed 131 integer |
||
925 | #ATTRIBUTE X-Ascend-Client-Gateway 132 ipaddr |
||
926 | #ATTRIBUTE X-Ascend-BACP-Enable 133 integer |
||
927 | #ATTRIBUTE X-Ascend-DHCP-Maximum-Leases 134 integer |
||
928 | #ATTRIBUTE X-Ascend-Client-Primary-DNS 135 ipaddr |
||
929 | #ATTRIBUTE X-Ascend-Client-Secondary-DNS 136 ipaddr |
||
930 | #ATTRIBUTE X-Ascend-Client-Assign-DNS 137 integer |
||
931 | #ATTRIBUTE X-Ascend-User-Acct-Type 138 integer |
||
932 | #ATTRIBUTE X-Ascend-User-Acct-Host 139 ipaddr |
||
933 | #ATTRIBUTE X-Ascend-User-Acct-Port 140 integer |
||
934 | #ATTRIBUTE X-Ascend-User-Acct-Key 141 string |
||
935 | #ATTRIBUTE X-Ascend-User-Acct-Base 142 integer |
||
936 | #ATTRIBUTE X-Ascend-User-Acct-Time 143 integer |
||
937 | #ATTRIBUTE X-Ascend-Assign-IP-Client 144 ipaddr |
||
938 | #ATTRIBUTE X-Ascend-Assign-IP-Server 145 ipaddr |
||
939 | #ATTRIBUTE X-Ascend-Assign-IP-Global-Pool 146 string |
||
940 | #ATTRIBUTE X-Ascend-DHCP-Reply 147 integer |
||
941 | #ATTRIBUTE X-Ascend-DHCP-Pool-Number 148 integer |
||
942 | #ATTRIBUTE X-Ascend-Expect-Callback 149 integer |
||
943 | #ATTRIBUTE X-Ascend-Event-Type 150 integer |
||
944 | #ATTRIBUTE X-Ascend-Session-Svr-Key 151 string |
||
945 | #ATTRIBUTE X-Ascend-Multicast-Rate-Limit 152 integer |
||
946 | #ATTRIBUTE X-Ascend-IF-Netmask 153 ipaddr |
||
947 | #ATTRIBUTE X-Ascend-Remote-Addr 154 ipaddr |
||
948 | #ATTRIBUTE X-Ascend-Multicast-Client 155 integer |
||
949 | #ATTRIBUTE X-Ascend-FR-Circuit-Name 156 string |
||
950 | #ATTRIBUTE X-Ascend-FR-LinkUp 157 integer |
||
951 | #ATTRIBUTE X-Ascend-FR-Nailed-Grp 158 integer |
||
952 | #ATTRIBUTE X-Ascend-FR-Type 159 integer |
||
953 | #ATTRIBUTE X-Ascend-FR-Link-Mgt 160 integer |
||
954 | #ATTRIBUTE X-Ascend-FR-N391 161 integer |
||
955 | #ATTRIBUTE X-Ascend-FR-DCE-N392 162 integer |
||
956 | #ATTRIBUTE X-Ascend-FR-DTE-N392 163 integer |
||
957 | #ATTRIBUTE X-Ascend-FR-DCE-N393 164 integer |
||
958 | #ATTRIBUTE X-Ascend-FR-DTE-N393 165 integer |
||
959 | #ATTRIBUTE X-Ascend-FR-T391 166 integer |
||
960 | #ATTRIBUTE X-Ascend-FR-T392 167 integer |
||
961 | #ATTRIBUTE X-Ascend-Bridge-Address 168 string |
||
962 | #ATTRIBUTE X-Ascend-TS-Idle-Limit 169 integer |
||
963 | #ATTRIBUTE X-Ascend-TS-Idle-Mode 170 integer |
||
964 | #ATTRIBUTE X-Ascend-DBA-Monitor 171 integer |
||
965 | #ATTRIBUTE X-Ascend-Base-Channel-Count 172 integer |
||
966 | #ATTRIBUTE X-Ascend-Minimum-Channels 173 integer |
||
967 | #ATTRIBUTE X-Ascend-IPX-Route 174 string |
||
968 | #ATTRIBUTE X-Ascend-FT1-Caller 175 integer |
||
969 | #ATTRIBUTE X-Ascend-Backup 176 string |
||
970 | #ATTRIBUTE X-Ascend-Call-Type 177 integer |
||
971 | #ATTRIBUTE X-Ascend-Group 178 string |
||
972 | #ATTRIBUTE X-Ascend-FR-DLCI 179 integer |
||
973 | #ATTRIBUTE X-Ascend-FR-Profile-Name 180 string |
||
974 | #ATTRIBUTE X-Ascend-Ara-PW 181 string |
||
975 | #ATTRIBUTE X-Ascend-IPX-Node-Addr 182 string |
||
976 | #ATTRIBUTE X-Ascend-Home-Agent-IP-Addr 183 ipaddr |
||
977 | #ATTRIBUTE X-Ascend-Home-Agent-Password 184 string |
||
978 | #ATTRIBUTE X-Ascend-Home-Network-Name 185 string |
||
979 | #ATTRIBUTE X-Ascend-Home-Agent-UDP-Port 186 integer |
||
980 | #ATTRIBUTE X-Ascend-Multilink-ID 187 integer |
||
981 | #ATTRIBUTE X-Ascend-Num-In-Multilink 188 integer |
||
982 | #ATTRIBUTE X-Ascend-First-Dest 189 ipaddr |
||
983 | #ATTRIBUTE X-Ascend-Pre-Input-Octets 190 integer |
||
984 | #ATTRIBUTE X-Ascend-Pre-Output-Octets 191 integer |
||
985 | #ATTRIBUTE X-Ascend-Pre-Input-Packets 192 integer |
||
986 | #ATTRIBUTE X-Ascend-Pre-Output-Packets 193 integer |
||
987 | #ATTRIBUTE X-Ascend-Maximum-Time 194 integer |
||
988 | #ATTRIBUTE X-Ascend-Disconnect-Cause 195 integer |
||
989 | #ATTRIBUTE X-Ascend-Connect-Progress 196 integer |
||
990 | #ATTRIBUTE X-Ascend-Data-Rate 197 integer |
||
991 | #ATTRIBUTE X-Ascend-PreSession-Time 198 integer |
||
992 | #ATTRIBUTE X-Ascend-Token-Idle 199 integer |
||
993 | #ATTRIBUTE X-Ascend-Token-Immediate 200 integer |
||
994 | #ATTRIBUTE X-Ascend-Require-Auth 201 integer |
||
995 | #ATTRIBUTE X-Ascend-Number-Sessions 202 string |
||
996 | #ATTRIBUTE X-Ascend-Authen-Alias 203 string |
||
997 | #ATTRIBUTE X-Ascend-Token-Expiry 204 integer |
||
998 | #ATTRIBUTE X-Ascend-Menu-Selector 205 string |
||
999 | |||
1000 | # |
||
1001 | # These next two attributes conflict with the Digest attributes! |
||
1002 | # and with dictionary.usr attribute Char-Noecho ## [wireshark] |
||
1003 | # |
||
1004 | #ATTRIBUTE X-Ascend-Menu-Item 206 string |
||
1005 | #ATTRIBUTE X-Ascend-PW-Warntime 207 integer |
||
1006 | |||
1007 | #ATTRIBUTE X-Ascend-PW-Lifetime 208 integer |
||
1008 | #ATTRIBUTE X-Ascend-IP-Direct 209 ipaddr |
||
1009 | #ATTRIBUTE X-Ascend-PPP-VJ-Slot-Comp 210 integer |
||
1010 | #ATTRIBUTE X-Ascend-PPP-VJ-1172 211 integer |
||
1011 | #ATTRIBUTE X-Ascend-PPP-Async-Map 212 integer |
||
1012 | #ATTRIBUTE X-Ascend-Third-Prompt 213 string |
||
1013 | #ATTRIBUTE X-Ascend-Send-Secret 214 string encrypt=3 |
||
1014 | #ATTRIBUTE X-Ascend-Receive-Secret 215 string encrypt=3 |
||
1015 | #ATTRIBUTE X-Ascend-IPX-Peer-Mode 216 integer |
||
1016 | #ATTRIBUTE X-Ascend-IP-Pool-Definition 217 string |
||
1017 | #ATTRIBUTE X-Ascend-Assign-IP-Pool 218 integer |
||
1018 | #ATTRIBUTE X-Ascend-FR-Direct 219 integer |
||
1019 | #ATTRIBUTE X-Ascend-FR-Direct-Profile 220 string |
||
1020 | #ATTRIBUTE X-Ascend-FR-Direct-DLCI 221 integer |
||
1021 | #ATTRIBUTE X-Ascend-Handle-IPX 222 integer |
||
1022 | #ATTRIBUTE X-Ascend-Netware-timeout 223 integer |
||
1023 | #ATTRIBUTE X-Ascend-IPX-Alias 224 integer |
||
1024 | #ATTRIBUTE X-Ascend-Metric 225 integer |
||
1025 | #ATTRIBUTE X-Ascend-PRI-Number-Type 226 integer |
||
1026 | #ATTRIBUTE X-Ascend-Dial-Number 227 string |
||
1027 | #ATTRIBUTE X-Ascend-Route-IP 228 integer |
||
1028 | #ATTRIBUTE X-Ascend-Route-IPX 229 integer |
||
1029 | #ATTRIBUTE X-Ascend-Bridge 230 integer |
||
1030 | #ATTRIBUTE X-Ascend-Send-Auth 231 integer |
||
1031 | #ATTRIBUTE X-Ascend-Send-Passwd 232 string |
||
1032 | #ATTRIBUTE X-Ascend-Link-Compression 233 integer |
||
1033 | #ATTRIBUTE X-Ascend-Target-Util 234 integer |
||
1034 | #ATTRIBUTE X-Ascend-Maximum-Channels 235 integer |
||
1035 | #ATTRIBUTE X-Ascend-Inc-Channel-Count 236 integer |
||
1036 | #ATTRIBUTE X-Ascend-Dec-Channel-Count 237 integer |
||
1037 | #ATTRIBUTE X-Ascend-Seconds-Of-History 238 integer |
||
1038 | #ATTRIBUTE X-Ascend-History-Weigh-Type 239 integer |
||
1039 | #ATTRIBUTE X-Ascend-Add-Seconds 240 integer |
||
1040 | #ATTRIBUTE X-Ascend-Remove-Seconds 241 integer |
||
1041 | #ATTRIBUTE X-Ascend-Data-Filter 242 abinary |
||
1042 | #ATTRIBUTE X-Ascend-Call-Filter 243 abinary |
||
1043 | #ATTRIBUTE X-Ascend-Idle-Limit 244 integer |
||
1044 | #ATTRIBUTE X-Ascend-Preempt-Limit 245 integer |
||
1045 | #ATTRIBUTE X-Ascend-Callback 246 integer |
||
1046 | #ATTRIBUTE X-Ascend-Data-Svc 247 integer |
||
1047 | #ATTRIBUTE X-Ascend-Force-56 248 integer |
||
1048 | #ATTRIBUTE X-Ascend-Billing-Number 249 string |
||
1049 | #ATTRIBUTE X-Ascend-Call-By-Call 250 integer |
||
1050 | #ATTRIBUTE X-Ascend-Transit-Number 251 string |
||
1051 | #ATTRIBUTE X-Ascend-Host-Info 252 string |
||
1052 | #ATTRIBUTE X-Ascend-PPP-Address 253 ipaddr |
||
1053 | #ATTRIBUTE X-Ascend-MPP-Idle-Percent 254 integer |
||
1054 | #ATTRIBUTE X-Ascend-Xmit-Rate 255 integer |
||
1055 | |||
1056 | # |
||
1057 | # VALUEs for X-Ascend-* attributes, copied verbatim from the |
||
1058 | # VALUEs above, for the VSA versions of Ascend-*. |
||
1059 | # |
||
1060 | # Do NOT edit the following VALUEs! Instead, re-generate them via: |
||
1061 | # |
||
1062 | # (for x in `egrep ^ATTRIBUTE dictionary.ascend | egrep 'X-Ascend-' | awk '{print $2}' | uniq`;do y=`echo $x | sed 's/X-//'`;egrep VALUE dictionary.ascend | egrep $y[^-] | sed "s/$y/X-$y/" ; done) > new-value |
||
1063 | # |
||
1064 | # |
||
1065 | #VALUE X-Ascend-Temporary-Rtes Temp-Rtes-No 0 |
||
1066 | #VALUE X-Ascend-Temporary-Rtes Temp-Rtes-Yes 1 |
||
1067 | #VALUE X-Ascend-Tunneling-Protocol ATMP-Tunnel 0 |
||
1068 | #VALUE X-Ascend-Tunneling-Protocol VTP-Tunnel 1 |
||
1069 | #VALUE X-Ascend-Shared-Profile-Enable Shared-Profile-No 0 |
||
1070 | #VALUE X-Ascend-Shared-Profile-Enable Shared-Profile-Yes 1 |
||
1071 | #VALUE X-Ascend-Dialout-Allowed Dialout-Not-Allowed 0 |
||
1072 | #VALUE X-Ascend-Dialout-Allowed Dialout-Allowed 1 |
||
1073 | #VALUE X-Ascend-BACP-Enable BACP-No 0 |
||
1074 | #VALUE X-Ascend-BACP-Enable BACP-Yes 1 |
||
1075 | #VALUE X-Ascend-Client-Assign-DNS DNS-Assign-No 0 |
||
1076 | #VALUE X-Ascend-Client-Assign-DNS DNS-Assign-Yes 1 |
||
1077 | #VALUE X-Ascend-User-Acct-Type Ascend-User-Acct-None 0 |
||
1078 | #VALUE X-Ascend-User-Acct-Type Ascend-User-Acct-User 1 |
||
1079 | #VALUE X-Ascend-User-Acct-Type Ascend-User-Acct-User-Default 2 |
||
1080 | #VALUE X-Ascend-User-Acct-Base Base-10 0 |
||
1081 | #VALUE X-Ascend-User-Acct-Base Base-16 1 |
||
1082 | #VALUE X-Ascend-DHCP-Reply DHCP-Reply-No 0 |
||
1083 | #VALUE X-Ascend-DHCP-Reply DHCP-Reply-Yes 1 |
||
1084 | #VALUE X-Ascend-Expect-Callback Expect-Callback-No 0 |
||
1085 | #VALUE X-Ascend-Expect-Callback Expect-Callback-Yes 1 |
||
1086 | #VALUE X-Ascend-Event-Type Ascend-ColdStart 1 |
||
1087 | #VALUE X-Ascend-Event-Type Ascend-Session-Event 2 |
||
1088 | #VALUE X-Ascend-Multicast-Client Multicast-No 0 |
||
1089 | #VALUE X-Ascend-Multicast-Client Multicast-Yes 1 |
||
1090 | #VALUE X-Ascend-FR-LinkUp Ascend-LinkUp-Default 0 |
||
1091 | #VALUE X-Ascend-FR-LinkUp Ascend-LinkUp-AlwaysUp 1 |
||
1092 | #VALUE X-Ascend-FR-Type Ascend-FR-DTE 0 |
||
1093 | #VALUE X-Ascend-FR-Type Ascend-FR-DCE 1 |
||
1094 | #VALUE X-Ascend-FR-Type Ascend-FR-NNI 2 |
||
1095 | #VALUE X-Ascend-FR-Link-Mgt Ascend-FR-No-Link-Mgt 0 |
||
1096 | #VALUE X-Ascend-FR-Link-Mgt Ascend-FR-T1-617D 1 |
||
1097 | #VALUE X-Ascend-FR-Link-Mgt Ascend-FR-Q-933A 2 |
||
1098 | #VALUE X-Ascend-TS-Idle-Mode TS-Idle-None 0 |
||
1099 | #VALUE X-Ascend-TS-Idle-Mode TS-Idle-Input 1 |
||
1100 | #VALUE X-Ascend-TS-Idle-Mode TS-Idle-Input-Output 2 |
||
1101 | #VALUE X-Ascend-DBA-Monitor DBA-Transmit 0 |
||
1102 | #VALUE X-Ascend-DBA-Monitor DBA-Transmit-Recv 1 |
||
1103 | #VALUE X-Ascend-DBA-Monitor DBA-None 2 |
||
1104 | #VALUE X-Ascend-FT1-Caller FT1-No 0 |
||
1105 | #VALUE X-Ascend-FT1-Caller FT1-Yes 1 |
||
1106 | #VALUE X-Ascend-Call-Type Switched 0 |
||
1107 | #VALUE X-Ascend-Call-Type Nailed 1 |
||
1108 | #VALUE X-Ascend-Call-Type Nailed/Mpp 2 |
||
1109 | #VALUE X-Ascend-Call-Type Perm/Switched 3 |
||
1110 | #VALUE X-Ascend-Call-Type AO/DI 6 |
||
1111 | #VALUE X-Ascend-Call-Type MegaMax 7 |
||
1112 | #VALUE X-Ascend-Disconnect-Cause No-Reason 0 |
||
1113 | #VALUE X-Ascend-Disconnect-Cause Not-Applicable 1 |
||
1114 | #VALUE X-Ascend-Disconnect-Cause Unknown 2 |
||
1115 | #VALUE X-Ascend-Disconnect-Cause Call-Disconnected 3 |
||
1116 | #VALUE X-Ascend-Disconnect-Cause CLID-Authentication-Failed 4 |
||
1117 | #VALUE X-Ascend-Disconnect-Cause CLID-RADIUS-Timeout 5 |
||
1118 | #VALUE X-Ascend-Disconnect-Cause Modem-No-DCD 10 |
||
1119 | #VALUE X-Ascend-Disconnect-Cause DCD-Detected-Then-Inactive 11 |
||
1120 | #VALUE X-Ascend-Disconnect-Cause Modem-Invalid-Result-Codes 12 |
||
1121 | #VALUE X-Ascend-Disconnect-Cause TermSrv-User-Quit 20 |
||
1122 | #VALUE X-Ascend-Disconnect-Cause TermSrv-Idle-Timeout 21 |
||
1123 | #VALUE X-Ascend-Disconnect-Cause TermSrv-Exit-Telnet 22 |
||
1124 | #VALUE X-Ascend-Disconnect-Cause TermSrv-No-IPaddr 23 |
||
1125 | #VALUE X-Ascend-Disconnect-Cause TermSrv-Exit-Raw-TCP 24 |
||
1126 | #VALUE X-Ascend-Disconnect-Cause TermSrv-Exit-Login-Failed 25 |
||
1127 | #VALUE X-Ascend-Disconnect-Cause TermSrv-Exit-Raw-TCP-Disabled 26 |
||
1128 | #VALUE X-Ascend-Disconnect-Cause TermSrv-CTRL-C-In-Login 27 |
||
1129 | #VALUE X-Ascend-Disconnect-Cause TermSrv-Destroyed 28 |
||
1130 | #VALUE X-Ascend-Disconnect-Cause TermSrv-User-Closed-VCon 29 |
||
1131 | #VALUE X-Ascend-Disconnect-Cause TermSrv-VCon-Destroyed 30 |
||
1132 | #VALUE X-Ascend-Disconnect-Cause TermSrv-Exit-Rlogin 31 |
||
1133 | #VALUE X-Ascend-Disconnect-Cause TermSrv-Bad-Rlogin-Option 32 |
||
1134 | #VALUE X-Ascend-Disconnect-Cause TermSrv-Not-Enough-Resources 33 |
||
1135 | #VALUE X-Ascend-Disconnect-Cause MPP-No-NULL-Msg-Timeout 35 |
||
1136 | #VALUE X-Ascend-Disconnect-Cause PPP-LCP-Timeout 40 |
||
1137 | #VALUE X-Ascend-Disconnect-Cause PPP-LCP-Negotion-Failed 41 |
||
1138 | #VALUE X-Ascend-Disconnect-Cause PPP-PAP-Auth-Failed 42 |
||
1139 | #VALUE X-Ascend-Disconnect-Cause PPP-CHAP-Auth-Failed 43 |
||
1140 | #VALUE X-Ascend-Disconnect-Cause PPP-Rmt-Auth-Failed 44 |
||
1141 | #VALUE X-Ascend-Disconnect-Cause PPP-Rcv-Terminate-Req 45 |
||
1142 | #VALUE X-Ascend-Disconnect-Cause PPP-Rcv-Close-Event 46 |
||
1143 | #VALUE X-Ascend-Disconnect-Cause PPP-No-NCPs-Open 47 |
||
1144 | #VALUE X-Ascend-Disconnect-Cause PPP-MP-Bundle-Unknown 48 |
||
1145 | #VALUE X-Ascend-Disconnect-Cause PPP-LCP-Close-MP-Add-Fail 49 |
||
1146 | #VALUE X-Ascend-Disconnect-Cause Session-Table-Full 50 |
||
1147 | #VALUE X-Ascend-Disconnect-Cause Out-Of-Resources 51 |
||
1148 | #VALUE X-Ascend-Disconnect-Cause Invalid-IP-Address 52 |
||
1149 | #VALUE X-Ascend-Disconnect-Cause Hostname-Resolution-Failed 53 |
||
1150 | #VALUE X-Ascend-Disconnect-Cause Bad-Or-Missing-Port-Number 54 |
||
1151 | #VALUE X-Ascend-Disconnect-Cause Host-Reset 60 |
||
1152 | #VALUE X-Ascend-Disconnect-Cause Connection-Refused 61 |
||
1153 | #VALUE X-Ascend-Disconnect-Cause Connection-Timeout 62 |
||
1154 | #VALUE X-Ascend-Disconnect-Cause Connection-Closed 63 |
||
1155 | #VALUE X-Ascend-Disconnect-Cause Network-Unreachable 64 |
||
1156 | #VALUE X-Ascend-Disconnect-Cause Host-Unreachable 65 |
||
1157 | #VALUE X-Ascend-Disconnect-Cause Network-Unreachable-Admin 66 |
||
1158 | #VALUE X-Ascend-Disconnect-Cause Host-Unreachable-Admin 67 |
||
1159 | #VALUE X-Ascend-Disconnect-Cause Port-Unreachable 68 |
||
1160 | #VALUE X-Ascend-Disconnect-Cause Session-Timeout 100 |
||
1161 | #VALUE X-Ascend-Disconnect-Cause Invalid-Incoming-User 101 |
||
1162 | #VALUE X-Ascend-Disconnect-Cause Disconnect-Due-To-Callback 102 |
||
1163 | #VALUE X-Ascend-Disconnect-Cause Proto-Disabled-Or-Unsupported 120 |
||
1164 | #VALUE X-Ascend-Disconnect-Cause Disconnect-Req-By-RADIUS 150 |
||
1165 | #VALUE X-Ascend-Disconnect-Cause Disconnect-Req-By-Local-Admin 151 |
||
1166 | #VALUE X-Ascend-Disconnect-Cause V110-Timeout-Sync-Retry-Exceed 160 |
||
1167 | #VALUE X-Ascend-Disconnect-Cause PPP-Auth-Timeout-Exceeded 170 |
||
1168 | #VALUE X-Ascend-Disconnect-Cause User-Executed-Do-Hangup 180 |
||
1169 | #VALUE X-Ascend-Disconnect-Cause Remote-End-Hung-Up 185 |
||
1170 | #VALUE X-Ascend-Disconnect-Cause Resource-Has-Been-Quiesced 190 |
||
1171 | #VALUE X-Ascend-Disconnect-Cause Max-Call-Duration-Reached 195 |
||
1172 | #VALUE X-Ascend-Connect-Progress No-Progress 0 |
||
1173 | #VALUE X-Ascend-Connect-Progress Call-Up 10 |
||
1174 | #VALUE X-Ascend-Connect-Progress Modem-Up 30 |
||
1175 | #VALUE X-Ascend-Connect-Progress Modem-Awaiting-DCD 31 |
||
1176 | #VALUE X-Ascend-Connect-Progress Modem-Awaiting-Codes 32 |
||
1177 | #VALUE X-Ascend-Connect-Progress TermSrv-Started 40 |
||
1178 | #VALUE X-Ascend-Connect-Progress TermSrv-Raw-TCP-Started 41 |
||
1179 | #VALUE X-Ascend-Connect-Progress TermSrv-Telnet-Started 42 |
||
1180 | #VALUE X-Ascend-Connect-Progress TermSrv-Raw-TCP-Connected 43 |
||
1181 | #VALUE X-Ascend-Connect-Progress TermSrv-Telnet-Connected 44 |
||
1182 | #VALUE X-Ascend-Connect-Progress TermSrv-Rlogin-Started 45 |
||
1183 | #VALUE X-Ascend-Connect-Progress TermSrv-Rlogin-Connected 46 |
||
1184 | #VALUE X-Ascend-Connect-Progress Modem-Outdial-Call-Up 50 |
||
1185 | #VALUE X-Ascend-Connect-Progress LAN-Session-Up 60 |
||
1186 | #VALUE X-Ascend-Connect-Progress LCP-Opening 61 |
||
1187 | #VALUE X-Ascend-Connect-Progress CCP-Opening 62 |
||
1188 | #VALUE X-Ascend-Connect-Progress IPNCP-Opening 63 |
||
1189 | #VALUE X-Ascend-Connect-Progress BNCP-Opening 64 |
||
1190 | #VALUE X-Ascend-Connect-Progress LCP-Opened 65 |
||
1191 | #VALUE X-Ascend-Connect-Progress CCP-Opened 66 |
||
1192 | #VALUE X-Ascend-Connect-Progress IPNCP-Opened 67 |
||
1193 | #VALUE X-Ascend-Connect-Progress BNCP-Opened 68 |
||
1194 | #VALUE X-Ascend-Connect-Progress LCP-State-Initial 69 |
||
1195 | #VALUE X-Ascend-Connect-Progress LCP-State-Starting 70 |
||
1196 | #VALUE X-Ascend-Connect-Progress LCP-State-Closed 71 |
||
1197 | #VALUE X-Ascend-Connect-Progress LCP-State-Stopped 72 |
||
1198 | #VALUE X-Ascend-Connect-Progress LCP-State-Closing 73 |
||
1199 | #VALUE X-Ascend-Connect-Progress LCP-State-Stopping 74 |
||
1200 | #VALUE X-Ascend-Connect-Progress LCP-State-Request-Sent 75 |
||
1201 | #VALUE X-Ascend-Connect-Progress LCP-State-Ack-Received 76 |
||
1202 | #VALUE X-Ascend-Connect-Progress LCP-State-Ack-Sent 77 |
||
1203 | #VALUE X-Ascend-Connect-Progress IPXNCP-Opened 80 |
||
1204 | #VALUE X-Ascend-Connect-Progress ATNCP-Opened 81 |
||
1205 | #VALUE X-Ascend-Connect-Progress BACP-Opening 82 |
||
1206 | #VALUE X-Ascend-Connect-Progress BACP-Opened 83 |
||
1207 | #VALUE X-Ascend-Connect-Progress V110-Up 90 |
||
1208 | #VALUE X-Ascend-Connect-Progress V110-State-Opened 91 |
||
1209 | #VALUE X-Ascend-Connect-Progress V110-State-Carrier 92 |
||
1210 | #VALUE X-Ascend-Connect-Progress V110-State-Reset 93 |
||
1211 | #VALUE X-Ascend-Connect-Progress V110-State-Closed 94 |
||
1212 | #VALUE X-Ascend-Token-Immediate Tok-Imm-No 0 |
||
1213 | #VALUE X-Ascend-Token-Immediate Tok-Imm-Yes 1 |
||
1214 | #VALUE X-Ascend-Require-Auth Not-Require-Auth 0 |
||
1215 | #VALUE X-Ascend-Require-Auth Require-Auth 1 |
||
1216 | #VALUE X-Ascend-PW-Warntime Days-Of-Warning 0 |
||
1217 | #VALUE X-Ascend-PW-Lifetime Lifetime-In-Days 0 |
||
1218 | #VALUE X-Ascend-PPP-VJ-Slot-Comp VJ-Slot-Comp-No 1 |
||
1219 | #VALUE X-Ascend-PPP-VJ-1172 PPP-VJ-1172 1 |
||
1220 | #VALUE X-Ascend-IPX-Peer-Mode IPX-Peer-Router 0 |
||
1221 | #VALUE X-Ascend-IPX-Peer-Mode IPX-Peer-Dialin 1 |
||
1222 | #VALUE X-Ascend-FR-Direct FR-Direct-No 0 |
||
1223 | #VALUE X-Ascend-FR-Direct FR-Direct-Yes 1 |
||
1224 | #VALUE X-Ascend-Handle-IPX Handle-IPX-None 0 |
||
1225 | #VALUE X-Ascend-Handle-IPX Handle-IPX-Client 1 |
||
1226 | #VALUE X-Ascend-Handle-IPX Handle-IPX-Server 2 |
||
1227 | #VALUE X-Ascend-PRI-Number-Type Unknown-Number 0 |
||
1228 | #VALUE X-Ascend-PRI-Number-Type Intl-Number 1 |
||
1229 | #VALUE X-Ascend-PRI-Number-Type National-Number 2 |
||
1230 | #VALUE X-Ascend-PRI-Number-Type Net-Specific-Number 3 |
||
1231 | #VALUE X-Ascend-PRI-Number-Type Local-Number 4 |
||
1232 | #VALUE X-Ascend-PRI-Number-Type Abbrev-Number 5 |
||
1233 | #VALUE X-Ascend-Route-IP Route-IP-No 0 |
||
1234 | #VALUE X-Ascend-Route-IP Route-IP-Yes 1 |
||
1235 | #VALUE X-Ascend-Route-IPX Route-IPX-No 0 |
||
1236 | #VALUE X-Ascend-Route-IPX Route-IPX-Yes 1 |
||
1237 | #VALUE X-Ascend-Route-IPX Route-IPX-No 0 |
||
1238 | #VALUE X-Ascend-Route-IPX Route-IPX-Yes 1 |
||
1239 | #VALUE X-Ascend-Bridge Bridge-No 0 |
||
1240 | #VALUE X-Ascend-Bridge Bridge-Yes 1 |
||
1241 | #VALUE X-Ascend-Send-Auth Send-Auth-None 0 |
||
1242 | #VALUE X-Ascend-Send-Auth Send-Auth-PAP 1 |
||
1243 | #VALUE X-Ascend-Send-Auth Send-Auth-CHAP 2 |
||
1244 | #VALUE X-Ascend-Send-Auth Send-Auth-MS-CHAP 3 |
||
1245 | #VALUE X-Ascend-Link-Compression Link-Comp-None 0 |
||
1246 | #VALUE X-Ascend-Link-Compression Link-Comp-Stac 1 |
||
1247 | #VALUE X-Ascend-Link-Compression Link-Comp-Stac-Draft-9 2 |
||
1248 | #VALUE X-Ascend-Link-Compression Link-Comp-MS-Stac 3 |
||
1249 | #VALUE X-Ascend-History-Weigh-Type History-Constant 0 |
||
1250 | #VALUE X-Ascend-History-Weigh-Type History-Linear 1 |
||
1251 | #VALUE X-Ascend-History-Weigh-Type History-Quadratic 2 |
||
1252 | #VALUE X-Ascend-Callback Callback-No 0 |
||
1253 | #VALUE X-Ascend-Callback Callback-Yes 1 |
||
1254 | #VALUE X-Ascend-Data-Svc Switched-Voice-Bearer 0 |
||
1255 | #VALUE X-Ascend-Data-Svc Nailed-56KR 1 |
||
1256 | #VALUE X-Ascend-Data-Svc Nailed-64K 2 |
||
1257 | #VALUE X-Ascend-Data-Svc Switched-64KR 3 |
||
1258 | #VALUE X-Ascend-Data-Svc Switched-56K 4 |
||
1259 | #VALUE X-Ascend-Data-Svc Switched-384KR 5 |
||
1260 | #VALUE X-Ascend-Data-Svc Switched-384K 6 |
||
1261 | #VALUE X-Ascend-Data-Svc Switched-1536K 7 |
||
1262 | #VALUE X-Ascend-Data-Svc Switched-1536KR 8 |
||
1263 | #VALUE X-Ascend-Data-Svc Switched-128K 9 |
||
1264 | #VALUE X-Ascend-Data-Svc Switched-192K 10 |
||
1265 | #VALUE X-Ascend-Data-Svc Switched-256K 11 |
||
1266 | #VALUE X-Ascend-Data-Svc Switched-320K 12 |
||
1267 | #VALUE X-Ascend-Data-Svc Switched-384K-MR 13 |
||
1268 | #VALUE X-Ascend-Data-Svc Switched-448K 14 |
||
1269 | #VALUE X-Ascend-Data-Svc Switched-512K 15 |
||
1270 | #VALUE X-Ascend-Data-Svc Switched-576K 16 |
||
1271 | #VALUE X-Ascend-Data-Svc Switched-640K 17 |
||
1272 | #VALUE X-Ascend-Data-Svc Switched-704K 18 |
||
1273 | #VALUE X-Ascend-Data-Svc Switched-768K 19 |
||
1274 | #VALUE X-Ascend-Data-Svc Switched-832K 20 |
||
1275 | #VALUE X-Ascend-Data-Svc Switched-896K 21 |
||
1276 | #VALUE X-Ascend-Data-Svc Switched-960K 22 |
||
1277 | #VALUE X-Ascend-Data-Svc Switched-1024K 23 |
||
1278 | #VALUE X-Ascend-Data-Svc Switched-1088K 24 |
||
1279 | #VALUE X-Ascend-Data-Svc Switched-1152K 25 |
||
1280 | #VALUE X-Ascend-Data-Svc Switched-1216K 26 |
||
1281 | #VALUE X-Ascend-Data-Svc Switched-1280K 27 |
||
1282 | #VALUE X-Ascend-Data-Svc Switched-1344K 28 |
||
1283 | #VALUE X-Ascend-Data-Svc Switched-1408K 29 |
||
1284 | #VALUE X-Ascend-Data-Svc Switched-1472K 30 |
||
1285 | #VALUE X-Ascend-Data-Svc Switched-1600K 31 |
||
1286 | #VALUE X-Ascend-Data-Svc Switched-1664K 32 |
||
1287 | #VALUE X-Ascend-Data-Svc Switched-1728K 33 |
||
1288 | #VALUE X-Ascend-Data-Svc Switched-1792K 34 |
||
1289 | #VALUE X-Ascend-Data-Svc Switched-1856K 35 |
||
1290 | #VALUE X-Ascend-Data-Svc Switched-1920K 36 |
||
1291 | #VALUE X-Ascend-Data-Svc Switched-inherited 37 |
||
1292 | #VALUE X-Ascend-Data-Svc Switched-restricted-bearer-x30 38 |
||
1293 | #VALUE X-Ascend-Data-Svc Switched-clear-bearer-v110 39 |
||
1294 | #VALUE X-Ascend-Data-Svc Switched-restricted-64-x30 40 |
||
1295 | #VALUE X-Ascend-Data-Svc Switched-clear-56-v110 41 |
||
1296 | #VALUE X-Ascend-Data-Svc Switched-modem 42 |
||
1297 | #VALUE X-Ascend-Data-Svc Switched-atmodem 43 |
||
1298 | #VALUE X-Ascend-Data-Svc Switched-V110-24-56 45 |
||
1299 | #VALUE X-Ascend-Data-Svc Switched-V110-48-56 46 |
||
1300 | #VALUE X-Ascend-Data-Svc Switched-V110-96-56 47 |
||
1301 | #VALUE X-Ascend-Data-Svc Switched-V110-192-56 48 |
||
1302 | #VALUE X-Ascend-Data-Svc Switched-V110-384-56 49 |
||
1303 | #VALUE X-Ascend-Data-Svc Switched-V110-24-56R 50 |
||
1304 | #VALUE X-Ascend-Data-Svc Switched-V110-48-56R 51 |
||
1305 | #VALUE X-Ascend-Data-Svc Switched-V110-96-56R 52 |
||
1306 | #VALUE X-Ascend-Data-Svc Switched-V110-192-56R 53 |
||
1307 | #VALUE X-Ascend-Data-Svc Switched-V110-384-56R 54 |
||
1308 | #VALUE X-Ascend-Data-Svc Switched-V110-24-64 55 |
||
1309 | #VALUE X-Ascend-Data-Svc Switched-V110-48-64 56 |
||
1310 | #VALUE X-Ascend-Data-Svc Switched-V110-96-64 57 |
||
1311 | #VALUE X-Ascend-Data-Svc Switched-V110-192-64 58 |
||
1312 | #VALUE X-Ascend-Data-Svc Switched-V110-384-64 59 |
||
1313 | #VALUE X-Ascend-Data-Svc Switched-V110-24-64R 60 |
||
1314 | #VALUE X-Ascend-Data-Svc Switched-V110-48-64R 61 |
||
1315 | #VALUE X-Ascend-Data-Svc Switched-V110-96-64R 62 |
||
1316 | #VALUE X-Ascend-Data-Svc Switched-V110-384-64R 64 |
||
1317 | #VALUE X-Ascend-Data-Svc Switched-V110-192-64R 63 |
||
1318 | #VALUE X-Ascend-Data-Svc Switched-Pots 68 |
||
1319 | #VALUE X-Ascend-Data-Svc Switched-ATM 69 |
||
1320 | #VALUE X-Ascend-Data-Svc Switched-FR 70 |
||
1321 | #VALUE X-Ascend-Force-56 Force-56-No 0 |
||
1322 | #VALUE X-Ascend-Force-56 Force-56-Yes 1 |