subscriber-param¶
The following operations can be performed on "subscriber-param":
set subscriber param¶
Modifies the subscriber params.
Synopsis¶
set subscriber param [-keytype ( IP | IPANDVLAN )] [-interfaceType <interfaceType>] [-idleTTL <positive_integer>] [-idleAction <idleAction>] [-ipv6PrefixLookupList <positive_integer> ...]
Arguments¶
keytype
Type of subscriber key type IP or IPANDVLAN. IPANDVLAN option can be used only when the interfaceType is set to gxOnly. Changing the lookup method should result to the subscriber session database being flushed.
Possible values: IP, IPANDVLAN Default value: IP
interfaceType
Subscriber Interface refers to Citrix ADC interaction with control plane protocols, RADIUS and GX. Types of subscriber interface: NONE, RadiusOnly, RadiusAndGx, GxOnly. NONE: Only static subscribers can be configured. RadiusOnly: GX interface is absent. Subscriber information is obtained through RADIUS Accounting messages. RadiusAndGx: Subscriber ID obtained through RADIUS Accounting is used to query PCRF. Subscriber information is obtained from both RADIUS and PCRF. GxOnly: RADIUS interface is absent. Subscriber information is queried using Subscriber IP or IP+VLAN.
Possible values: None, RadiusOnly, RadiusAndGx, GxOnly Default value: None
idleTTL
q!Idle Timeout, in seconds, after which Citrix ADC will take an idleAction on a subscriber session (refer to 'idleAction' arguement in 'set subscriber param' for more details on idleAction). Any data-plane or control plane activity updates the idleTimeout on subscriber session. idleAction could be to 'just delete the session' or 'delete and CCR-T' (if PCRF is configured) or 'do not delete but send a CCR-U'. Zero value disables the idle timeout. ! Default value: 0 Minimum value: 0 Maximum value: 172800
idleAction
q!Once idleTTL exprires on a subscriber session, Citrix ADC will take an idle action on that session. idleAction could be chosen from one of these ==>
1. ccrTerminate: (default) send CCR-T to inform PCRF about session termination and delete the session.
2. delete: Just delete the subscriber session without informing PCRF.
3. ccrUpdate: Do not delete the session and instead send a CCR-U to PCRF requesting for an updated session. !
Possible values: ccrTerminate, delete, ccrUpdate Default value: ccrTerminate
ipv6PrefixLookupList
The ipv6PrefixLookupList should consist of all the ipv6 prefix lengths assigned to the UE's' Minimum value: 1 Maximum value: 128
unset subscriber param¶
Use this command to remove subscriber param settings.Refer to the set subscriber param command for meanings of the arguments.
Synopsis¶
unset subscriber param [-keytype] [-interfaceType] [-idleTTL] [-idleAction]
show subscriber param¶
displays global subscriber params.
Synopsis¶
show subscriber param
Arguments¶
Output¶
keytype
Type of subscriber key type IP or IPANDVLAN. IPANDVLAN option can be used only when the interfaceType is set to gxOnly. Changing the lookup method should result to the subscriber session database being flushed.
interfaceType
Subscriber Interface refers to Citrix ADC interaction with control plane protocols, RADIUS and GX. Types of subscriber interface: NONE, RadiusOnly, RadiusAndGx, GxOnly. NONE: Only static subscribers can be configured. RadiusOnly: GX interface is absent. Subscriber information is obtained through RADIUS Accounting messages. RadiusAndGx: Subscriber ID obtained through RADIUS Accounting is used to query PCRF. Subscriber information is obtained from both RADIUS and PCRF. GxOnly: RADIUS interface is absent. Subscriber information is queried using Subscriber IP or IP+VLAN.
idleTTL
q!Idle Timeout, in seconds, after which Citrix ADC will take an idleAction on a subscriber session (refer to 'idleAction' arguement in 'set subscriber param' for more details on idleAction). Any data-plane or control plane activity updates the idleTimeout on subscriber session. idleAction could be to 'just delete the session' or 'delete and CCR-T' (if PCRF is configured) or 'do not delete but send a CCR-U'. Zero value disables the idle timeout. !
idleAction
q!Once idleTTL exprires on a subscriber session, Citrix ADC will take an idle action on that session. idleAction could be chosen from one of these ==>
1. ccrTerminate: (default) send CCR-T to inform PCRF about session termination and delete the session.
2. delete: Just delete the subscriber session without informing PCRF.
3. ccrUpdate: Do not delete the session and instead send a CCR-U to PCRF requesting for an updated session. !
ipv6PrefixLookupList
The ipv6PrefixLookupList should consist of all the ipv6 prefix lengths assigned to the UE's'
builtin
feature
The feature to be checked while applying this config