Question
February 22, 2008 at 07:30 AM
devdevil85

What steps are involved in making a L2 3560 a L3?

by devdevil85 . Updated 18 years, 5 months ago

What are the steps to turn a L2 Cisco 3560 into a L3?

I also want to add a Vlan10 (w/ just one port) to the switch, as well.

I also have an external DHCP server configured for Vlan1 (which is currently working) & Vlan10 (wasn’t working before I reset switch), and I want it setup to function for devices on Vlan10, as well.

These are the commands that I tried using:

[Enable IP Routing]
ip routing

[Setting up Vlan10]
interface vlan10
ip address [Network ID] [Subnet Mask]

[Port on Vlan10]
switchport access vlan10
switchport mode access

[Point Vlan10 to DHCP Server]
interface vlan10
ip helper-address [DHCP Server Network ID]
(Is this correct because last time I tried doing this devices on Vlan10 still wouldn’t receive any DHCP addresses even though I also setup the DHCP Server for the .10 subnet)

This is pretty much as far as I was able to get before I had to reset my switch due to jacking up DHCP on Vlan1.

Am I missing any commands? Any suggestions?

This discussion is locked

All Comments