SlideShare una empresa de Scribd logo
1 de 20
Descargar para leer sin conexión
LOGO
CCNA
Tehran Institute of Technology
Course name: Cisco CCNA
Instructor: Mansour.nch ; +989356589590
Senior @ Tehran Institute of Technology
Copyright 2014
Course name: Cisco CCNA
Instructor: Mansour.nch
Senior @ Tehran Institute of Technology
Copyright 2014
Tehran Institute of Technology
Contents
1. Managing name & Desc.
2. Managing Passwords
3. Console,Interface,Serial Advanced conf.
4. Fundamentals of Routing
Managing name & Descriptions
 Note: Privileged Exec mode Required.
 Change hostname
– R1>enable
– R1#configure terminal
– Enter configuration commands, one per line. End with CNTL/Z.
– R1(config)#hostname Router1
– Router1(config)#
 Message of the Day
– Router>enable
– Router#configure terminal
– Enter configuration commands, one per line. End with CNTL/Z.
– Router(config)#banner motd # Welcome to My Router1 ##
– Router(config)#exit
– Router#copy running-config startup-config
– Destination filename [startup-config]?
– Building configuration...
– [OK]
Tehran Institute of Technology
Course name: Cisco CCNA
Instructor: Mansour.nch
Senior @ Tehran Institute of Technology
Copyright 2014
Passwords and Authentication
Passwords
B
E
C
D
A
Enable
Password
Secret
Password
AUX Password
Console
Passwords
Telnet
Password
Course name: Cisco CCNA
Instructor: Mansour.nch
Senior @ Tehran Institute of Technology
Copyright 2014
Tehran Institute of Technology
Password Configurations
Enable Password
– This password needed when you want to switch between user mode and privileged
mode
– Router>enable
– Router#configure terminal
– Enter configuration commands, one per line. End with CNTL/Z.
– Router(config)#enable password $a12345
Note that this password saved in clear text mode, so you can have a look on this password
using “show run” command.
“Show run” is synonyms for “Show Running-Config” Command in Privileged Mode.
-- Router#show run
OR
-- Router# Show Running-Config
Tehran Institute of Technology
Course name: Cisco CCNA
Instructor: Mansour.nch
Senior @ Tehran Institute of Technology
Copyright 2014
Password Configurations
Secret Password
– That’s similar to Enable Password , the difference
between these codes are encryption of Secret Password.
– Router>enable
– Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
– Router(config)#enable Secret $a12345
– Note that when “secret password” enabled the “enable password” will be disabled.
So when you want to switch between privileged mode and user mode you must enter
Secret password for authentication.
You can have a look on secret password using “show config” mode , as you can see the
password are encrypted!
Tehran Institute of Technology
Course name: Cisco CCNA
Instructor: Mansour.nch
Senior @ Tehran Institute of Technology
Copyright 2014
Password Configurations
Telnet Password
– Global Mode Required
– Telnet Configuration Required
– Router>enable
– Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
– Router(config)#line vty 0 4
– Router(config-line)#login (means: Password required when telnet acknowledged)
– Router(config-line)#no login (means: Password not needed when telnet acknowledged)
– Router(config-line)#password $a12345
Tehran Institute of Technology
Course name: Cisco CCNA
Instructor: Mansour.nch
Senior @ Tehran Institute of Technology
Copyright 2014
Password Configurations
AUX Password
– Global Mode required
– AUX Line configuration required
– Router Device must have AUX port physically
– Router>enable
– Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
– Router(config)#line aux 0
– Router(config-line)#login (means: Password required when AUX acknowledged)
– Router(config-line)#no login (means: Password not needed when AUX acknowledged)
– Router(config-line)#password $a12345
Tehran Institute of Technology
Course name: Cisco CCNA
Instructor: Mansour.nch
Senior @ Tehran Institute of Technology
Copyright 2014
Password Configurations
Console Password
– Router>enable
– Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
– Router(config)#line console 0
– Router(config-line)#login
% Login disabled on line 0, until 'password' is set
– Router(config-line)#password $a12345
– Router(config-line)#
Tehran Institute of Technology
Course name: Cisco CCNA
Instructor: Mansour.nch
Senior @ Tehran Institute of Technology
Copyright 2014
Console Extra Configurations
 If we don’t define console connection Timeout, the
