04-22-2023 03:07 PM
Working on this example file, the tasks given to configure are as followed;
I am having trouble trying to get the DHCP server to give IPs to all the PCs. I have created the pools, set up all the VLANs on the multilayer switch, and switches, along with access ports and trunked. However none can still get the IPs. Any help with this would be greatly appreciated. I have provided the task list to provide any additional info.
Solved! Go to Solution.
04-22-2023 08:37 PM - edited 04-22-2023 08:37 PM
@cgott101 do below changes to configure DHCP.
on L3 switch -
Switch(config)#interface FastEthernet0/10
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 30
Switch(config)#int vlan 20
Switch(config-if)#ip helper-address 10.30.0.10
Switch(config-if)#int vlan 10
Switch(config-if)#ip helper-address 10.30.0.10
Switch(config-if)#int vlan 30
Switch(config-if)#ip helper-address 10.30.0.10
ON PCs, set IP address mode to DHCP
04-22-2023 08:37 PM - edited 04-22-2023 08:37 PM
@cgott101 do below changes to configure DHCP.
on L3 switch -
Switch(config)#interface FastEthernet0/10
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 30
Switch(config)#int vlan 20
Switch(config-if)#ip helper-address 10.30.0.10
Switch(config-if)#int vlan 10
Switch(config-if)#ip helper-address 10.30.0.10
Switch(config-if)#int vlan 30
Switch(config-if)#ip helper-address 10.30.0.10
ON PCs, set IP address mode to DHCP
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