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
I manage to get Ip address from DHCP when i connected to dell switch with vlan setting. My PC connected to vlan101.
Both of my 5324 Dell switch have tagging on port 24(SPF port). 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
interface GigabitEthernet0/2
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. I have route all the traffic to my router ip address.
ip route 0.0.0.0 0.0.0.0 192.168.1.X
interface Vlan101
ip address 10.1.22.1 255.255.255.0
ip helper-address 192.168.1.10
My diagram as below:
Internet => router => Dell 5324 => Cisco 3550 => Dell 5324 => MY PC
I really have no idea already. Do i have to route back my vlan traffic to Cisco 3550 ?
Please help...thanks for any reply.
I manage to get Ip address from DHCP when i connected to dell switch with vlan setting. My PC connected to vlan101.
Both of my 5324 Dell switch have tagging on port 24(SPF port). 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
interface GigabitEthernet0/2
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. I have route all the traffic to my router ip address.
ip route 0.0.0.0 0.0.0.0 192.168.1.X
interface Vlan101
ip address 10.1.22.1 255.255.255.0
ip helper-address 192.168.1.10
My diagram as below:
Internet => router => Dell 5324 => Cisco 3550 => Dell 5324 => MY PC
I really have no idea already. Do i have to route back my vlan traffic to Cisco 3550 ?
Please help...thanks for any reply.