Create a SAP ingress policy and assign the policy to an RVPLS SAP

The following examples create and assign a SAP ingress QoS policy to an RVPLS SAP. Table-based classification is enabled in the override policy associated with the IES interface that is associated with the RVPLS service. In this case, only meters from the SAP ingress QoS policy are used. Ingress CAM entries are ignored (not used).

configure> qos> sap-ingress 1000 create
        num-qos-classifiers 16 
        fc af
            meter 1 
            unknown-meter 2 
            multicast-meter 3 
            broadcast-meter 4 
        exit 
    exit 
configure> service> vpls (type rvpls)>
        service-name 'rvpls-example-svc' 
        sap 1/1/1:100 create 
            ingress
                qos 1000 [enable-table-classification] 
        exit 
        no shutdown 
    exit