connection will be lost after10 minutes intentionally , so we
can reconfigure it.
– Router>enable
– Router#configure terminal
– Router(config)#line console 0
– Router(config-line)#exec-timeout 0 0 (means: timeout period is unlimited)
– Router(config-line)#exec-timeout 25 (means: timeout period is 25 minutes)
Tehran Institute of Technology
Course name: Cisco CCNA
Instructor: Mansour.nch
Senior @ Tehran Institute of Technology
Copyright 2014
Interface mode Extra Configurations
 To begin, here's what Interface Configuration Mode looks like in the Cisco IOS:
 Router#Configure Terminal
 Router(Config)#interface fastethernet0/0
 Router(config-if)#
Alternatively, you can configure a group of
interfaces at the same time by using
the interface range command:
 Router(config)#interface range fastethernet0/0 - 1
 Router(config-if-range)#
Tehran Institute of Technology
Course name: Cisco CCNA
Instructor: Mansour.nch
Senior @ Tehran Institute of Technology
Copyright 2014
Interface mode Extra Configurations
Shutdown
 By default, a Cisco router or switch shuts down all ports, meaning the
ports aren't operational. However, this is different from a device such as a
Linksys router; by default, all ports of one of these devices are operational
when you turn on the device.
 To enable ports for use, you can use the no shutdown command.
» Router(config-if-range)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet0/0, changed state to up
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
» Router(config-if-range)#
Tehran Institute of Technology
Course name: Cisco CCNA
Instructor: Mansour.nch
Senior @ Tehran Institute of Technology
Copyright 2014
Interface mode Extra Configurations
IP Address
 To put an IP address on a port, use the ip address command. When using
this command, you must provide the IP address and subnet mask.
 Router(config)#interface fastethernet0/0
 Router(config-if)#ip address 10.10.10.1 255.0.0.0
Alternatively, you can make the port broadcast and request a DHCP
IP address by using the following command:
 Router(config-if)#ip address dhcp
Tehran Institute of Technology
Course name: Cisco CCNA
Instructor: Mansour.nch
Senior @ Tehran Institute of Technology
Copyright 2014
Interface mode Extra Configurations
 Interface Description
 Router>enable
 Router#show running-config (look at interface full name)
 Router#configure terminal
 Router(config)#interface fastethernet0/0
 Router(config-if)#description Language Dep, LAN
By adding details using the description command, anyone working on the router will
know, which saves time and could even prevent outages.
 Router(config-if)#description Gateway to Internet circuit configured by MFT call +98 -
421 - 222 - 4747 for Support
Test above command Result using “ Router# show Running-config “
Tehran Institute of Technology
Course name: Cisco CCNA
Instructor: Mansour.nch
Senior @ Tehran Institute of Technology
Copyright 2014
Interface mode Extra Configurations
duplex and speed
setting an Ethernet port to 100Mb Full duplex
 Router(config-if)#speed 100
 Router(config-if)#duplex full
Tehran Institute of Technology
Course name: Cisco CCNA
Instructor: Mansour.nch
Senior @ Tehran Institute of Technology
Copyright 2014
LOGO
Connecting two Routers
@ Point-to-Point
Clock Rate and Bandwidth Scenario
Course name: Cisco CCNA
Instructor: Mansour.nch
Senior @ Tehran Institute of Technology
Copyright 2014
Connection Methods
Back to Back
in this scenario routers are
in the same location,
maximum distance = 3 – 4
meters.
Connection
Methods
Different
Geography
in this scenario routers
located @ far away from
each other , this distance is
a Geography Distance
Tehran Institute of Technology
Course name: Cisco CCNA
Instructor: Mansour.nch
Senior @ Tehran Institute of Technology
Copyright 2014
Back to Back Method
Configurations:
one Router act as DTE and another one act as a DCE.
first of all use Router#show Running-Config to see what the serial
port full name? if serial port doesn’t exist you must add it physically.
if exist follow these steps:
 Router(config)#interface serial0/0/0
 Router(config-if)#clock rate 64000
 Router(config-if)#BandWidth 64 (Mbps ; too important in routing protocols)
