Overview
IMPORTANT:
ITC and EV-DO Rev A in 3GPP2 Networks
IMPORTANT:
Bandwidth Control and Limiting
Licensing
How it Works
IMPORTANT:
Configuring Class Maps
IMPORTANT:
configure
context <vpn_context_name> [ -noconfirm ]
class-map
name <class_name> [ match-all | match-any ]
match
src-ip-address <src_ip_address> [ <subnet_mask> ]
match
dst-ip-address <dst_ip_address> [ <subnet_mask> ]
match
source-port-range <initial_port_number> [ to <last_port_number> ]
match
dst-port-range <initial_port_number> [ to <last_port_number> ]
match
protocol [ tcp | udp | gre | ip-in-ip ]
match
ip-tos <service_value>
match
ipsec-spi <index_value>
match
packet-size [ gt | lt ] <size>
end
Configuring Policy Maps
configure
context <vpn_context_name>
policy-map
name <policy_name>
class <class_name>
type { static | dynamic }
access-control { allow | discard }
qos
traffic-police committed <bps> peak <bps> burst-size <byte> exceed-action { drop | lower-ip-precedence | allow } violate-action { drop | lower-ip-precedence | allow }
qos
encaps-header dscp-marking [ copy-from-user-datagram | <dscp_code> ]
end
Configuring Policy Groups
configure
context <vpn_context_name>
policy-group
name <policy_group>
policy <policy_map_name> precedence <value>
end
Configuring a Subscriber for Flow-based Traffic Policing
configure
context <vpn_context_name>
subscriber
name <user_name>
policy-group <policy_group> direction [ in | out ]
end