net.jradius.dictionary.vsa_redback
Class Attr_PVCEncapsulationType
java.lang.Object
net.jradius.packet.attribute.RadiusAttribute
net.jradius.packet.attribute.VSAttribute
net.jradius.dictionary.vsa_redback.Attr_PVCEncapsulationType
- All Implemented Interfaces:
- java.io.Serializable
public final class Attr_PVCEncapsulationType
- extends net.jradius.packet.attribute.VSAttribute
Attribute Name: PVC-Encapsulation-Type
Attribute Type: 26
Vendor Id: 2352
VSA Type: 39
Value Type: NamedValue
Possible Values:
- AAA-ENCAPS-ATM-RAW (1)
- AAA-ENCAPS-ATM-ROUTE1483 (2)
- AAA-ENCAPS-ATM-AUTO1483 (3)
- AAA-ENCAPS-ATM-MULTI (4)
- AAA-ENCAPS-ATM-BRIDGE1483 (5)
- AAA-ENCAPS-ATM-PPP (6)
- AAA-ENCAPS-ATM-PPP-SERIAL (7)
- AAA-ENCAPS-ATM-PPP-NLPID (8)
- AAA-ENCAPS-ATM-PPP-AUTO (9)
- AAA-ENCAPS-ATM-PPPOE (10)
- AAA-ENCAPS-ATM-L2TP (11)
- AAA-ENCAPS-ATM-PPP-LLC (12)
- AAA-ENCAPS-FRAME-AUTO1490 (13)
- AAA-ENCAPS-FRAME-MULTI (14)
- AAA-ENCAPS-FRAME-BRIDGE1490 (15)
- AAA-ENCAPS-FRAME-PPP (16)
- AAA-ENCAPS-FRAME-PPP-AUTO (17)
- AAA-ENCAPS-FRAME-PPPOE (18)
- AAA-ENCAPS-FRAME-ROUTE1490 (19)
- AAA-ENCAPS-FRAME-L2TP (20)
- AAA-ENCAPS-L2TP-VC-MUXED (21)
- AAA-ENCAPS-ETH (22)
- AAA-ENCAPS-ETH-PPPOE (23)
- AAA-ENCAPS-ETH-MULTI (24)
- 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
AAAENCAPSATMRAW
public static final java.lang.Long AAAENCAPSATMRAW
AAAENCAPSATMROUTE1483
public static final java.lang.Long AAAENCAPSATMROUTE1483
AAAENCAPSATMAUTO1483
public static final java.lang.Long AAAENCAPSATMAUTO1483
AAAENCAPSATMMULTI
public static final java.lang.Long AAAENCAPSATMMULTI
AAAENCAPSATMBRIDGE1483
public static final java.lang.Long AAAENCAPSATMBRIDGE1483
AAAENCAPSATMPPP
public static final java.lang.Long AAAENCAPSATMPPP
AAAENCAPSATMPPPSERIAL
public static final java.lang.Long AAAENCAPSATMPPPSERIAL
AAAENCAPSATMPPPNLPID
public static final java.lang.Long AAAENCAPSATMPPPNLPID
AAAENCAPSATMPPPAUTO
public static final java.lang.Long AAAENCAPSATMPPPAUTO
AAAENCAPSATMPPPOE
public static final java.lang.Long AAAENCAPSATMPPPOE
AAAENCAPSATML2TP
public static final java.lang.Long AAAENCAPSATML2TP
AAAENCAPSATMPPPLLC
public static final java.lang.Long AAAENCAPSATMPPPLLC
AAAENCAPSFRAMEAUTO1490
public static final java.lang.Long AAAENCAPSFRAMEAUTO1490
AAAENCAPSFRAMEMULTI
public static final java.lang.Long AAAENCAPSFRAMEMULTI
AAAENCAPSFRAMEBRIDGE1490
public static final java.lang.Long AAAENCAPSFRAMEBRIDGE1490
AAAENCAPSFRAMEPPP
public static final java.lang.Long AAAENCAPSFRAMEPPP
AAAENCAPSFRAMEPPPAUTO
public static final java.lang.Long AAAENCAPSFRAMEPPPAUTO
AAAENCAPSFRAMEPPPOE
public static final java.lang.Long AAAENCAPSFRAMEPPPOE
AAAENCAPSFRAMEROUTE1490
public static final java.lang.Long AAAENCAPSFRAMEROUTE1490
AAAENCAPSFRAMEL2TP
public static final java.lang.Long AAAENCAPSFRAMEL2TP
AAAENCAPSL2TPVCMUXED
public static final java.lang.Long AAAENCAPSL2TPVCMUXED
AAAENCAPSETH
public static final java.lang.Long AAAENCAPSETH
AAAENCAPSETHPPPOE
public static final java.lang.Long AAAENCAPSETHPPPOE
AAAENCAPSETHMULTI
public static final java.lang.Long AAAENCAPSETHMULTI
map
public static Attr_PVCEncapsulationType.NamedValueMap map
Attr_PVCEncapsulationType
public Attr_PVCEncapsulationType()
Attr_PVCEncapsulationType
public Attr_PVCEncapsulationType(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.