Cisco Networking Lab 1 - Router Basic Configuration

SHARE:


We have learned how to install GNS3 in the previous article and today we are going do a Cisco Lab. In this article, we are configuring a cisco router.
Cisco Router – Initial Configuration
Objectives
Configure the Router Host Name.
Configure the Passwords
Configure the Banner Messages / Message of the Day MOTD
Verify the configuration
Device Configurations - R1, R2,
I have placed 2 Router, 2 Switch and 2 PC in the GNS3 workspace and connected each other with suitable cables.
Configure Router- R1
Step 1: Configure the router hostname
R1>en
R1#config t
R1(config)# hostname The_WanTricks_R1
Step 2: Configure the privileged mode and secret passwords
The_WanTricks_R1#config t
The_WanTricks_R1(config)#enable password thewantricks
Configure encrypted privilege password as twt987
The_WanTricks_R1(config)#enable secret twt987
Step 3: Configure the console password
The_WanTricks_R1(config)#line console 0
Enable the password ‘twt987’ require at login time
The_WanTricks_R1(config-line)#password twt987
The_WanTricks_R1(config-line)#login
The_WanTricks_R1(config-line)#exit
The_WanTricks_R1(config)#
Step 4: Configure the vty password to allow Telnet access to the router
The_WanTricks_R1(config)#line vty 0 4
The_WanTricks_R1(config-line)#password twt1234
The_WanTricks_R1(config-line)#login
The_WanTricks_R1(config)#
Step 5: Set password encryption, MOTD banner
We have configured two passwords above but it storing as only in clear text format, so others can read the passwords when use ‘show running-config’ command, but if encrypt the passwords with other formats then the security risk can avoid easily.
Password Encryption
The_WanTricks_R1(config)#service password-encryption
Use the ‘show running-config’ command again and verify the encryption status
Setup MOTD banner message
The banner is mainly used as a warning to the unauthorized person who are trying to access the device.
The_WanTricks_R1(config)#  banner motd $This device is managed by www.thewantricks.com$
To verify the MOTD banner, Log out of the router by typing the exit command twice, then log in again by typing enable command.
Topic Conclusion
We have configured the router with basic commands. These are the initial configuration and will post advanced sections in the coming articles.

COMMENTS

Name

Access Point,1,android,1,Anti Virus,3,Applications,4,authenticator,2,AWS,7,BIOS,2,Broadband,1,Channel,1,Cisco,9,Cisco IOS,6,Cloud Computing,7,commands,1,Communication,3,Cyber Security,9,Desktop,8,development,3,devops,4,Driver,3,Email,7,FreeBSD,2,FTTH,1,G Suite,2,Google,11,GoogleCloud,9,Hardware,8,hypervisor,6,Interface,2,Internet,17,IT Administration,22,LAN,4,Laptop,5,linux,3,Mail Server,1,Microsoft,9,Microsoft Product,1,mobile,1,Motherboard,1,Network,8,Nodes,2,online banking,1,Open Source,6,Operating System,12,Operation System,1,Parenting,1,Protocols,1,Proxmox,12,Robotics,1,Router,3,Routing,3,RPA,1,sdlc,1,seo,1,Server,1,smartphone,1,Switch,1,tech event,1,techlabs,4,TechTrends,1,Virtualization,12,VMware,2,VPN,1,web,2,website,1,WiFi,1,Windows,11,Windows Registery,1,Wireless,1,workspce,2,
ltr
item
TheWanTricks.com: Cisco Networking Lab 1 - Router Basic Configuration
Cisco Networking Lab 1 - Router Basic Configuration
Cisco Labs - Configure Cisco Routers in VE
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhBDt4JWlmbHNJQGZL6hURlVm4bU0Hwr-yS7B_4G_0z8N7X1S4ltgdjY6G6LZNorLAFD65XAT3KNIXFeRFJuNbJ1cX7T5JIzifTxFbgYssDg5GgI7op8h_m9U4CALoIAAf_vy6NtAEdlPo/s320/heaad.jpg
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhBDt4JWlmbHNJQGZL6hURlVm4bU0Hwr-yS7B_4G_0z8N7X1S4ltgdjY6G6LZNorLAFD65XAT3KNIXFeRFJuNbJ1cX7T5JIzifTxFbgYssDg5GgI7op8h_m9U4CALoIAAf_vy6NtAEdlPo/s72-c/heaad.jpg
TheWanTricks.com
https://www.thewantricks.com/2020/04/cisco-networking-lab-1-router-basic.html
https://www.thewantricks.com/
https://www.thewantricks.com/
https://www.thewantricks.com/2020/04/cisco-networking-lab-1-router-basic.html
true
8432683891110863063
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content