bostontechie
MIS
Hello guys,
I am trying to configure our stacked summit x460 with ACL's however when ever i create the ACL it deny's on both sides of the vlan.
Ideally i am trying to create an ACL that will allow incoming traffic from a vlan but deny other vlans from accessing the vlan (example: I want VLAN A to access VLAN B and C but i don't want vlan B and C to access A.
how do i accomplish this, is it even feasible?
here is an example of what i have created.
entry permit_it {
if {
destination-address 10.x.x.1/27;
} then {
permit;
count cnt1;
}
}
entry deny_public
if {
destination-address 10.10.1.0/24;
} then {
deny;
count cnt2;
}
}
I am trying to configure our stacked summit x460 with ACL's however when ever i create the ACL it deny's on both sides of the vlan.
Ideally i am trying to create an ACL that will allow incoming traffic from a vlan but deny other vlans from accessing the vlan (example: I want VLAN A to access VLAN B and C but i don't want vlan B and C to access A.
how do i accomplish this, is it even feasible?
here is an example of what i have created.
entry permit_it {
if {
destination-address 10.x.x.1/27;
} then {
permit;
count cnt1;
}
}
entry deny_public
if {
destination-address 10.10.1.0/24;
} then {
deny;
count cnt2;
}
}