ā02-14-2013 01:43 AM - edited ā03-04-2019 07:01 PM
we have 4 department Finance, Marketing, HR, contracts. All are in different subnet. We need to install a single DHCP server to provide IP for all subnets.
We have one Layer 3 switch Cisco WS-C6513-E; Windows server 2003 DHCP server.
How to design the network ?
Solved! Go to Solution.
ā02-14-2013 01:50 AM
Hi
u need have svi's for the corresponding vlans n configure the scopes on the dhcp server.after tht under each svi configure ip helper address to be ur dhcp server ip address
Sent from Cisco Technical Support iPhone App
ā02-14-2013 01:50 AM
Hi
u need have svi's for the corresponding vlans n configure the scopes on the dhcp server.after tht under each svi configure ip helper address to be ur dhcp server ip address
Sent from Cisco Technical Support iPhone App
ā02-14-2013 02:03 AM
how to create SVI on switch????????
ā02-14-2013 02:35 AM
Hi,
I assume they already exist.
A SVI ("Switch Virtual Interface") is the Layer-3 interfaces of a VLAN:
! L2-VLAN:
vlan 10
! SVI (L3)
interface vlan10
ip address x.x.x.x m.m.m.m
ip helper-address y.y.y.y (DHCP-Server)
From the client's perspective, the SVI's IP-address is the default-gateway.
More information about the DHCP realy-agent you can find here:
http://www.cisco.com/en/US/docs/ios/12_4t/ip_addr/configuration/guide/htdhcpre.html
Hope that helps
Rolf
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