I haven’t messed with a Lan Base switch yet but they were ordered for a project I’ll be working in the near future. The design was to use them as the default routes for the VLAN’s. Would this type of configuration work on a Lan Base switch? Thanks.
!
vlan 10
desc Data
ip address 10.1.10.1 255.255.255.0
!
vlan 20
desc Student
ip address 10.1.20.1 255.255.255.0
!
vlan 70
desc Voice
ip address 10.1.70.1 255.255.255.0
!
vlan 100
desc Servers/Printers/Mgmt
ip address 10.0.0.1 255.255.255.0
!
ip route 0.0.0.0 0.0.0.0 10.0.0.254
!