cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
784
Views
0
Helpful
1
Replies

3560X Lan Base

Todd S
Level 1
Level 1

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

!

1 Reply 1

mvsheik123
Level 7
Level 7

Hi,

LAN base does not allow inter vlan routing and only let you add one ip (int vlax) for management purpose. Also, you may need to use the command default-gateway as you may not able to enable ip routing. If you need the above configuration, ipbase is preferred.

hth

MS