cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
400
Views
0
Helpful
2
Replies

Configure 3560 - Urgent Help

rania20052006
Level 1
Level 1

Dear All,

I am still New to the World of Cisco.

I received today 15 Cisco switches 3560 - 48 Ports & 1 Core switch 4506.

i know the basic configuration of 3560.

i want to create 3 VLANS of core Switch and each VALN will be for specific reaons.

So VLAN with this Name ( NETWORK-DEVICE) will be for Cisco Switches .

and it should have DHCP for this VLAN only.

Can any one tell me , how i deploy DHCP for that on the Core Switch . or it needs to deploy on the 3560 Switch.

Please Help.

2 Replies 2

Brandon Buffin
VIP Alumni
VIP Alumni

I would recommend deploying DHCP on the core switch. Please see the link below for details on DHCP configuration. Also, you may want to consider using VTP to propagate your VLAN configuration throughout your network.

Cisco IOS DHCP Server

http://www.cisco.com/en/US/products/sw/iosswrel/ps1830/products_feature_guide09186a008008743b.html

VTP Configuration

http://www.cisco.com/en/US/products/hw/switches/ps663/products_configuration_guide_chapter09186a00800e47e3.html

Hope this helps.

Brandon

moreta
Level 1
Level 1

Hello,

I do not use DHCP on my switches, I prefer to run it on a dedicated server. By the way, on the core switch you will have 3 logical interfaces, one for each vlan (so, the interfaces' name will be VLAN1, VLAN2 and VLAN3). The DHCP server will belong to one of these, and thus DHCP requests will be sent to it. If you want to allow other VLANs to have a DHCP, just use the IP HELPER fuction on each VLAN interface; if you will not configure IP HELPER, that particular VLAN will not receive any DHCP-anwers...

Hope this will help.

Regards