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;
}
}
version of the EXOS is 15.3.1.4
patch1-44
Please advise