basic Cisco router configuration

Published:

Updated:

Author:

basic router configuration

It is a simple Topology for the basic Cisco router configuration. I will show step by step Cisco command mode with video.

Access of  CISCO router:
===================

1.Line Consol
From RS232 port to Router Console  port

2. Virtually (Line Vty)
a.Telnet

Starting point : on packet tracer > Router > double click  > CLI mode open of router >  no >Enter
>Router>enable > Enter
Router#configure terminal
Router(config)#

Change router name :
————————-
Router(config)#
Router(config)#hostname Router1
Router1(config)#

Secure Cisco Router using password:
========================
Password for line console:
——————————-
Router1(config)#line console 0
Router1(config-line)#password vidyut
Router1(config-line)#login
Router1(config-line)#exit

Enable Password:
——————–
Router1(config)#enable secret  vidyut (Encrypted)
Router1(config)#enable password vidyut (Plain Text)

Password for virtual login:
——————————-
Using Telnet
—————
Router1(config-line)#line vty 0 4
Router1(config-line)#password vidyut
Router1(config-line)#login
Router1(config-line)#exit

To encrypt console and vty password
——————————————–
Router1(config)#service password-encryption

To set an IP Address at interface: Router 1
————————————————–
Router1(config)#interface fa  0/0
Router1(config-if)#ip address 10.10.0.1 255.255.255.0
Router1(config-if)#no shutdown
Router1(config-if)#exit

Router1(config)#interface fa  0/1
Router1(config-if)#ip address 192.168.0.1  255.255.255.0
Router1(config-if)#no shutdown
Router1(config-if)#exit

To set an IP Address at interface: Router 2
————————————————-
Router 2(config)#interface fa  0/0
Router 2(config-if)#ip address   192.168.2.1  255.255.255.0
Router 2(config-if)#no shutdown
Router 2(config-if)#exit

Router 2(config)#interface fa  0/1
Router 2(config-if)#ip address   192.168.3.1  255.255.255.0
Router 2(config-if)#no shutdown
Router 2(config-if)#exit

To set a Warning Banner
—————————–
Router1(config)#banner motd @ Authenticate user only. Otherwise Hacker will be HACKED.@

You can see the video Tutorial:

 

Leave a Reply

Blog Posts

  • Can eero Router be used as Extender

    Can an eero Router Be Used as an Extender? A Comprehensive Guide Recommended Product: Amazon eero PoE Gateway – 10-port eero router and PoE switch (Two 10 GbE ports, eight 2.5 GbE PoE ports) Many homeowners struggle with Wi-Fi dead zones, frustrating slow speeds, and unreliable connections. A common solution is to use a Wi-Fi

    Read more

  • Can eero be Hard Wired

    Can Eero Be Hardwired? A Comprehensive Guide to Wired Eero Networks Recommended Product: Amazon eero 6 mesh wifi extender – Add up to 1,500 sq. ft. of Wi-Fi 6 coverage to your existing eero mesh wifi network Are you looking to boost your home Wi-Fi performance? One of the most effective ways to improve speed

    Read more

  • Can Eero and Eero Pro Work Together

    Can Eero and Eero Pro Work Together? A Seamless Mesh Network Guide Recommended Product: Amazon eero Pro 6E mesh wifi router – Supports internet plans up to 2.5 Gbps, Coverage up to 2,000 sq. ft., Connect 100+ devices, 1-pack Creating a robust and reliable home Wi-Fi network is crucial in today’s digital world. Many homeowners

    Read more