trying to create VLAN acl on BD8806 and getting the below error;
SKB-BD8806.38 # configure access-list PEM_LOOP ports 2:48 egress
Error: Policy PEM_LOOP has syntax errors
Line 3 : Attribute cvid is not supported in this platform.
ACL is very simple as below and I tried to apply it ingress and egress on untagged VMAN port.
entry 1 {
if {
cvid 10;
}
then {
count HIT ;
permit;
}
}
Any platform that does not support egress ACLs will not support the CVID match criteria on egress. Lets look at what modules are installed as Drew is asking for.