Network QoS Policies
Quality of Service Guide 113
The no form of this command removes the match criterion and matches all packets regardless of
whether they are fragmented or not.
Parameters true — Configures a match on all fragmented IP packets. A match will occur for all packets that
have either the MF (more fragment) bit set OR have the Fragment Offset field of the IP header
set to a non-zero value.
false — Configures a match on all non-fragmented IP packets. Non-fragmented IP packets are
packets that have the MF bit set to zero and have the Fragment Offset field also set to zero.
fragment
Syntax fragment {true | false | first-only | non-first-only}
no fragment
Context config>qos>network>ingress>ipv6-criteria>entry>match
Description This command configures fragmented or non-fragmented IPv6 packets as a network ingress QoS
policy match criterion.
The no form of this command removes the match criterion and matches all packets regardless of
whether they are fragmented or not.
Parameters true — Specifies to match on all fragmented IPv6 packets. A match will occur for all packets that
contain an IPv6 Fragmentation Extension Header.
false — Specifies to match on all non-fragmented IP packets. Non-fragmented IPv6 packets are
packets that do not contain an IPv6 Fragmentation Extension Header.
first-only — Matches if a packet is an initial fragment of the fragmented IPv6 packet.
non-first-only — Matches if a packet is a non-initial fragment of the fragmented IPv6 packet.
src-ip
Syntax src-ip {ip-address/mask | ip-address ipv4-address-mask | ip-prefix-list prefix-list-name]}
src-ip {ipv6-address/prefix-length | ipv6-address ipv6-address-mask}
no src-ip
Context config>qos>network>ingress>ip-criteria>entry>match
config>qos>network>ingress>ipv6-criteria>entry>match
Description This command configures a source IPv4 or IPv6 address range to be used as a network ingress QoS
policy match criterion.
To match on the source IPv4 or IPv6 address, specify the address and its associated mask, for example,
10.1.0.0/16. The conventional notation of 10.1.0.0 255.255.0.0 can also be used for IPv4.
The no form of the command removes the source IPv4 or IPv6 address match criterion.