02-27-2015 12:13 AM - edited 03-07-2019 10:52 PM
I don't have experience with Cisco products or really any manageable switch for that matter. For clarity I've attached the network diagram of what I'm trying to achieve. This in it's simplest form is just a single subnet with Windows Server 2012 acting as DHCP server and Active Directy / DC. Can someone provide some examples?
02-27-2015 12:35 AM
Hi,
The very basic switch port set up, connected to a PC/Server on the Cisco Switch should be:
switchport mode access
spanning-tree portfast
no shutdown
Try this to get you started...
02-27-2015 12:43 AM
Hello
No such instance as Vlan 0 - If the switch vlan interface ( SVI) is on a different subnet than the dhcp server then this SVI interface for the switch will require an relay address to that of the server
int vlan x
ip helper-address 192.168.0.11
Make sure the wintel dhcp server/scope is active and authorised in active directory and excludes its own ip address from the scope range to be allocated.
res
Paul
02-27-2015 01:07 AM
My mistake on confusing the default as 0. Everything by default though will be placed inside VLAN 1 correct?
02-27-2015 01:14 AM
Hello
No worries...
The relay address isnt required if server /switch/hosts all will be residing in same subnet?
Just make you excluded the server and switch ip addressing from the dhcp scope allocation range, Then you should be good to go!
res
Paul
02-27-2015 01:12 AM
To clarify, everything is to be on the same VLAN and subnet.
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