Associating a classification policy with an Ethernet port

Users associate an IP DSCP classification policy with an Ethernet port using the configure>port>ethernet>access>ingress>dscp-classification command.

Users associate a dot1p classification policy with an Ethernet port using the configure>port>ethernet>access>ingress>dot1p-classification command.

Use the following syntax to associate an IP DSCP classification policy with an Ethernet port.

configure> port port-id 
    ethernet> access> ingress
        [no] dscp-classification policy-id> 
        [no] untagged-fc fc 
Example

The following example shows the command usage to associate an IP DSCP classification policy with an Ethernet port.

Example:
configure> port 1/1/1 
    ethernet
        access
            ingress
                dscp-classification 101
                untagged-fc 12
            exit
        exit
    exit

Use the following syntax to associate a dot1p classification policy with an Ethernet port.

configure> port port-id 
ethernet> access> ingress
[no] dot1p-classification policy-id> 
[no] untagged-fc fc 
Example
Example:
configure> port 1/1/1 
    ethernet
        access
            ingress
                dot1p-classification 101
                untagged-fc
            exit
        exit
    exit