nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | # -*- text -*- |
2 | # |
||
3 | # dictionary.versanet Vendor specfic attributes for versanet |
||
4 | # |
||
5 | # |
||
6 | # VersaNet Communications, Inc. |
||
7 | # Http://www.versa-net.com |
||
8 | # |
||
9 | # |
||
10 | #Versanet add Vendor specific terminal cause in our radius group. |
||
11 | #You can follow this to set it in NAS box. |
||
12 | # |
||
13 | # >> gr radius |
||
14 | # >> sh |
||
15 | # >> set 34 23 |
||
16 | # >> co |
||
17 | # |
||
18 | #This will let our unit transfer every detail terminal cause |
||
19 | #information to Redius server's accounting log file and |
||
20 | #save as "Vendor Specific=Terminate Cause". |
||
21 | # |
||
22 | # Version: @(#)dictionary.versanet 1.00 22-Jul-1999 support@versanetcomm.com |
||
23 | # |
||
24 | # $Id$ |
||
25 | # |
||
26 | |||
27 | VENDOR Versanet 2180 |
||
28 | |||
29 | BEGIN-VENDOR Versanet |
||
30 | |||
31 | ATTRIBUTE Versanet-Termination-Cause 1 integer |
||
32 | |||
33 | VALUE Versanet-Termination-Cause Normal-Hangup-No-Error-Occurred 0 |
||
34 | VALUE Versanet-Termination-Cause Call-Waiting-Caused-Disconnect 3 |
||
35 | VALUE Versanet-Termination-Cause Physical-Carrier-Loss 4 |
||
36 | VALUE Versanet-Termination-Cause No-err-correction-at-other-end 5 |
||
37 | VALUE Versanet-Termination-Cause No-resp-to-feature-negotiation 6 |
||
38 | VALUE Versanet-Termination-Cause 1st-modem-async-only-2nd-sync 7 |
||
39 | VALUE Versanet-Termination-Cause No-framing-technique-in-common 8 |
||
40 | VALUE Versanet-Termination-Cause No-protocol-in-common 9 |
||
41 | VALUE Versanet-Termination-Cause Bad-resp-to-feature-negotiation 10 |
||
42 | VALUE Versanet-Termination-Cause No-sync-info-from-remote-modem 11 |
||
43 | VALUE Versanet-Termination-Cause Normal-Hangup-by-Remote-modem 12 |
||
44 | VALUE Versanet-Termination-Cause Retransmission-limit-reached 13 |
||
45 | VALUE Versanet-Termination-Cause Protocol-violation-occurred 14 |
||
46 | VALUE Versanet-Termination-Cause Lost-DTR 15 |
||
47 | VALUE Versanet-Termination-Cause Received-GSTN-cleardown 16 |
||
48 | VALUE Versanet-Termination-Cause Inactivity-timeout 17 |
||
49 | VALUE Versanet-Termination-Cause Speed-not-supported 18 |
||
50 | VALUE Versanet-Termination-Cause Long-space-disconnect 19 |
||
51 | VALUE Versanet-Termination-Cause Key-abort-disconnect 20 |
||
52 | VALUE Versanet-Termination-Cause Clears-previous-disc-reason 21 |
||
53 | VALUE Versanet-Termination-Cause No-connection-established 22 |
||
54 | VALUE Versanet-Termination-Cause Disconnect-after-three-retrains 23 |
||
55 | |||
56 | END-VENDOR Versanet |