Probably stupidly simple, but I can't back up the running-config and IOS from my border router (R1), yet all the other devices I've tried to back up so far have worked. Here's my network diagram as things stand at the minute:
All three routers are connected to SW1, as is PC1 on which the TFTP server is running. R2 and R3 backed up without issue, while SW1 required me to disable Symantec firewall first before it would back up. R1 however is not playing ball. After I disabled Symantec ping started to work (so routing between 10.10.0.x and 10.10.1.x is working), but when using the same '
copy run tftp' command used on the other devices I'm just getting timeouts.
DHCP and routing is all handled by SW1. R1 connects to SW1 F0/1 and uses a static IP 10.10.0.1, while R2 and R3 connect to SW1 F0/13 and F0/14 respectively and receive DHCP addresses on VLAN1 10.10.1.x, the same range/vlan as the TFTP server. Routing works as everything can ping everything.
From my R1 running-configuration:
interface FastEthernet0/0
ip address 10.10.0.1 255.255.255.0
ip nat inside
duplex auto
speed auto
!
ip route 10.10.1.0 255.255.255.0 10.10.0.2
ip route 10.10.2.0 255.255.255.0 10.10.0.2
ip route 10.10.3.0 255.255.255.0 10.10.0.2
Routes all go back to SW1 as that is where routing and DHCP are handled.
Any thoughts?