Hello
I would say the most elegant way would be PVLANS, however Routed Access-control list (RACL's) are also effective and less complex to setup.
ip access-list extended novlan_20
deny ip 20.20.20.0 0.0.0.255 any
permit ip any any
ip access-list extended novlan_10
deny ip 10.10.10.0 0.0.0.255 any
permit ip any any
int vlan 10
ip access-group novlan_20 out
int vlan 20
ip access-group novlan_10 out
res
Paul
Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.
Kind Regards
Paul