Tehran Institute of Technology
Course name: Cisco CCNA
Instructor: Mansour.nch
Senior @ Tehran Institute of Technology
Copyright 2014
In a different Geography
 This is Done by CSU/DSU Modem , when we are using
communication infrastructure in a country this device configure
parameters automatically for the best connectivity, so CSU/DSU
modem is the best solution for this scenario.
Tehran Institute of Technology
Course name: Cisco CCNA
Instructor: Mansour.nch
Senior @ Tehran Institute of Technology
Copyright 2014
LOGO
Tehran Institute of Technology
www.Win2Farsi.com

Más contenido relacionado

La actualidad más candente

How to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guideHow to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guideIT Tech
 
Cisco switch commands cheat sheet
Cisco switch commands cheat sheetCisco switch commands cheat sheet
Cisco switch commands cheat sheet3Anetwork com
 
Ncat ccna cheat sheet
Ncat ccna cheat sheetNcat ccna cheat sheet
Ncat ccna cheat sheetEZREIG OMAR
 
Ccna PPT2
Ccna PPT2Ccna PPT2
Ccna PPT2AIRTEL
 
Cisco commands List for Beginners (CCNA, CCNP)
Cisco commands List for Beginners (CCNA, CCNP)Cisco commands List for Beginners (CCNA, CCNP)
Cisco commands List for Beginners (CCNA, CCNP)DH Da Lat
 
CCNA - Routing & Switching Commands
CCNA - Routing & Switching CommandsCCNA - Routing & Switching Commands
CCNA - Routing & Switching CommandsEng. Emad Al-Atoum
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracerAnabia Anabia
 
Ccna Commands In 10 Minutes
Ccna Commands In 10 MinutesCcna Commands In 10 Minutes
Ccna Commands In 10 MinutesCCNAResources
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config97148881557
 
IOS Cisco - Cheat sheets
IOS Cisco - Cheat sheetsIOS Cisco - Cheat sheets
IOS Cisco - Cheat sheetsAlejandro Marin
 
Packet Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingPacket Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingJohnson Liu
 
Ccna2 mod3-configuring a-router
Ccna2 mod3-configuring a-routerCcna2 mod3-configuring a-router
Ccna2 mod3-configuring a-router97148881557
 
Cisco labs practical4
Cisco labs practical4Cisco labs practical4
Cisco labs practical4Tai Lam
 
Dynamic routing OSPF 1
Dynamic routing OSPF 1Dynamic routing OSPF 1
Dynamic routing OSPF 1Kishore Kumar
 
Lab practice 1 configuring basic routing and switching (with answer)
Lab practice 1   configuring basic routing and switching (with answer) Lab practice 1   configuring basic routing and switching (with answer)
Lab practice 1 configuring basic routing and switching (with answer) Arz Sy
 

La actualidad más candente (20)

How to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guideHow to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guide
 
Cisco switch commands cheat sheet
Cisco switch commands cheat sheetCisco switch commands cheat sheet
Cisco switch commands cheat sheet
 
Ncat ccna cheat sheet
Ncat ccna cheat sheetNcat ccna cheat sheet
Ncat ccna cheat sheet
 
Ccna PPT2
Ccna PPT2Ccna PPT2
Ccna PPT2
 
Modes of router
Modes of routerModes of router
Modes of router
 
ccna cheat_sheet
ccna cheat_sheetccna cheat_sheet
ccna cheat_sheet
 
Cisco commands List for Beginners (CCNA, CCNP)
Cisco commands List for Beginners (CCNA, CCNP)Cisco commands List for Beginners (CCNA, CCNP)
Cisco commands List for Beginners (CCNA, CCNP)
 
CCNA - Routing & Switching Commands
CCNA - Routing & Switching CommandsCCNA - Routing & Switching Commands
CCNA - Routing & Switching Commands
 
