4 CISCO+Router
4 CISCO+Router
Welcome
To
Network for you
CISCO Routers
CISCO Router:
• Router is a device work on Layer 3 or Network layer of OSI Model.
• Router is use to make communication between two or more different network.
• Router is use to control broadcast and it is use to connect LAN network with WAN.
• Router is a device which select best path on the basis of routing protocol.
• Router perform routing that is static or dynamic and also other various function such as NAT, ACL and
Intervlan routing etc.
• Router is a device which makes communication between two or more different network.
• Routers interconnect different networks or in simple way we can say switch is use to connect devices
with a network whereas router is use to connect different networks.
• It works on Layer 3 (Network Layer).
• It chooses the best path for packet transfer.
• It performs Routing.
• CPU
• ROM
• RAM
• NVRAM
• Flash Memory.
• RXBOOT Image
• Interfaces
• Buses
• Power Supply
• Configuration Register
CPU: The CPU executes the instructions of the operating system. Also Perform functions such as system
initialization, routing functions, and network interface control etc.
We can check:
Router#sh processes
CPU utilization for five seconds: 0%/0%; one minute: 0%; five minutes: 0%
ROM: This maintains the instructions for POST (Power on Self-Test) for diagnosis and also stores the
bootstrap program and basic OS Software.
RAM: It stores the routing tables and the configuration file while the router is powered ON. The running -
configuration is stored here. The contents of the RAM are lost when the router is restarted or powered OFF.
NVRAM: It stores the startup configuration. NVRAM configuration remain even after the router is power
off or reboot.
Flash Memory: In Flash Memory CISCO IOS Image (i.e. OS of router) store. The configuration of Flash
memory remains even after reboot or shut down.
RXBOOT Image: This is a cut down version of the IOS located in the router’s ROM
Buses: We have system and CPU Buses in routers to move bits among the different components of the
router. System bus communicates between the CPU and the Interfaces.
Interfaces: They are physical connectors that connect the router to the network for IP packet entry and exit.
Power Supply: The power supplies can be internal or external to the router. Some routers have multiple
power supply for redundancy.
Configuration Register: Routers use a 16-bit software configuration register with which you can set
specific system parameters. And It will store in NVRAM.
Console Cable:
Router Modes:
User Mode (Default Mode): In this mode we can do some basic monitoring.
Router>
We can run some cmds such as clock, ping, Telnet, Save, Show, history etc.
Global Configuration Mode: In this mode we can do All configuration that effect the router globally.
Router(config)#
Rommon Mode: We use this mode Generally when we want password recovery.
• How to go in Rommon mode?
• Power ON router and press Ctrl+Break
• Then you will enter in Rommon mode.
Basic Commands:
User mode:
Router> enable
Privilege mode: