Hi,
I have the strangest thing. I uploaded our standard config to an 877 via TFTP using "copy tftp starup-config --> reload"
The 877 was configured for another site enabled with DHCP. I got an address from the router to use TFTP. I didn't do anything to the old running-config.
Now my router will not lease my client an IP address. I can assign my client a static IP address and I can connect.
I did a write erase --> reload and just entered the minimal configuration for DHCP, which is:
I've loaded the latest IOS image onto this router. DHCP will just not work. I've tried XP and Win7 clients and even different network cables.
What is more, I have attempted the same config (using TFTP) on another C877, again with the exact same issue.
Is there some sort of 'cotcha' when is comes to building 877's via TFTP? I've built many of these devices in the past, using copy n' paste. TFTP was supposed to be a quicker way forward.
Many thanks for any help in this matter.
I have the strangest thing. I uploaded our standard config to an 877 via TFTP using "copy tftp starup-config --> reload"
The 877 was configured for another site enabled with DHCP. I got an address from the router to use TFTP. I didn't do anything to the old running-config.
Now my router will not lease my client an IP address. I can assign my client a static IP address and I can connect.
I did a write erase --> reload and just entered the minimal configuration for DHCP, which is:
Code:
no ip dhcp use vrf connected
!
ip dhcp pool CLIENT
network 10.200.58.208 255.255.255.240
default-router 10.200.58.209
dns-server 10.100.90.3 10.100.90.11
interface Vlan1
ip address 10.200.58.209 255.255.255.240
ip virtual-reassembly
ip tcp adjust-mss 1452
!
I've loaded the latest IOS image onto this router. DHCP will just not work. I've tried XP and Win7 clients and even different network cables.
What is more, I have attempted the same config (using TFTP) on another C877, again with the exact same issue.
Is there some sort of 'cotcha' when is comes to building 877's via TFTP? I've built many of these devices in the past, using copy n' paste. TFTP was supposed to be a quicker way forward.
Many thanks for any help in this matter.