Ccna command
Ccna commandCcna command
Ccna command
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracer
 
Ccna Commands In 10 Minutes
Ccna Commands In 10 MinutesCcna Commands In 10 Minutes
Ccna Commands In 10 Minutes
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config
 
IOS Cisco - Cheat sheets
IOS Cisco - Cheat sheetsIOS Cisco - Cheat sheets
IOS Cisco - Cheat sheets
 
Packet Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingPacket Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 Routing
 
Ccna2 mod3-configuring a-router
Ccna2 mod3-configuring a-routerCcna2 mod3-configuring a-router
Ccna2 mod3-configuring a-router
 
CCNA Lab Guide
CCNA Lab GuideCCNA Lab Guide
CCNA Lab Guide
 
Cisco labs practical4
Cisco labs practical4Cisco labs practical4
Cisco labs practical4
 
Dynamic routing OSPF 1
Dynamic routing OSPF 1Dynamic routing OSPF 1
Dynamic routing OSPF 1
 
Lab practice 1 configuring basic routing and switching (with answer)
Lab practice 1   configuring basic routing and switching (with answer) Lab practice 1   configuring basic routing and switching (with answer)
Lab practice 1 configuring basic routing and switching (with answer)
 
Ccnpswitch
CcnpswitchCcnpswitch
Ccnpswitch
 

Destacado

Datapoint Powerpoint Overview
Datapoint Powerpoint OverviewDatapoint Powerpoint Overview
Datapoint Powerpoint Overviewjfertitta
 
Financial Best Practices for Channel Leaders Slides
Financial Best Practices for Channel Leaders SlidesFinancial Best Practices for Channel Leaders Slides
Financial Best Practices for Channel Leaders SlidesCCI - An E2open Company
 
How to categorise
How to categoriseHow to categorise
How to categorisejkmurton
 
How to Train Your Partners & Customers
How to Train Your Partners & CustomersHow to Train Your Partners & Customers
How to Train Your Partners & CustomersCornerstone OnDemand
 
Choosing the right sales channel
Choosing the right sales channelChoosing the right sales channel
Choosing the right sales channelStephen Davis
 

Destacado (6)

Datapoint Powerpoint Overview
Datapoint Powerpoint OverviewDatapoint Powerpoint Overview
Datapoint Powerpoint Overview
 
Financial Best Practices for Channel Leaders Slides
Financial Best Practices for Channel Leaders SlidesFinancial Best Practices for Channel Leaders Slides
Financial Best Practices for Channel Leaders Slides
 
How to categorise
How to categoriseHow to categorise
How to categorise
 
How to Train Your Partners & Customers
How to Train Your Partners & CustomersHow to Train Your Partners & Customers
How to Train Your Partners & Customers
 
Choosing the right sales channel
Choosing the right sales channelChoosing the right sales channel
Choosing the right sales channel
 
Channel Program
Channel ProgramChannel Program
Channel Program
 

Similar a Basic Configurations on Router

Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)Netwax Lab
 
General lab documentation~cisco router configuration
General lab documentation~cisco router configurationGeneral lab documentation~cisco router configuration
General lab documentation~cisco router configurationsayedatif
 
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxAll contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxgalerussel59292
 
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...Tarun Khaneja
 
ccna project on topic company infrastructure
ccna project on topic company infrastructureccna project on topic company infrastructure
ccna project on topic company infrastructurePrince Gautam
 
Chapter 04 - Router Conf
Chapter 04 - Router ConfChapter 04 - Router Conf
Chapter 04 - Router Confphanleson
 
introduction-to-cisco-routers basic .ppt
introduction-to-cisco-routers basic .pptintroduction-to-cisco-routers basic .ppt
introduction-to-cisco-routers basic .pptnazeem1977
 
introduction-to-cisco-routers.ppt
introduction-to-cisco-routers.pptintroduction-to-cisco-routers.ppt
introduction-to-cisco-routers.pptRobelTsada
 
