04-20-2015 01:50 AM - edited 03-07-2019 11:38 PM
Below i have attached one Cisco packet Tracer topology,in that i did inter vlan routing with L3 switch SVI by assigning ip to vlan's in L3 switch.Also i put a DHCP server configured with 3 pool to give ip for vlan1,vlan 2,vlan 3?but i m getting dhcp ip for vlan 1 only,but i m also able to ping 10.0.0.3(DHCP server ip) from vlan2,vlan3.
can any body tell how to get ip address from the server for all vlan from a server located in vlan 1 only.But the server NIC supports for vlan too.is it possible to get ip for multiple vlan?
below the setup is
04-20-2015 05:59 AM
Did you put a helper address on the L3 SVI interfaces on the L3 switch?
!
interface vlan 2
ip helper-address 10.0.0.3
!
interface vlan 3
ip helper-address 10.0.0.3
!
As the DHCP server has an address in Vlan 1 (10.0.0.3), the VLAN1 SVI doesn't need a helper address. All other VLANs/Subnets which need a DHCP address will need a helper address on their SVI.
04-24-2015 09:54 AM
if i changed the native vlan to vlan 10?what would happen?
that time too not needt to mention ip helper address for vlan 1 or vlan 10?
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