I ran into a spot of bother trying to get to a remote router due to incorrect access list. To save me a long drive I came across the following command so I could telnet using the source IP address rather than just the interface. # telnet {ip} /source-interface {interface} /route:{sourceIP} eg # telnet 192.168.61.152 Read More…
Month: January 2016
Copying a File to Flash on a Cisco Router Using SCP
In this scenario I had a router with the same config as a live router . I wanted to configure everything correctly for the customer so they could just replace the current router. To get everything ready I would have to install a license key on the router. As the router could not connect to the Read More…