CCNA Router and IOS Basics
CCNA Router and IOS BasicsCCNA Router and IOS Basics
CCNA Router and IOS BasicsDsunte Wilson
 
Telnet configuration
Telnet configurationTelnet configuration
Telnet configurationMdAlAmin187
 
CCNA at a glance
CCNA at a glanceCCNA at a glance
CCNA at a glanceVikas Raut
 
Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Saurav Pandey
 

Similar a Basic Configurations on Router (20)

Ccna command
Ccna commandCcna command
Ccna command
 
Mod11
Mod11Mod11
Mod11
 
Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)
 
Ducat
DucatDucat
Ducat
 
General lab documentation~cisco router configuration
General lab documentation~cisco router configurationGeneral lab documentation~cisco router configuration
General lab documentation~cisco router configuration
 
CCNA 1 Final v5.0 2014
CCNA 1 Final  v5.0 2014CCNA 1 Final  v5.0 2014
CCNA 1 Final v5.0 2014
 
CCNA ALL IN ONE
CCNA ALL IN ONE CCNA ALL IN ONE
CCNA ALL IN ONE
 
CCNA 2
CCNA 2 CCNA 2
CCNA 2
 
NAT Scneario
NAT ScnearioNAT Scneario
NAT Scneario
 
corporate network
corporate networkcorporate network
corporate network
 
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxAll contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
 
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
 
ccna project on topic company infrastructure
ccna project on topic company infrastructureccna project on topic company infrastructure
ccna project on topic company infrastructure
 
Chapter 04 - Router Conf
Chapter 04 - Router ConfChapter 04 - Router Conf
Chapter 04 - Router Conf
 
introduction-to-cisco-routers basic .ppt
introduction-to-cisco-routers basic .pptintroduction-to-cisco-routers basic .ppt
introduction-to-cisco-routers basic .ppt
 
introduction-to-cisco-routers.ppt
introduction-to-cisco-routers.pptintroduction-to-cisco-routers.ppt
introduction-to-cisco-routers.ppt
 
CCNA Router and IOS Basics
CCNA Router and IOS BasicsCCNA Router and IOS Basics
CCNA Router and IOS Basics
 
Telnet configuration
Telnet configurationTelnet configuration
Telnet configuration
 
CCNA at a glance
CCNA at a glanceCCNA at a glance
CCNA at a glance
 
Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0
 

Más de Mansour Naslcheraghi

Más de Mansour Naslcheraghi (11)

International Conference on Telecommunications
International Conference on TelecommunicationsInternational Conference on Telecommunications
International Conference on Telecommunications
 
Content Delivery Networks
Content Delivery NetworksContent Delivery Networks
Content Delivery Networks
 
Lte signaling
Lte signalingLte signaling
Lte signaling
 
Efficient resource allocation for device to-device
Efficient resource allocation for device to-deviceEfficient resource allocation for device to-device
Efficient resource allocation for device to-device
 
Ip addressing
Ip addressingIp addressing
Ip addressing
 
Enable device to-device communications underlaying networks
Enable device to-device communications underlaying networksEnable device to-device communications underlaying networks
Enable device to-device communications underlaying networks
 
Mobile Millimeter-Waves Makeover
Mobile Millimeter-Waves MakeoverMobile Millimeter-Waves Makeover
Mobile Millimeter-Waves Makeover
 
Coding
CodingCoding
Coding
 
Oqpsk
OqpskOqpsk
Oqpsk
 
Tele operation systems
Tele operation systemsTele operation systems
Tele operation systems
 
CCNA Routing Protocols
CCNA Routing Protocols CCNA Routing Protocols
CCNA Routing Protocols
 

Último

Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 

Último (20)

Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 

