As far as I understand, you don't use an external router and I can see you already have assigned IP addresses to Vlan's. Have you enabled global command # ip routing, if you forget it switch won't build a routing table. A Switch Virtual Interface (SVI) is a logical interface configured on a layer 3 Switch where SVI has no physical interface and provides Layer 3 processing of packets from all switch ports associated with the VLAN. I'm not sure if an inter-vlan can be capable on the same switch other than SVI.
For an Switch Virtual Interface to go to up / up and be added to the routing table (# show ip interface brief), the VLAN for the SVI must be created, an IP address must be assigned, and at least one interface must support it ( trunk or access)
DELL-Erman O
Moderator
•
3K Posts
0
January 26th, 2021 06:00
Hello,
As far as I understand, you don't use an external router and I can see you already have assigned IP addresses to Vlan's. Have you enabled global command # ip routing, if you forget it switch won't build a routing table. A Switch Virtual Interface (SVI) is a logical interface configured on a layer 3 Switch where SVI has no physical interface and provides Layer 3 processing of packets from all switch ports associated with the VLAN. I'm not sure if an inter-vlan can be capable on the same switch other than SVI.
For an Switch Virtual Interface to go to up / up and be added to the routing table (# show ip interface brief), the VLAN for the SVI must be created, an IP address must be assigned, and at least one interface must support it ( trunk or access)
Also I found a video it may help https://dell.to/3iLPcDN;
Let us know if this helps!