Service SAP QoS Policy Command Reference
312 Quality of Service Guide
The no form of this command removes the match criterion and matches all packets regardless of
whether they are fragmented or not.
Default no fragment
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>sap-ingress>ip-criteria>entry>match
config>qos>sap-egress>ip-criteria>entry>match
config>qos>sap-ingress>ipv6-criteria>entry>match
config>qos>sap-egress>ipv6-criteria>entry>match
Description This command configures a source IPv4 or IPv6 address range to be used as an SAP QoS policy match
criterion.
To match on the source IPv4 or IPv6 address, specify the address and its associated mask, e.g. 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.
Default No source IP match criterion.
Parameters ip-address — Specifies the source IPv4 address specified in dotted decimal notation.
Values ip-address: a.b.c.d
mask — Specifies the length in bits of the subnet mask.
Values 1 to 32
ipv4-address-mask — Specifies the subnet mask in dotted decimal notation.
Values a.b.c.d (dotted quad equivalent of mask length)
ip-prefix-list — creates a list of IPv4 prefixes for match criteria in QoS policies. An ip-prefix-list
must contain only IPv4 address prefixes.
prefix-list-name — A string of up to 32 characters of printable ASCII characters. If special
characters are used, the string must be enclosed within double quotes.