copy network 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. It also allows bulk modifications to an existing policy with the use of the overwrite keyword.
Specifies that the source and destination policies are network policy IDs. Specifies the source policy that the copy command will copy and the destination policy to which the command will duplicate the policy to a new or different policy ID.
Specifies that 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.
[no] remarking {use-dot1p | use-dscp | all}
config>qos>network>egress
Supported on all 7210 SAS platforms as described in this document
This command remarks egress packets sent out of access ports and access-uplink ports. Remarking can be enabled or disabled. On access port and access-uplink port egress, the behavior is as follows.
If remarking is enabled without specifying one of the options, by default 'use-dot1p' is used for access-egress and ‟all” is used for network-egress (that is, access-uplink port egress).
The no form of this command disables remarking.
no remarking
Specifies that the dot1p bits are marked in the packet header for all IEEE 802.1q and IEEE 802.1p encapsulated traffic sent out of the access port.
Specifies that the IP DSCP bits are marked in the packet header for IPv4 traffic sent out of the access port.
Specifies that the dot1p bits are marked in the packet header for all IEEE 802.1q and IEEE 802.1p encapsulated traffic, and in addition the IP DSCP bits are marked in the packet header for all IPv4 traffic sent out the access port.
scope {exclusive | template}
no scope
config>qos>network
Supported on all 7210 SAS platforms as described in this document
This command configures the network policy scope as exclusive or template.
The no form of this command reverts to the default value.
template
Specifies that the policy can only be applied to one interface. If a policy with an exclusive scope is assigned to a second interface, an error message is generated. If the policy is removed from the exclusive interface, the policy becomes available for assignment to another exclusive interface.
The system default policies cannot be put into the exclusive scope. An error is generated if scope exclusive is executed in any policies with a policy-id equal to 1.
Specifies that the scope of a policy is defined as template, the policy can be applied to multiple interfaces on the router.
Default QoS policies are configured with template scopes. An error is generated if you try to modify the scope template parameter to scope exclusive on default policies.