Basic Configurations on Router

  • 1. LOGO CCNA Tehran Institute of Technology Course name: Cisco CCNA Instructor: Mansour.nch ; +989356589590 Senior @ Tehran Institute of Technology Copyright 2014
  • 2. Course name: Cisco CCNA Instructor: Mansour.nch Senior @ Tehran Institute of Technology Copyright 2014 Tehran Institute of Technology Contents 1. Managing name & Desc. 2. Managing Passwords 3. Console,Interface,Serial Advanced conf. 4. Fundamentals of Routing
  • 3. Managing name & Descriptions  Note: Privileged Exec mode Required.  Change hostname – R1>enable – R1#configure terminal – Enter configuration commands, one per line. End with CNTL/Z. – R1(config)#hostname Router1 – Router1(config)#  Message of the Day – Router>enable – Router#configure terminal – Enter configuration commands, one per line. End with CNTL/Z. – Router(config)#banner motd # Welcome to My Router1 ## – Router(config)#exit – Router#copy running-config startup-config – Destination filename [startup-config]? – Building configuration... – [OK] Tehran Institute of Technology Course name: Cisco CCNA Instructor: Mansour.nch Senior @ Tehran Institute of Technology Copyright 2014
  • 4. Passwords and Authentication Passwords B E C D A Enable Password Secret Password AUX Password Console Passwords Telnet Password Course name: Cisco CCNA Instructor: Mansour.nch Senior @ Tehran Institute of Technology Copyright 2014 Tehran Institute of Technology
  • 5. Password Configurations Enable Password – This password needed when you want to switch between user mode and privileged mode – Router>enable – Router#configure terminal – Enter configuration commands, one per line. End with CNTL/Z. – Router(config)#enable password $a12345 Note that this password saved in clear text mode, so you can have a look on this password using “show run” command. “Show run” is synonyms for “Show Running-Config” Command in Privileged Mode. -- Router#show run OR -- Router# Show Running-Config Tehran Institute of Technology Course name: Cisco CCNA Instructor: Mansour.nch Senior @ Tehran Institute of Technology Copyright 2014
  • 6. Password Configurations Secret Password – That’s similar to Enable Password , the difference between these codes are encryption of Secret Password. – Router>enable – Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. – Router(config)#enable Secret $a12345 – Note that when “secret password” enabled the “enable password” will be disabled. So when you want to switch between privileged mode and user mode you must enter Secret password for authentication. You can have a look on secret password using “show config” mode , as you can see the password are encrypted! Tehran Institute of Technology Course name: Cisco CCNA Instructor: Mansour.nch Senior @ Tehran Institute of Technology Copyright 2014
  • 7. Password Configurations Telnet Password – Global Mode Required – Telnet Configuration Required – Router>enable – Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. – Router(config)#line vty 0 4 – Router(config-line)#login (means: Password required when telnet acknowledged) – Router(config-line)#no login (means: Password not needed when telnet acknowledged) – Router(config-line)#password $a12345 Tehran Institute of Technology Course name: Cisco CCNA Instructor: Mansour.nch Senior @ Tehran Institute of Technology Copyright 2014
  • 8. Password Configurations AUX Password – Global Mode required – AUX Line configuration required – Router Device must have AUX port physically – Router>enable – Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. – Router(config)#line aux 0 – Router(config-line)#login (means: Password required when AUX acknowledged) – Router(config-line)#no login (means: Password not needed when AUX acknowledged) – Router(config-line)#password $a12345 Tehran Institute of Technology Course name: Cisco CCNA Instructor: Mansour.nch Senior @ Tehran Institute of Technology Copyright 2014
  • 9. Password Configurations Console Password – Router>enable – Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. – Router(config)#line console 0 – Router(config-line)#login % Login disabled on line 0, until 'password' is set – Router(config-line)#password $a12345 – Router(config-line)# Tehran Institute of Technology Course name: Cisco CCNA Instructor: Mansour.nch Senior @ Tehran Institute of Technology Copyright 2014
  • 10. Console Extra Configurations  If we don’t define console connection Timeout, the connection will be lost after10 minutes intentionally , so we can reconfigure it. – Router>enable – Router#configure terminal – Router(config)#line console 0 – Router(config-line)#exec-timeout 0 0 (means: timeout period is unlimited) – Router(config-line)#exec-timeout 25 (means: timeout period is 25 minutes) Tehran Institute of Technology Course name: Cisco CCNA Instructor: Mansour.nch Senior @ Tehran Institute of Technology Copyright 2014
  • 11. Interface mode Extra Configurations  To begin, here's what Interface Configuration Mode looks like in the Cisco IOS:  Router#Configure Terminal  Router(Config)#interface fastethernet0/0  Router(config-if)# Alternatively, you can configure a group of interfaces at the same time by using the interface range command:  Router(config)#interface range fastethernet0/0 - 1  Router(config-if-range)# Tehran Institute of Technology Course name: Cisco CCNA Instructor: Mansour.nch Senior @ Tehran Institute of Technology Copyright 2014
  • 12. Interface mode Extra Configurations Shutdown  By default, a Cisco router or switch shuts down all ports, meaning the ports aren't operational. However, this is different from a device such as a Linksys router; by default, all ports of one of these devices are operational when you turn on the device.  To enable ports for use, you can use the no shutdown command. » Router(config-if-range)#no shutdown %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up » Router(config-if-range)# Tehran Institute of Technology Course name: Cisco CCNA Instructor: Mansour.nch Senior @ Tehran Institute of Technology Copyright 2014
  • 13. Interface mode Extra Configurations IP Address  To put an IP address on a port, use the ip address command. When using this command, you must provide the IP address and subnet mask.  Router(config)#interface fastethernet0/0  Router(config-if)#ip address 10.10.10.1 255.0.0.0 Alternatively, you can make the port broadcast and request a DHCP IP address by using the following command:  Router(config-if)#ip address dhcp Tehran Institute of Technology Course name: Cisco CCNA Instructor: Mansour.nch Senior @ Tehran Institute of Technology Copyright 2014
  • 14. Interface mode Extra Configurations  Interface Description  Router>enable  Router#show running-config (look at interface full name)  Router#configure terminal  Router(config)#interface fastethernet0/0  Router(config-if)#description Language Dep, LAN By adding details using the description command, anyone working on the router will know, which saves time and could even prevent outages.  Router(config-if)#description Gateway to Internet circuit configured by MFT call +98 - 421 - 222 - 4747 for Support Test above command Result using “ Router# show Running-config “ Tehran Institute of Technology Course name: Cisco CCNA Instructor: Mansour.nch Senior @ Tehran Institute of Technology Copyright 2014
  • 15. Interface mode Extra Configurations duplex and speed setting an Ethernet port to 100Mb Full duplex  Router(config-if)#speed 100  Router(config-if)#duplex full Tehran Institute of Technology Course name: Cisco CCNA Instructor: Mansour.nch Senior @ Tehran Institute of Technology Copyright 2014
  • 16. LOGO Connecting two Routers @ Point-to-Point Clock Rate and Bandwidth Scenario Course name: Cisco CCNA Instructor: Mansour.nch Senior @ Tehran Institute of Technology Copyright 2014
  • 17. Connection Methods Back to Back in this scenario routers are in the same location, maximum distance = 3 – 4 meters. Connection Methods Different Geography in this scenario routers located @ far away from each other , this distance is a Geography Distance Tehran Institute of Technology Course name: Cisco CCNA Instructor: Mansour.nch Senior @ Tehran Institute of Technology Copyright 2014
  • 18. Back to Back Method Configurations: one Router act as DTE and another one act as a DCE. first of all use Router#show Running-Config to see what the serial port full name? if serial port doesn’t exist you must add it physically. if exist follow these steps:  Router(config)#interface serial0/0/0  Router(config-if)#clock rate 64000  Router(config-if)#BandWidth 64 (Mbps ; too important in routing protocols) Tehran Institute of Technology Course name: Cisco CCNA Instructor: Mansour.nch Senior @ Tehran Institute of Technology Copyright 2014
  • 19. In a different Geography  This is Done by CSU/DSU Modem , when we are using communication infrastructure in a country this device configure parameters automatically for the best connectivity, so CSU/DSU modem is the best solution for this scenario. Tehran Institute of Technology Course name: Cisco CCNA Instructor: Mansour.nch Senior @ Tehran Institute of Technology Copyright 2014
  • 20. LOGO Tehran Institute of Technology www.Win2Farsi.com