@HeyCori I think you'll be okay as the flow would be like this: Packet destined for 10.0.0.0/16 network - as there is a VLAN interface on 10.0.255.254, it will head for this Packet destined for 10.30.0.0/16 network - as there is a VLAN interface on 10.30.0.1, it will head for this Packet destined for anything else on the 10.0.0.0/8 network (i.e. 10.1.2.3) - it will follow the static route If you have a lot of cases where 3. would apply then I'd leave as is, if not many, then I would have more specific static routes that did not overlap with the subnets used in the local VLANs. i.e. if the only other 10.x network was 10.1.0.0/16 then I'd change the existing static route for 10.0.0.0/8 to that.
... View more