Hi, creating SVI addresses for your VLANs automatically should enable L3 routing on the Switch.
Say you have configured (configuration saved)/connected:
- VLAN 100 -> SVI 192.168.100.1 255.255.255.0 (/24 subnet).
- Client A belonging to VLAN 100 with IP 192.168.100.10 /32 with 192.168.100.1 as its Default Gateway AND connected to an edge port (access mode) untagged in VLAN 100.
- VLAN 200 -> SVI 192.168.200.1 255.255.255.0 (/24 subnet).
- Client B belonging to VLAN 200 with IP 192.168.200.10 /32 with 192.168.200.1 as its Default Gateway AND connected to an edge port (access mode) untagged in VLAN 200.
Then Client A and Client B should both be able to ping their respective Default Gateway, the opposite one and ping each others too (provided that each Client's Guest OS Firewall is correctly configured to admit ICMP to pass, eventually try to disable it entirely and repeat your connectivity test).
Are you able to download the running configuration and opening it to see how it is?
-------------------------------------------