HI i got problem getting ip address from my DHCP server on vlan port.
I have a Cisco 3550 core switch, 2 layer 2 Dell switch and a DHCP server.
My PC connected to one of my Dell switch and my DHCP server connected to another Dell switch. Both Dell switch and DHCP server having an ip address 192.168.1.X
DHCP connected to vlan1 port(Default vlan) having ip 192.168.1.X
I manage to get Ip address from DHCP when i connected to dell switch vlan1 (Default vlan).
When i connected to a port other then vlan1, i cannot get the ip address from the DHCP server.
Both of my 5324 Dell switch have tagging on port 24(SPF port), port 23 is having vlan1 and the rest of the port i created different vlan ID. My 3550 have trunking on the interface with 802.1q encapsulation.
interface GigabitEthernet0/1
switchport trunk encapsulation dot1q
switchport mode trunk
no ip address
ip access-group 101 in
I already created the vlan at the 3550 global configuration mode and when i show vlan the vlan status is active and i already put in ip helper-address DHCP server. I also check the interface on 3550 is up and running.
interface Vlan101
ip address 10.1.22.1 255.255.255.0
ip helper-address 192.168.1.10
I also created a subnet 10.1.22.1 at my DHCP configuration file.
Please help...thx in advance
edward