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