cancel
Showing results for 
Search instead for 
Did you mean: 

ACL for add-vlan-id

ACL for add-vlan-id

Danial_Jalil
New Contributor
I want to add an ingress ACL to a port that adds a vlan to an untagged traffic. if the traffic is tagged it should add a second vlan. following is my code but somehow i am facing error. is it the right syntax to implement it

entry testing {
if match all {
} then {
permit;
add-vlan-id 51;
}
}

#configure access-list testing ports 4 ingress
23 REPLIES 23

What is meant by available Vlan.. its already created if thats what you are asking.. if it means something else could you please explain it:)

StephenW
Extreme Employee
It's correct, but your switch/version needs to support this ACL action modifier. It came out in 16.1.

it is 21.1.1.4

Patrick_Voss
Extreme Employee
Can you show us the error you are seeing?
GTM-P2G8KFN