SlideShare uma empresa Scribd logo
1 de 20
Baixar para ler offline
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

Mais conteúdo relacionado

Mais procurados

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
 

Mais procurados (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
 

Destaque

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
 

Destaque (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
 

Semelhante 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.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
 
How to configure cisco router password
How to configure cisco router passwordHow to configure cisco router password
How to configure cisco router passwordIT Tech
 

Semelhante 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.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
 
How to configure cisco router password
How to configure cisco router passwordHow to configure cisco router password
How to configure cisco router password
 

Mais de Mansour Naslcheraghi

Mais 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

Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditSkynet Technologies
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Scott Andery
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 

Último (20)

Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance Audit
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 

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