Specifies the type of traffic policy within a specific Policy-Map.
Product
ASN-GW
HA
HSGW
PDSN
P-GW
SAEGW
SCM
Mode
Exec > Global Configuration > Context Configuration > Traffic
Policy Map Configuration
configure > context
context_name
> policy-map name
map_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-policy-map)#
Syntax
type { accounting | dynamic { three-gpp2 rev-A profile-id { any | id profile_id | range low_value to high_value } flow-id { any | id flow_id | range low_value to high_value } | pre-provisioned wimax asn-service-profile-id { any | id service_id } asn-pdfid { any | id pdf_id } | static | template }
accounting
Specifies the type of traffic policing as accounting for this specific
policy map. This configuration is used for enabling/disabling the accounting of
different flows matching conditions within this Policy-Map.
dynamic
Identifies the type of policy map as dynamic.
three-gpp2 rev-A
Configures the dynamic policy map type for CDMA2000-3GPP2 RevA
service.
profile-id { any | id
profile_id
| range
low_hex
to
high_hex
}
Specifies the profile id matching within this policy map.
any : allows any profile identifier matching
this policy map.
id
profile_id : allows specific profile
identifier matching with in this policy map.
profile_id must be a hexadecimal number from
0x0 to 0xFFFF.
range
low_value
to
high_value : identifies a range in which a
profile identifier must fall within to be considered a match.
low_value and
high_value must be either a hexadecimal
number from 0x0 to 0xFFFF, or an integer from 0 through 65535 characters.
flow-id { any | id
flow_id
| range
low_hex
to
high_hex
}
Specifies the flow id matching in this policy map.
any allows any flow identifier matching with
in this policy map.
id
flow_id allows specific flow identifier
matching with in this policy map.
flow_id must be either a a hexadecimal number
from 0x0 to 0xFFFF, or an integer from 0 to 65535.
range
low_value
to
high_value : identifies a range in which a
flow identifier must fall within to be considered a match.
low_value and
high_value must be either a hexadecimal
number from 0x0 to 0xFFFF, or an integer 0 to 65535.
pre-provisioned
Identifies the type of policy map as pre-provisioned.
wimax
Configures WiMAX service policy map in an ASN-GW service.
asn-service-profile { any | id
service_id
}
Specifies the ASN Service profile identifier to match with in this
policy map.
any : Allows any ASN Service Profile
Identifier matching within this policy map.
id
service_id : Allows specific Service Profile
matching to a specified identifier.
service_id must be an integer from 1 to 65535
that matches a service ID that was configured in the Subscriber Configuration
Mode.
asn-pdfid { any | id
pdf_id
}
Specifies the ASN Packet Data Flow Identifier to match with in this
policy map.
any : Allows any ASN Packet Data Flow
Identifier matching within this policy map.
id
pdf_id : Allows specific Packet Data Flow
matching to a specified identifier.
pdf_id must be an integer from 1 to 255 that
matches a PDF ID that was configured in the Subscriber Configuration Mode.
static
Specifies the type of traffic policing as static for this specific
Policy Map. In this type of policy, the traffic flow classification and flow
treatment is pre-defined with classification rules through Class-Map
configuration.
This is the detailed type of policy map.
template
Specifies the type of traffic policy to as a template to all
subscribers associated with this policy map.
Usage Guidelines
Specifies the type of traffic policy within the specific Policy-Map.
Example
The following commands configures the traffic policy for this
Policy-Map as static:
type static
The following commands configures the
traffic policy for this Policy-Map as pre-provisioned for WiMAX service
requiring a match of any service profile and PDF id of
3 :
type pre-provisioned wimax asn-service-profile any asn-pdfid id 3