Guys,
Ok, so i have a Windows DHCP server. I have setup a new VLAN Scope.
I then assign on my 5548 an IP address for each VLAN, enable DHCP Globally and specify the Windows DHCP server's IP. However none of the Clients connected to the other VLANS besides the one the DHCP server is on, are pulling addresses.
Any ideas?
Here are the configs shown on the switch
ip dhcp relay address 192.168.10.5
ip dhcp relay enable
!
interface vlan 1
ip address 192.168.10.230 255.255.255.0
ip dhcp relay enable
!
interface vlan 5
name Management
ip address 192.168.5.230 255.255.255.0
!
interface vlan 20
name Voice
ip address 192.168.20.230 255.255.255.0
ip dhcp relay enable
!
interface vlan 30
name Wireless
ip address 192.168.30.230 255.255.255.0
ip dhcp relay enable
!
interface vlan 40
name Guestnet
ip address 192.168.40.230 255.255.255.0
ip dhcp relay enable