policy
OVERVIEW
Category:
config
Primary context:
Related Commands
Usage:
[no] policy <qos | pbr | mirror> <name>
Description: Create a classifier policy and enter the policy context.
Parameters are policy type and policy name.
COMMAND STRUCTURE
■
[no] policy
-- Enter mirror type policy name (ASCII-STR)
■
[no] policy
-- Enter qos type policy name (ASCII-STR)
■
policy
-- Renumber the entries in the policy.
■
-- Specify the policy name. (ASCII-STR)
■
< 1 to 2147483646 > -- Specify the starting sequence number.
■
< 1 to 2147483645 > -- Specify the increment.
EXAMPLES
Example: policy
In the following QoS policy configuration, matching HTTP packets are rate-limited to 10000 kbps and
assigned an 802.1p (CoS) priority of 3 in their Layer 2 VLAN headers. All unmatched packets are
managed by the default class, which assigns a slightly higher 802.1p priority (4) and a new DSCP
codepoint (5):
ProCurve(config)# class ipv4 http
ProCurve(class-config)# match tcp any any eq 80
ProCurve(class-config)# match tcp any any eq 8080
ProCurve(class-config)# exit
ProCurve(config)# policy qos RateLimitPrioritizeSuspectTraffic
ProCurve(policy-config)# class ipv4 http action rate-limit kbps 10000
ProCurve(policy-config)# class ipv4 http action priority 3
ProCurve(policy-config)# default-class action priority 4 dscp 5
ProCurve(policy-config)# exit
COMMAND DETAILS
incr-num
■
policy resequence
NAME < 1 to 2147483646 > < 1 to 2147483645 >
Specify the increment.
Range: < 1 to 2147483645 >
398
©
2009 Hewlett-Packard Development Company, L.P.
Содержание 6200YL
Страница 2: ......
Страница 16: ...Introduction 14 2009 Hewlett Packard Development Company L P ...
Страница 22: ...Commands 20 2009 Hewlett Packard Development Company L P ...
Страница 505: ...503 2009 Hewlett Packard Development Company L P services Command Line Interface Reference Guide ...
Страница 676: ... cs3 cs4 cs5 cs6 cs7 674 2009 Hewlett Packard Development Company L P svlan Command Line Interface Reference Guide ...
Страница 764: ......