how to configure cisco switch 3750 dhcp on 2 vlan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2009 08:48 PM - edited 02-21-2020 03:49 AM
we have 2 existing vlan that are vlan10 and vlan12.how to bind the dhcp on these vlan?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2009 07:52 AM
Hi,
I guess you are looking to configure the SW (with L3 image) as DHCP server.. try the below..
************************************************************************
!
ip dhcp excluded-address
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
