cancel
Showing results for 
Search instead for 
Did you mean: 

Creating VLAN ACL on BD8806

Creating VLAN ACL on BD8806

Alaa_Naifa
New Contributor
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

7 REPLIES 7

Alaa,

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.

Reference:
http://documentation.extremenetworks.com/exos/EXOS_21_1/ACL/c_cvid-acl-match-criteria.shtml

Drew_C
Valued Contributor III
Can you provide the output of
code:
show slot
? It may be that the particular module you're using doesn't support CVID as a match condition.

StephenW
Extreme Employee
According to the log it looks like CVID is not a supported match condition on this platform.
GTM-P2G8KFN