are you trying to create a port channel? if so, you need to create a bridge 1st.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: marjohn56 on May 01, 2021, 10:15:36 AMYou can do it the way I do it between my primary VLAN and my IOT VLAN. Primary can talk to any device on my IOT, IOT devices have no access to anything on the primary VLAN.So, How do you deal with, say Rpi PiHole on the Primary VLAN? I guess that would require another static rule...
On your Primary VLAN you add a rule, this one should be there already, but if not.
Action: Pass
Proto: IPv4/6
Source: Any
Dest: Any
and on the IOT VLAN
Action: Block
Proto: IPv4/6
Source: Any
Dest: VLAN_Net
There are some others to block/allow specifics, but that's the basics.