- IGMP Profile Configuration Mode Commands
- IKEv2 Security Association Configuration Mode Commands
- IMEI Profile Configuration Mode
- IMEI-TAC-Group Configuration Mode Commands
- IMS Authorization Service Configuration Mode Commands
- IMS Sh Service Configuration Mode Commands
- IPMS Client Configuration Mode Commands
- IPNE Endpoint Configuration Mode Commands
- IPNE Service Configuration Mode Commands
- IPSec Transform Set Configuration Mode Commands
- IPSG RADIUS Snoop Configuration Mode Commands
- IPSG RADIUS Server Configuration Mode Commands
- IPSP Configuration Mode Commands
- IPv6 ACL Configuration Mode Commands
- IPv6 to IPv4 Tunnel Interface Configuration Mode Commands
- IP VRF Context Configuration Mode Commands
- ISAKMP Configuration Mode Commands
- IuPS Service Configuration Mode Commands
- LAC Service Configuration Mode Commands
- Line Configuration Mode Commands
- Link Configuration Mode Commands
- Linkset Configuration Mode Commands
- LMA Service Configuration Mode Commands
- LNS Service Configuration Mode Commands
- Local Policy Actiondef Configuration Mode Commands
- Local Policy Eventbase Configuration Mode Commands
- Local Policy Ruledef Configuration Mode Commands
- Local Policy Service Configuration Mode Commands
- Location Service Configuration Mode Commands
- Logical eNode Configuration Mode Commands
- Loopback Interface Configuration Mode Commands
- LTE Custom TAI List Configuration Mode Commands
- LTE Emergency Profile Configuration Mode Commands
- LTE Forbidden Location Area Configuration Mode Commands
- LTE Forbidden Tracking Area Configuration Mode Commands
- LTE Foreign PLMN GUTI Management Database Configuration Mode Commands
- LTE HeNBGW MME Pool Configuration Mode Commands
- LTE Handover Restriction List Configuration Mode Commands
- LTE MME HeNB-GW Management Database Configuration Mode Commands
- LTE Network Global MME ID Management Database Configuration Mode Commands
- LTE Paging Map Configuration Mode Commands
- LTE Paging Profile Configuration Mode Commands
- LTE Peer Map Configuration Mode Commands
- LTE Policy Configuration Mode Commands
- LTE Subscriber Map Configuration Mode Commands
- LTE TAI Management Database Configuration Mode Commands
- LTE TAI Management Object Configuration Mode Commands
- MAG Service Configuration Mode Commands
- MAP Service Configuration Mode Commands
- MIP HA Assignment Table Configuration Mode Commands
- MPLS-LDP Configuration Mode Commands
- MIPv6 HA Service Configuration Mode Commands
- MME-eMBMS Service Configuration Mode Commands
- MME LAC Pool Area Configuration Mode Commands
- MME MSC Pool Area Configuration Mode
- MME SGs Service Configuration Mode Commands
- MME Service Configuration Mode Commands
- MPLS-IP Configuration Mode Commands
- MRME Service Configuration Mode Commands
- Network Service Entity- IP Local Configuration Mode Commands
- Network Service Entity - Peer NSEI Configuration Mode Commands
- Network Service Virtual Connection Configuration Mode Commands
- Network Service Virtual Link Configuration Mode Commands
- NTP Configuration Mode Commands
- NTSR Pool Configuration Mode Commands
- Operator Policy Configuration Mode
- ORBEM Configuration Mode Commands
- OSPF Configuration Mode Commands
- OSPFv3 Configuration Mode Commands
- OSPF VRF Configuration Mode Commands
- Out-Address Configuration Mode Commands
- P2P Advertisement Server Group Configuration Mode Commands
- PCC-Action-Set Configuration Mode Commands
- PCC-AF-Service Configuration Mode Commands
- PCC-Condition-Group Configuration Mode Commands
- PCC-Data-Service Configuration Mode Commands
- PCC-Event-Notification-Interface-Endpoint Configuration Mode Commands
- PCC-Policy-Service Configuration Mode Commands
- PCC-Service-Profile Configuration Mode Commands
- PCC-QoS-Profile Configuration Mode Commands
- PCC-Quota Service Configuration Mode Commands
- PCC-Sp-Endpoint Configuration Mode Commands
- PCC-Service Addon Configuration Mode Commands
- PCC-TimeDef Configuration Mode Commands
- PCP Configuration Mode Commands
- PCP Policy Control Configuration Mode Commands
- PDIF Service Configuration Mode Commands
- PDG Service Configuration Mode Commands
- PDSN Service Configuration Mode Commands
- PDSN Service RoHC Configuration Mode Commands
- Peer List Configuration Mode Commands
- Peer Profile Configuration Mode Commands
- Peer-Server Configuration Mode Commands
- P-GW Service Configuration Mode Commands
- Policy Control Configuration Mode Commands
- Plugin Configuration Mode Commands
- PVC Configuration Mode Commands
- PVC Interface Configuration Mode Commands
- QCI - QoS Mapping Configuration Mode Commands
- QCI - RAN ID Mapping Configuration Mode Commands
- QoS L2 Mapping Configuration Mode Commands
- QoS Profile Configuration Mode Commands
- Index
PCC-Data-Service
Configuration Mode Commands
Mode
The PCC-Data-Service Configuration Mode is used to configure the data flow parameters for the media data, as well as corresponding attributes that are necessary for charging and policy enforcement decisions for the media parameters represented by its service flows in the PCC-service. A maximum of ten service data flows can be configured in a PCC-Data-Service instance.
Exec > Global Configuration > Context Configuration > PCC Service Configuration > PCC Data Service Configuration
configure > context context_name > pcc-service service_name > data-service service_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-pcc-data-service)#
The commands or keywords/variables that are available are dependent on platform type, product version, and installed license(s).
- end
- exit
- flow direction in
- flow direction out
- metering-method
- monitoring-key
- precedence
- qos-profile
- rating-group
- reporting-level
- service-identifier
end
Exits the current configuration mode and returns to the Exec mode.
Product
All
Privilege
Security Administrator, Administrator
Syntax
Syntax Description
end
Usage Guidelines
Use this command to return to the Exec mode.
exit
Exits the current mode and returns to the parent configuration mode.
Product
All
Privilege
Security Administrator, Administrator
Syntax
Syntax Description
exit
Usage Guidelines
Use this command to return to the parent configuration mode.
flow direction in
This command configures the flow service parameters for incoming data flow in PCC-Data-Service instance.
Product
IPCF
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > PCC Service Configuration > PCC Data Service Configuration
configure > context context_name > pcc-service service_name > data-service service_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-pcc-data-service)#
Syntax
Syntax Description
[no] flow direction in protocol {ip | tcp | udp} from {src_ip_addr[/maskbit] | any} port {src_port_num | any} to {dest_ip_addr/maskbit | any} port {dest_port_num | any}
no
Removes the configured data service flow parameters from PCC-Data-Service instance for IPCF configuration.
protocol {ip | tcp | udp}
This keyword configures the data flow parameters for specific protocol.
- ip: Sets the parameters for IP traffic.
- tcp: Sets the parameters for TCP traffic.
- UDP: Sets the parameters for UDP traffic.
from {src_ip_addr[ /maskbit] | any} port {src_port_num | any}
This keyword configures the data flow condition parameters for specific protocol through IP address and port as source of flow.
- src_ip_addr: specifies the specific IP address in IPv4/IPv6 notation as source of flow.
- maskbit: Specifies the IP address suffix in IPv4 or IPv6 notation.
- any: specifies that flow from any source IP address/port can be analyzed or considered.
- port
src_port_num: specifies the specific source
port parameter for flow.
src_port_num is the source port number of flow and must be an integer from 1 through 65535.
to {dest_ip_addr[ /maskbit] | any} port {dest_port_num | any}
This keyword configures the data flow condition parameters for specific protocol through IP address and port as source of flow.
- dest_ip_addr: specifies the specific IP address in IPv4/IPv6 notation as destination of flow.
- maskbit: Specifies the IP address suffix in IPv4 or IPv6 notation.
- any: specifies that flow to any destination IP address/port can be analyzed or considered.
- port
dest_port_num: specifies the specific
destination port parameter for flow.
dest_port_num is the destination port number of flow and must be an integer from 1 through 65535.
Usage Guidelines
Use this command to configure the flow service parameters for incoming data flow in PCC-Data-Service instance for IPCF Configuration.
Examples
flow direction in protocol tcp from any port any to any port any
flow direction out
This command configures the flow service parameters for outgoing data flow in PCC-Data-Service instance.
Product
IPCF
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > PCC Service Configuration > PCC Data Service Configuration
configure > context context_name > pcc-service service_name > data-service service_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-pcc-data-service)#
Syntax
Syntax Description
[no] flow direction in protocol {ip | tcp | udp} from {src_ip_addr[ /maskbit] | any} port {src_port_num | any} to {dest_ip_addr[ /maskbit] | any} port {dest_port_num | any}
no
Removes the configured data service flow parameters from PCC-Data-Service instance on IPCF node.
protocol {ip | tcp | udp}
This keyword configures the data flow parameters for specific protocol.
- ip: Sets the parameters for IP traffic.
- tcp: Sets the parameters for TCP traffic.
- UDP: Sets the parameters for UDP traffic.
from {src_ip_addr | any} port {src_port_num | any}
This keyword configures the data flow condition parameters for specific protocol through IP address and port as source of flow.
- src_ip_addr: specifies the specific IP address in IPv4/IPv6 notation as source of flow.
- maskbit: Specifies the IP address suffix in IPv4 or IPv6 notation.
- any: specifies that flow from any source IP address/port can be analyzed or considered.
- port
src_port_num: specifies the specific source
port parameter for flow.
src_port_num is the source port number of flow and must be an integer from 1 through 65535.
to {dest_ip_addr | any} port {dest_port_num | any}
This keyword configures the data flow condition parameters for specific protocol through IP address and port as source of flow.
- dest_ip_addr: specifies the specific IP address in IPv4/IPv6 notation as destination of flow.
- maskbit: Specifies the IP address suffix in IPv4 or IPv6 notation.
- any: specifies that flow to any destination IP address/port can be analyzed or considered.
- port
dest_port_num: specifies the specific
destination port parameter for flow.
dest_port_num is the destination port number of flow and must be an integer from 1 through 65535.
Usage Guidelines
Use this command to configure the flow service parameters for outgoing data flow in PCC-Data-Service instance on IPCF node.
Examples
flow direction out protocol tcp from any port any to any port any
metering-method
This command specifies the metering method to be used by PCEF for offline charging in a PCC-Data-Service instance on IPCF node.
Product
IPCF
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > PCC Service Configuration > PCC Data Service Configuration
configure > context context_name > pcc-service service_name > data-service service_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-pcc-data-service)#
Syntax
Syntax Description
[no] metering-method {both-duration-volume | duration | volume}
no
Removes the configured metering method from PCC-Data-Service instance on IPCF node.
In such scenario, the metering method pre-configured at PCEF is considered.
both-duration-volume
Specifies the metering method as based on volume of data usage and duration of session, both for offline charging in a PCC-Data-Service instance on IPCF node.
duration
Specifies the metering method as based on the duration of session usage for offline charging in a PCC-Data-Service instance on IPCF node.
volume
Specifies the metering method as based on the volume of data usage for offline charging in a PCC-Data-Service instance on IPCF node.
Usage Guidelines
Use this command to define the metering method to be used for offline charging in a PCC-Data-Service instance on IPCF node.
If no metering method is defined, the metering method preconfigured at PCEF is considered.
Examples
metering-method both-duration-volume
monitoring-key
This command defines the monitoring key under which data is monitored for the PCC-Data-Service instance.
Product
IPCF
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > PCC Service Configuration > PCC Data Service Configuration
configure > context context_name > pcc-service service_name > data-service service_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-pcc-data-service)#
Syntax
Syntax Description
monitoring-key mon_key_value [no] monitoring-key
no
Removes the configured monitoring-key from PCC-Data-Service instance on IPCF node.
mon_key_value
Specifies the monitoring key value under which data usage is monitored for the PCC-Data-Service instance and must be an integer from 1 through 65535.
Usage Guidelines
Use this command to define the monitoring key under which data is monitored for the PCC-Data-Service instance on IPCF node.
Examples
monitoring-key 123
precedence
This command defines the precedence that is assigned to the Dynamic PCC rule created for a PCC-Data-Service instance.
Product
IPCF
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > PCC Service Configuration > PCC Data Service Configuration
configure > context context_name > pcc-service service_name > data-service service_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-pcc-data-service)#
Syntax
Syntax Description
precedence preced_value [no] precedence
no
Removes the configured precedence value from PCC-Data-Service instance on IPCF node.
preced_value
Specifies the precedence that is assigned to the dynamic PCC rule created for a PCC-Data-Service instance and must be an integer from 1 through 65535.
Usage Guidelines
Use this command to define the precedence value that is assigned to the Dynamic PCC rule created for a PCC-Data-Service instance on IPCF node.
Examples
precedence 2
qos-profile
This command defines the PCC-QoS-Profile which is to use for the PCC-Data-Service instance on IPCF node.
Product
IPCF
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > PCC Service Configuration > PCC Data Service Configuration
configure > context context_name > pcc-service service_name > data-service service_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-pcc-data-service)#
Syntax
Syntax Description
qos-profile qos_prof_name [no] qos-profile
no
Removes the configured PCC-QoS-Profile from PCC-Data-Service instance on IPCF node.
qos_prof_name
Specifies the pre-configured PCC-QoS-Profile name which is to use for the PCC-Data-Service instance.
Usage Guidelines
Use this command to define the PCC-QoS-Profile for a PCC-Data-Service instance on IPCF node.
Examples
qos-profile ipcf_qos_prof1
rating-group
This command defines the PCC-Rating-Group that is assigned for a PCC-Data-Service instance.
Product
IPCF
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > PCC Service Configuration > PCC Data Service Configuration
configure > context context_name > pcc-service service_name > data-service service_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-pcc-data-service)#
Syntax
Syntax Description
rating-group rating_grp_id [no] rating-group
no
Removes the configured PCC-Rating-Group Id from PCC-Data-Service instance on IPCF node.
rating_grp_id
Specifies the PCC-Rating-Group Id that is assigned to the PCC-Data-Service instance and must be an integer from 1 through 99.
Usage Guidelines
Use this command to define the PCC-Rating Id value for a PCC-Data-Service instance on IPCF node.
Examples
rating-group 11
reporting-level
This command specifies the reporting level to be used by PCEF to report the data usage for the related PCC rule in a PCC-Data-Service instance on IPCF node.
Product
IPCF
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > PCC Service Configuration > PCC Data Service Configuration
configure > context context_name > pcc-service service_name > data-service service_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-pcc-data-service)#
Syntax
Syntax Description
[no] reporting-level {service-identifier-level | rating-group-level}
no
Removes the configured usage reporting level from PCC-Data-Service instance on IPCF node.
In such scenario, the reporting level configured at PCEF is considered.
service-identifier-level
Sets the data usage reporting level to be used by PCEF to report the data usage for the related PCC rule at the service identifier level in a PCC-Data-Service instance on IPCF node.
rating-group-level
Sets the data usage reporting level to be used by PCEF to report the data usage for the related PCC rule at the Rating-group level in a PCC-Data-Service instance on IPCF node.
Usage Guidelines
Use this command to define the reporting level to be used by PCEF to report the data usage for the related PCC rule in a PCC-Data-Service instance on IPCF node.
If no reporting level is defined, the reporting level preconfigured at PCEF is considered.
Examples
reporting-level rating-group-level
service-identifier
This command defines the service identifier for a PCC-Data-Service instance.
Product
IPCF
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > PCC Service Configuration > PCC Data Service Configuration
configure > context context_name > pcc-service service_name > data-service service_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-pcc-data-service)#
Syntax
Syntax Description
service-identifier svc_id [no] service-identifier
no
Removes the configured Service Identifier from PCC-Data-Service instance on IPCF node.
svc_id
Specifies the Service Identifier that is assigned to the PCC-Data-Service instance and must be an integer from 1 through 65535.
Usage Guidelines
Use this command to define the Service Identifier for a PCC-Data-Service instance on IPCF node.
Examples
service-identifier 1011
Feedback