Tag: ios

  • How to run remote commands on Cisco Routers and Switches using RSH

    If you are already a UNIX or LINUX administrator, you by now know what is rsh and how it can be used to run commands on a remote server. This is no different to running commands on a Cisco Routers and Switches.

    You can run commands on your cisco routers and switches remotely from linux or unix servers and infact Windows XP, Windows 2003, Windows Vista systems.

    (more…)

  • How to backup and restore Cisco Routers switches using a FTP Server

    I just wrote about backup and restore of Cisco Router and Switches using a TFTP Server & HyperTerminal Emulator program. Let's now backup Cisco Switches and Routers using a FTP Server.

    To backup a Cisco Router or Switch to a FTP server, the FTP server should be reacheable from the router or switch.

    (more…)

  • How to Backup & Restore config in Cisco routers and switches using Hyperterminal

    The easiest method to backup Cisco routers and Switches would be when you are logged onto it using a tool like HyperTerminal either via telnet,ssh or via console.

    For information on how to backup config on a cisco router or a switch using TFTP click here

    (more…)

  • How to Backup & Restore config in Cisco routers and switches using TFTP

    It is always important that a copy of the config is saved elsewhere on a server to facilitate a speedy recovery should there be a catastrophy. While Cisco Routers and Switches can recover from a crash as long as the running-config is copied to the startup config. There is every reason for it to fail as it did on one of my Catalyst 3750s.

    There is a lot of automated config backup solutions available for free/opensource. Its worth knowing a manual backup procedure as well.

    (more…)

  • How to Upgrade Cisco IOS in a Cisco Router or a Switch

    Any software is pron to have software upgrades either to fix a bug or a Security vulnerability or even for the fact the software has reached its end of life.

    While Network devices and appliances are no exception, the upgrade process requires a lot of precautions and measures are taken to ensure that the upgrade process doesn't fail or cause problems post installation. Upgrading Cisco IOS is no exception. Care has to be taken to ensure that the newer version is tested on a test bed before deploying in the production network especially if we are talking core network switches and routers.

    (more…)

  • How to configure DHCP server on Cisco Routers and switches with Cisco IOS

    DHCP, Dynamic Host Configuration Protocol  is the protocol used by network devices like a PC or a printer (DHCP clients) to obtain IP Address, Default Gateway, Domain Name, DNS Servers, NetBIOS servers and more that helps the device to work properly in an IP Network.

    While in an ideal scenario, most if not all organisations run the DHCP server on  a Windows server or a Linux/Unix server. While this is justfiable in bigger corporate and enterprise networks, a smaller network like a branch office can be supported by a local Router, Switch or a Firewall can run a DHCP server without the need of an additional server hardware to run DHCP. Most of the routers, firewalls and some switches do have a DHCP server builtin. Most of the new Cisco Routers and Switches running Cisco IOS can run a DHCP server.

    (more…)

  • How to configure NAT in Cisco IOS (NAT Overloading) – Part 1

    NAT, Network Address Translation in simple terms translates an IP address into another. Network Address Translation is of different types like

    Static NAT (One to One)

    Dynamic NAT (Many to Many)

    Overloading (Many to One)

    We will focus on Overloading form of NAT. This is called as Port Address Translation (PAT) or even Network Address Port Translation (NAPT). NAT Overloading translates many private IP addresses from a Local Area Network (LAN) onto a single registered legal Public IP address. Here, the source IP and the source port gets translated to the Public IP and a different source port.

    Typical network configuration would be on an Internet Router which enables all the hosts in the LAN to connect to the Internet using one single Public IP address.

    (more…)