Block Traffic Between VLANs

Post Reply
lmelim
Member
Posts: 3
Joined: 11 Feb 2016 18:52

Block Traffic Between VLANs

Post by lmelim »

Hello,
I have a 6900 L3 switch. I would like to block only the traffic between vlan 33 data and vlan 243 GUESTWIFI and permit all other traffic.
VLAN 33 10.10.233.0/24
VLAN 243 10.10.243.0/24

How can i accomplish that ?
silvio
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 1886
Joined: 01 Jul 2008 10:51
Location: Germany

Re: Block Traffic Between VLANs

Post by silvio »

Hi,
this is the same like in all other omniswitches with AOS.
you need policies - but as destination in the condition you need the ip network.

f.e.
policy condition VL33-243 source ip 10.10.233.0 mask 255.255.255.0 destination ip 10.10.243.0 mask 255.255.255.0
policy action DENY disposition drop
policy rule VL33-243 condition VL33-243 action DENY
qos apply

regards
Silvio
Post Reply

Return to “OmniSwitch 6900”