04-22-2009 03:01 AM - edited 03-06-2019 05:19 AM
Hi,
i have two cisco 3550 switch in HSRP mode. i have configured multiple vlans on this switch. i want vlan 1 users to get ip address in the range 192.x.x.x to their machine and vlan 2 users to get ip range 10.x.x.x.
is it possible??
04-22-2009 03:06 AM
Hi
Yes this is possible.
ip dhcp pool poo1
network 192.168.0.1 255.255.255.0
default-router (IP of the SVI)
ip dhcp pool pool2
network 10.0.0.0 255.255.255.0
default-router (IP of the SVI)
Thanks
Mahmood
04-22-2009 03:35 AM
Hi Manmood,
thanks for your help. i have just one question.if any pc boots for the first time it will send DHCP Braodcast request to get ip. so whether that PC will get the ip from the correct dhcp scope?
04-22-2009 03:37 AM
It depends on which vlan the port that your'e pc is connected to is in. So if the port is in vlan 1 it will get an IP from vlan 1 scope, if the port is in vlan 2 it will get IP from vlan 2 scope.
Jon
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide