subscriber-profile¶
The following operations can be performed on "subscriber-profile":
set subscriber profile¶
Modifies a static subscriber
Synopsis¶
set subscriber profile
Arguments¶
ip Subscriber ip address
vlan The vlan number on which the subscriber is located. Default value: 0 Minimum value: 0 Maximum value: 4096
subscriberRules Rules configured for this subscriber. This is similar to rules received from PCRF for dynamic subscriber sessions.
subscriptionIdType Subscription-Id type
Possible values: E164, IMSI, SIP_URI, NAI, PRIVATE
subscriptionIdvalue Subscription-Id value
servicePath Name of the servicepath to be taken for this subscriber.
Example¶
set subscriber profile 10.102.217.4 -subscriberRules rule1 rule2
add subscriber profile¶
Creates a static subscriber profile for mobile subscribers. When traffic passes through Citrix ADC, Citrix ADC can identify the subscribers for this traffic and Subscriber based policy expressions could be configured to enable subscriber aware traffic processing.
Synopsis¶
add subscriber profile
Arguments¶
ip Subscriber ip address
vlan The vlan number on which the subscriber is located. Default value: 0 Minimum value: 0 Maximum value: 4096
subscriberRules Rules configured for this subscriber. This is similar to rules received from PCRF for dynamic subscriber sessions.
subscriptionIdType Subscription-Id type
Possible values: E164, IMSI, SIP_URI, NAI, PRIVATE
subscriptionIdvalue Subscription-Id value
servicePath Name of the servicepath to be taken for this subscriber.
Example¶
add subscriber profile 10.102.217.4 -subscriberRules rule1 rule2
show subscriber profile¶
show command of a static subscriber
Synopsis¶
show subscriber profile [
Arguments¶
ip Subscriber ip address
vlan The vlan number on which the subscriber is located. Default value: 0 Minimum value: 0 Maximum value: 4096
Output¶
subscriptionIdType Subscription-Id type
subscriptionIdvalue Subscription-Id value
subscriberRules Rules configured for this subscriber. This is similar to rules received from PCRF for dynamic subscriber sessions.
stateflag Flags controlling the display.
flags Subscriber Session flags
TTL Subscriber Session TTL
avpdisplaybuffer Subscriber Attributes Display
servicePath Name of the servicepath to be taken for this subscriber.
devno count
Example¶
show subscriber profile 10.102.217.4
unset subscriber profile¶
Use this command to remove subscriber profile settings.Refer to the set subscriber profile command for meanings of the arguments.
Synopsis¶
unset subscriber profile
rm subscriber profile¶
Deletes a static subscriber
Synopsis¶
rm subscriber profile
Arguments¶
ip Subscriber ip address
vlan The vlan number on which the subscriber is located. Default value: 0 Minimum value: 0 Maximum value: 4096
Example¶
rm subscriber profile 10.102.217.4