Creating an IP DSCP and dot1p classification policy

IP DSCP and dot1p classification policies can be used at SAP ingress, allowing users to define the mapping of an IP DSCP or dot1p value to an FC and profile.

The default values for the default-dscp-fc and default-dot1p-fc command are FC ‟be” and profile ‟out”. Newly-created classification policies contain the default ‟be” and ‟out” values as the default entries. The default-dscp-fc or default-dot1p-fc command assigns the default FC to any IP DSCP or dot1p value that is not explicitly configured by a user.

Up to 50 unique DSCP or dot1p classification policies can be supported on the 7210 SAS-Mxp, 7210 SAS-R6, and 7210 SAS-R12.

Use the following syntax to create a DSCP classification QoS policy.

configure> qos> 
        dscp-classification classification-id [create] 
            dscp dscp-name [fc fc-name] [profile [in | out] 
            default-dscp-fc fc profile [in |out] 

The following example shows the command usage to create a DSCP classification QoS policy.

configure> qos> 
        dscp-classification 101 create 
            dscp af42 fc af profile in 
            dscp af43 fc af profile out 
            dscp af32 fc h1 profile in 
            dscp af33 fc h1 profile out 
            dscp nc1 fc nc profile in 
        default-dscp-fc be profile out 
        exit 

Use the following syntax to create a dot1p classification QoS policy.

configure> qos> 
        dot1p-classification classification-id [create] 
            dot1p dot1p-name [fc fc-name] [profile [in | out] 
            default-dot1p-fc fc profile [in |out] 

The following example shows the command usage to create a dot1p classification policy.

configure> qos> 
        dot1p-classification 101 create 
            dot1p af42 fc af profile in 
            dot1p af43 fc af profile out 
            dot1p af32 fc h1 profile in 
            dot1p af33 fc h1 profile out 
            dot1p nc1 fc nc profile in 
        default-dot1p-fc be profile out 
        exit