Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Extreme Networks Summit x460 Stack ACL question

Status
Not open for further replies.
Feb 17, 2012
6
US
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;
}
}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top