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

how to configure cisco switch 3750 dhcp on 2 vlan

kiena_bit
Level 1
Level 1

we have 2 existing vlan that are vlan10 and vlan12.how to bind the dhcp on these vlan?

1 Reply 1

mvsheik123
Level 7
Level 7

Hi,

I guess you are looking to configure the SW (with L3 image) as DHCP server.. try the below..

************************************************************************

!

ip dhcp excluded-address --> these IPs never assigned.

ip dhcp excluded-address

!

ip dhcp pool VLAN10

network <192.168.10.0>  < 255.255.255.0>

default-router 192.168.10.1

dns/wins options

lease infinite (or you can set the time period as well)

!

ip dhcp pool VLAN12

network <192.168.12.0>  < 255.255.255.0>

default-router 192.168.12.1

dns/wins options

lease infinite

!

then folllows the regular Vlan and interface Vlan configs.

***************************************************************************

hth

MS

Review Cisco Networking for a $25 gift card