cancel
Showing results for 
Search instead for 
Did you mean: 

Help with intervlan routing ACL

Help with intervlan routing ACL

John_Barfield
New Contributor
Greetings! This is my first post here. My name is John and I'm trying to configure a scalable solution for our monitoring system to keep track of individual circuit health.

I've configured one Extreme Networks X440-48t switch stack as a router connecting to switches at different buildings over metro ethernet circuits.

Each building switch can see the routing switch on a /30 like so:

Routing Switch Stack X440-48t: Building Switches X440-8p's:
VLAN 311: 192.168.252.1/30 -> 192.168.252.2
VLAN 512: 192.168.252.5/30 -> 192.168.252.6
VLAN 242: 192.168.252.9/30 -> 192.168.252.10
Default VLAN: 192.168.2.236/24
|
Core switching stack
|
Internal Core Router
|
192.168.2.254

I want IP traffic coming from 192.168.2.0 network to have access to all VLAN's with those /30 addresses but I do not want each of the switches to be able to communicate with each other.

For example:

192.168.252.2/30 should not be able to communicate with 192.168.252.6/30 or 192.168.252.10/30.

What would be the most efficient and manageable way to do achieve this goal using EXOS ACL's while also planning for the fact that there could be endless VLAN interfaces configured this way in the future?

Thanks in advance for any assistance.

John
10 REPLIES 10

Paul_Russo
Extreme Employee
Hey John

I am assuming you want the switches with the /30 to send route updates correct?

The ACLs in the 440 work from top to bottom so you would need to permit the traffic between the /30s first then deny source 192.168.252.0/24 destined to 192.168.252.0/24 You will need another ACL to deny ICMP for those subnets as well.

after the deny any other traffic should flow as normal.

Does that make sense? do you need the actual layout of the ACL or did you get that from the concepts guide.

If I am misunderstanding please let me know

P
GTM-P2G8KFN