net.jradius.dictionary.vsa_starent
Class Attr_SNDisconnectReason
java.lang.Object
net.jradius.packet.attribute.RadiusAttribute
net.jradius.packet.attribute.VSAttribute
net.jradius.dictionary.vsa_starent.Attr_SNDisconnectReason
- All Implemented Interfaces:
- java.io.Serializable
public final class Attr_SNDisconnectReason
- extends net.jradius.packet.attribute.VSAttribute
Attribute Name: SN-Disconnect-Reason
Attribute Type: 26
Vendor Id: 8164
VSA Type: 3
Value Type: NamedValue
Possible Values:
- Not-Defined (0)
- Admin-Disconnect (1)
- Remote-Disconnect (2)
- Local-Disconnect (3)
- Disc-No-Resource (4)
- Disc-Excd-Service-Limit (5)
- PPP-LCP-Neg-Failed (6)
- PPP-LCP-No-Response (7)
- PPP-LCP-Loopback (8)
- PPP-LCP-Max-Retry (9)
- PPP-Echo-Failed (10)
- PPP-Auth-Failed (11)
- PPP-Auth-Failed-No-AAA-Resp (12)
- PPP-Auth-No-Response (13)
- PPP-Auth-Max-Retry (14)
- Invalid-AAA-Attr (15)
- Failed-User-Filter (16)
- Failed-Provide-Service (17)
- Invalid-IP-Address-AAA (18)
- Invalid-IP-Pool-AAA (19)
- PPP-IPCP-Neg-Failed (20)
- PPP-IPCP-No-Response (21)
- PPP-IPCP-Max-Retry (22)
- PPP-No-Rem-IP-Address (23)
- Inactivity-Timeout (24)
- Session-Timeout (25)
- Max-Data-Excd (26)
- Invalid-IP-Source-Address (27)
- MSID-Auth-Failed (28)
- MSID-Auth-Fauiled-No-AAA-Resp (29)
- A11-Max-Retry (30)
- A11-Lifetime-Expired (31)
- A11-Message-Integrity-Failure (32)
- PPP-lcp-remote-disc (33)
- Session-setup-timeout (34)
- PPP-keepalive-failure (35)
- Flow-add-failed (36)
- Call-type-detection-failed (37)
- Wrong-ipcp-params (38)
- MIP-remote-dereg (39)
- MIP-lifetime-expiry (40)
- MIP-proto-error (41)
- MIP-auth-failure (42)
- MIP-reg-timeout (43)
- Invalid-dest-context (44)
- Source-context-removed (45)
- Destination-context-removed (46)
- Req-service-addr-unavailable (47)
- Demux-mgr-failed (48)
- Internal-error (49)
- Author:
- class net.jradius.freeradius.RadiusDictionary
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class net.jradius.packet.attribute.RadiusAttribute |
net.jradius.packet.attribute.RadiusAttribute.Operator |
Fields inherited from class net.jradius.packet.attribute.VSAttribute |
vendorId, vsaAttributeType |
Fields inherited from class net.jradius.packet.attribute.RadiusAttribute |
attributeName, attributeOp, attributeType, attributeValue |
Method Summary |
void |
setup()
|
Methods inherited from class net.jradius.packet.attribute.VSAttribute |
getFormattedType, getVendorId, getVsaAttributeType, setVendorId, setVsaAttributeType |
Methods inherited from class net.jradius.packet.attribute.RadiusAttribute |
getAttributeName, getAttributeOp, getType, getValue, setAttributeOp, setAttributeOp, setup, setup, setValue, setValue, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
VENDOR_ID
public static final int VENDOR_ID
- See Also:
- Constant Field Values
VSA_TYPE
public static final int VSA_TYPE
- See Also:
- Constant Field Values
TYPE
public static final long TYPE
- See Also:
- Constant Field Values
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
NotDefined
public static final java.lang.Long NotDefined
AdminDisconnect
public static final java.lang.Long AdminDisconnect
RemoteDisconnect
public static final java.lang.Long RemoteDisconnect
LocalDisconnect
public static final java.lang.Long LocalDisconnect
DiscNoResource
public static final java.lang.Long DiscNoResource
DiscExcdServiceLimit
public static final java.lang.Long DiscExcdServiceLimit
PPPLCPNegFailed
public static final java.lang.Long PPPLCPNegFailed
PPPLCPNoResponse
public static final java.lang.Long PPPLCPNoResponse
PPPLCPLoopback
public static final java.lang.Long PPPLCPLoopback
PPPLCPMaxRetry
public static final java.lang.Long PPPLCPMaxRetry
PPPEchoFailed
public static final java.lang.Long PPPEchoFailed
PPPAuthFailed
public static final java.lang.Long PPPAuthFailed
PPPAuthFailedNoAAAResp
public static final java.lang.Long PPPAuthFailedNoAAAResp
PPPAuthNoResponse
public static final java.lang.Long PPPAuthNoResponse
PPPAuthMaxRetry
public static final java.lang.Long PPPAuthMaxRetry
InvalidAAAAttr
public static final java.lang.Long InvalidAAAAttr
FailedUserFilter
public static final java.lang.Long FailedUserFilter
FailedProvideService
public static final java.lang.Long FailedProvideService
InvalidIPAddressAAA
public static final java.lang.Long InvalidIPAddressAAA
InvalidIPPoolAAA
public static final java.lang.Long InvalidIPPoolAAA
PPPIPCPNegFailed
public static final java.lang.Long PPPIPCPNegFailed
PPPIPCPNoResponse
public static final java.lang.Long PPPIPCPNoResponse
PPPIPCPMaxRetry
public static final java.lang.Long PPPIPCPMaxRetry
PPPNoRemIPAddress
public static final java.lang.Long PPPNoRemIPAddress
InactivityTimeout
public static final java.lang.Long InactivityTimeout
SessionTimeout
public static final java.lang.Long SessionTimeout
MaxDataExcd
public static final java.lang.Long MaxDataExcd
InvalidIPSourceAddress
public static final java.lang.Long InvalidIPSourceAddress
MSIDAuthFailed
public static final java.lang.Long MSIDAuthFailed
MSIDAuthFauiledNoAAAResp
public static final java.lang.Long MSIDAuthFauiledNoAAAResp
A11MaxRetry
public static final java.lang.Long A11MaxRetry
A11LifetimeExpired
public static final java.lang.Long A11LifetimeExpired
A11MessageIntegrityFailure
public static final java.lang.Long A11MessageIntegrityFailure
PPPlcpremotedisc
public static final java.lang.Long PPPlcpremotedisc
Sessionsetuptimeout
public static final java.lang.Long Sessionsetuptimeout
PPPkeepalivefailure
public static final java.lang.Long PPPkeepalivefailure
Flowaddfailed
public static final java.lang.Long Flowaddfailed
Calltypedetectionfailed
public static final java.lang.Long Calltypedetectionfailed
Wrongipcpparams
public static final java.lang.Long Wrongipcpparams
MIPremotedereg
public static final java.lang.Long MIPremotedereg
MIPlifetimeexpiry
public static final java.lang.Long MIPlifetimeexpiry
MIPprotoerror
public static final java.lang.Long MIPprotoerror
MIPauthfailure
public static final java.lang.Long MIPauthfailure
MIPregtimeout
public static final java.lang.Long MIPregtimeout
Invaliddestcontext
public static final java.lang.Long Invaliddestcontext
Sourcecontextremoved
public static final java.lang.Long Sourcecontextremoved
Destinationcontextremoved
public static final java.lang.Long Destinationcontextremoved
Reqserviceaddrunavailable
public static final java.lang.Long Reqserviceaddrunavailable
Demuxmgrfailed
public static final java.lang.Long Demuxmgrfailed
Internalerror
public static final java.lang.Long Internalerror
map
public static Attr_SNDisconnectReason.NamedValueMap map
Attr_SNDisconnectReason
public Attr_SNDisconnectReason()
Attr_SNDisconnectReason
public Attr_SNDisconnectReason(java.io.Serializable o)
setup
public void setup()
- Specified by:
setup
in class net.jradius.packet.attribute.RadiusAttribute
Copyright © 2008 JRadius Project, All Rights Reserved.