copy sap-ingress src-pol dst-pol [overwrite]
copy dot1p-classification src-pol dst-pol [overwrite]
copy dscp-classification src-pol dst-pol [overwrite]
config>qos
Supported on all 7210 SAS platforms as described in this document
This command copies existing QoS policy entries for a QoS policy ID to another QoS policy ID.
The copy command is a configuration level maintenance tool used to create new policies using existing policies. It also allows bulk modifications to an existing policy with the use of the overwrite keyword.
Specifies that the source policy ID and the destination policy ID are SAP ingress policy IDs. Specify the source policy ID that the copy command will attempt to copy from and specify the destination policy ID to which the command will copy a duplicate of the policy.
Specifies to replace the existing destination policy. Everything in the existing destination policy is overwritten with the contents of the source policy. If overwrite is not specified, an error occurs if the destination policy ID exists.
Specifies that the source policy ID and the destination policy ID are dot1p classification policy IDs. Specify the source policy ID that the copy command will attempt to copy from and specify the destination policy ID to which the command will copy a duplicate of the policy.
Specifies that the source policy ID and the destination policy ID are IP DSCP classification policy IDs. Specify the source policy ID that the copy command will attempt to copy from and specify the destination policy ID to which the command will copy a duplicate of the policy.
dscp dscp-name
no dscp
config>qos>sap-ingress>ip-criteria>entry>match
config>qos>sap-ingress>ipv6-criteria>entry>match
Supported on all 7210 SAS platforms as described in this document
This command configures a DiffServ Code Point (DSCP) code point to be used as a network ingress QOS policy match criterion.
The no form of this command removes the DSCP match criterion.
Specifies a dscp name that has been previously mapped to a value using the dscp-name command. The DiffServ code point can only be specified by its name.
dst-ip {ip-address/mask | ip-address netmask}
dst-ip {ipv6-address/prefix-length}
no dst-ip
config>qos>sap-ingress>ip-criteria>entry>match
config>qos>sap-ingress>ipv6-criteria>entry>match
Supported on all 7210 SAS platforms as described in this document
This command configures a destination address range to be used as a network ingress QoS policy match criterion.
To match on the destination 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 be used only for IPv4.
The no form of this command removes the destination IP address match criterion.
Specifies the IP address of the destination IP or IPv6 interface. This address must be unique within the subnet and specified in dotted decimal notation.
dst-port {eq} dst-port-number
no dst-port
config>qos>sap-ingress
config>qos>sap-ingress>ip-criteria>entry>match
config>qos>sap-ingress>ipv6-criteria>entry>match
Supported on all 7210 SAS platforms as described in this document
This command configures a destination TCP or UDP port number for a network ingress QoS policy match criterion.
The no form of this command removes the destination port match criterion.
Specifies the TCP or UDP port number to match, specified as equal to (eq) the destination port value specified as a decimal integer.
fragment {true | false}
no fragment
config>qos>ingress>ip-criteria>entry>match
Supported on all 7210 SAS platforms as described in this document
This command configures fragmented or non-fragmented IP 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.
Keyword to configure a match on all fragmented IP packets. A match occurs 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.
Keyword to configure 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.
src-ip {ip-address/mask | ip-address ipv4-address-mask}
src-ip {ipv6-address/prefix-length}
no src-ip
config>qos>sap-ingress>ip-criteria>entry>match
config>qos>sap-ingress>ipv6-criteria>entry>match
Supported on all 7210 SAS platforms as described in this document
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 this command removes the source IPv4 or IPv6 address match criterion.
no source IP match criterion
Specifies the source IPv4 address specified in dotted decimal notation.
Specifies the length in bits of the subnet mask.
Specifies the subnet mask, in dotted decimal notation.
Specifies the IPv6 prefix for the IP match criterion, in hexadecimal digits.
Specifies the IPv6 prefix length for the ipv6-address, expressed as a decimal integer.
src-port {eq} src-port-number
no src-port
config>qos>sap-ingress>ip-criteria>entry>match
config>qos>sap-ingress>ipv6-criteria>entry>match
Supported on all 7210 SAS platforms as described in this document
This command configures a source TCP or UDP port number for a network ingress QoS policy match criterion.
The no form of this command removes the source port match criterion.
Specifies the TCP or UDP port number to match specified as equal to (eq) to the source port value, specified as a decimal integer.
renum old-entry-id new-entry-id
config>qos>sap-ingress>ip-criteria
config>qos>sap-ingress>ipv6-criteria
config>qos>sap-ingress>mac-criteria
Supported on all 7210 SAS platforms as described in this document
This command renumbers existing QoS policy criteria entries to properly sequence policy entries.
This is required in some cases because the 7210 SAS exits when the first match is found and executes the actions in accordance with the accompanying action command. This requires that entries be sequenced correctly from most to least explicit.
Specifies the entry number of an existing entry.
Specifies the new entry number to be assigned to the old entry.