SlideShare a Scribd company logo
1 of 27
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Network Fundamentals
Abdelkhalik Elsaid Mosa
abdu.elsaid@yahoo.com
http://abdelkhalik.staff.scuegypt.edu.eg/
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
What is a Router?
• Front View
• Rear View
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
What is a Router?
Router is a computer which consists of
H/W S/W
CPU InterfacesMemory IOS Config File
Flash NVRAM RAM ROM LAN WANManagement
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Router’s Memory
• RAM «volatile»: used to store
1. Running version of IOS.
2. Running config. File.
3. Routing table.
4. ARP Cache «is used on routers that have LAN interfaces».
5. Packet Buffer.
• ROM «permanent»: used to store
1. POST, Basic diagnostic software.
2. Bootstrap.
3. Scaled down Version of IOS «Rxboot».
4. ROMMon.
• Flash «Non volatile»: used to store IOS.
• NVRAM: used to store Start Up Configuration.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Router Boot-up Process
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Router’s Interfaces
• Router Interfaces: capable of sending and receiving traffic.
1. LAN
2. WAN
• Management Ports: used for administrative access.
1. Console
2. AUX
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Cisco IOS - Access Methods
• The most usual methods are:
1. Console: Doesn’t require active networking services.
2. AUX port: Doesn’t require active networking services.
3. Telnet or SSH: Requires active networking services.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Console Port
• Examples of console use are:
The initial configuration of the network device
Disaster recovery procedures and troubleshooting where
remote access is not possible.
Password recovery procedures.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Using HyperTerminal
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Auxilary Port
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Cisco IOS Modes
• Cisco IOS is a Modal OS.
• In order from top to bottom, the modes are:
1. Setup mode.
2. User executive mode “view only mode”
3. Privileged executive mode “enable mode”
4. Global configuration mode
5. Other specific configuration modes
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Setup mode
• Permit admin to install a minimal configuration for a router.
• The router will enter setup mode when:
 Contents of NVRAM erased “erase startup” command.
 When the router is “out of the box”.
• You can make the router enter setup mode by entering:
 Router# setup
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
User executive mode
• Allows only a limited number of basic monitoring commands.
• Often referred to as a “view only” mode.
• Does not allow any commands that might change the
configuration of the router.
• Identified by the > prompt.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Privileged executive mode
• Provides access to all router commands.
• This mode can be configured to require a password.
• Global configuration mode and all other more specific
configuration modes can only be reached from the privileged
EXEC mode.
• The privileged EXEC mode can be identified by the # prompt.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Global configuration & Specific Configuration
• Configuration changes are made that affect the operation of
the device as a whole.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Basic IOS command structure
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Using CLI help
• The IOS has several forms of help available:
1. Context-sensitive help
2. Command Syntax Check
3. Hot Keys and Shortcuts
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Context-sensitive help
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Command Syntax Check
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Hot Keys and Shortcuts
• Tab: Completes the remainder of the command or keyword.
• Ctrl-R: Redisplays a line
• Ctrl-Z: Exits configuration mode and returns to the EXEC.
• Down Arrow: Scroll forward through former commands.
• Up Arrow: Scroll backward through former commands
• Ctrl-Shift-6: Interrupt an IOS process such as ping or tracert.
• Ctrl-C: Aborts the current command and exits the
configuration mode.
• Abbreviated commands: Commands can be abbreviated to
the minimum number of characters that identifies a unique
selection. Ex: sh int = show interfaces
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
IOS examination commands
• Show version
• Show flash
• Show interfaces
• Show startup-config
• Show running-config
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Basic Router Configuration
• Naming the router: Host name should be unique.
• Banner: Banner should warn against unauthorized use.
• Passwords: Use strong passwords
• Privileged mode password
• Console Password
• Telnet Password
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Basic Router Configuration
• Interface configurations: interface type, IP address and
subnet mask. Describe purpose of interface. Issue no
shutdown command. If DCE serial issue clock rate command.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Configuring a serial interface
S0/0
S0/1
192.168.1.1/30
192.168.1.2/30
RouterA(config)# interface serial 0/0
RouterA(config-if)# ip address 192.168.1.1 255.255.255.0
RouterA(config-if)# no shutdown
RouterA(config-if)# clock rate 56000 (required for serial DCE only)
RouterA(config-if)# exit
RouterB(config)# int serial 0/1
RouterB(config-if)# ip address 192.168.1.2 255.255.255.252
RouterB(config-if)# no shutdown
RouterB(config-if)# exit
RouterB(config)# exit
Router#
To know which interface is the DCE :
RouterA# show controller s0/0
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Interpreting the Interface Status
• Other Interface Status
• Serial0/1 is administratively down , line protocol is down
 interface is shut down
• Serial0/1 is down , line protocol is down
 interface or cable H/W failure ( no keep-alives )
• Serial0/1 is up , line protocol is down
 different encapsulation type ( PPP , HDLC , FR ) or no clock rate on DCE.
Layer 1 status Layer 2 status
Interface
is working
properly
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Just Refresh – Enable Mode commands
• copy running-config startup-config
• copy startup-config running-config
• erase startup-config
• ping ip_address
• traceroute ip_address
• show interfaces
• show version
• show arp
• show startup-config
• show running-config
• show ip interface brief
• configure terminal
• show controllers serial_interface
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy

More Related Content

What's hot

CCNA Network Devices
CCNA Network DevicesCCNA Network Devices
CCNA Network DevicesDsunte Wilson
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationDsunte Wilson
 
CCNA training 101
CCNA training 101CCNA training 101
CCNA training 101Rohan Reddy
 
Networking Chapter 14
Networking Chapter 14Networking Chapter 14
Networking Chapter 14mlrbrown
 
Chapter9ccna
Chapter9ccnaChapter9ccna
Chapter9ccnarobertoxe
 
VirtuaL area network (VLAN)
VirtuaL area network (VLAN)  VirtuaL area network (VLAN)
VirtuaL area network (VLAN) VipulSharma328
 
Chapter 3 Networking
Chapter 3 NetworkingChapter 3 Networking
Chapter 3 Networkingmlrbrown
 
ccna project on topic company infrastructure
ccna project on topic company infrastructureccna project on topic company infrastructure
ccna project on topic company infrastructurePrince Gautam
 
Chap.1 ethernet introduction
Chap.1 ethernet introductionChap.1 ethernet introduction
Chap.1 ethernet introduction東原 李
 
Networking Chapter 6
Networking Chapter 6Networking Chapter 6
Networking Chapter 6mlrbrown
 
Networking Chapter 5
Networking Chapter 5Networking Chapter 5
Networking Chapter 5mlrbrown
 
Presentation on ccna
Presentation on ccnaPresentation on ccna
Presentation on ccnaHoneyKumar34
 
Ccna PPT
Ccna PPTCcna PPT
Ccna PPTAIRTEL
 
Networking Chapter 4
Networking Chapter 4Networking Chapter 4
Networking Chapter 4mlrbrown
 

What's hot (20)

CCNA Network Devices
CCNA Network DevicesCCNA Network Devices
CCNA Network Devices
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
 
ccna networking ppt
ccna networking pptccna networking ppt
ccna networking ppt
 
CCNA training 101
CCNA training 101CCNA training 101
CCNA training 101
 
Networking Chapter 14
Networking Chapter 14Networking Chapter 14
Networking Chapter 14
 
Chapter9ccna
Chapter9ccnaChapter9ccna
Chapter9ccna
 
VirtuaL area network (VLAN)
VirtuaL area network (VLAN)  VirtuaL area network (VLAN)
VirtuaL area network (VLAN)
 
Basic network training3
Basic network training3Basic network training3
Basic network training3
 
Kurose ross wi_fi
Kurose ross wi_fiKurose ross wi_fi
Kurose ross wi_fi
 
Chapter 3 Networking
Chapter 3 NetworkingChapter 3 Networking
Chapter 3 Networking
 
CCNA 2
CCNA 2 CCNA 2
CCNA 2
 
Summer training on CCNA
Summer training on CCNASummer training on CCNA
Summer training on CCNA
 
ccna project on topic company infrastructure
ccna project on topic company infrastructureccna project on topic company infrastructure
ccna project on topic company infrastructure
 
Chap.1 ethernet introduction
Chap.1 ethernet introductionChap.1 ethernet introduction
Chap.1 ethernet introduction
 
Networking Chapter 6
Networking Chapter 6Networking Chapter 6
Networking Chapter 6
 
Networking Chapter 5
Networking Chapter 5Networking Chapter 5
Networking Chapter 5
 
Presentation on ccna
Presentation on ccnaPresentation on ccna
Presentation on ccna
 
Ccna PPT
Ccna PPTCcna PPT
Ccna PPT
 
Networking Chapter 4
Networking Chapter 4Networking Chapter 4
Networking Chapter 4
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
 

Viewers also liked

Academic Poster Design, Review and Presentation
Academic Poster Design, Review and PresentationAcademic Poster Design, Review and Presentation
Academic Poster Design, Review and PresentationAbdelkhalik Mosa
 
LAN Switching and Wireless: Ch7 - Basic Wireless Concepts and Configuration
LAN Switching and Wireless: Ch7 - Basic Wireless Concepts and ConfigurationLAN Switching and Wireless: Ch7 - Basic Wireless Concepts and Configuration
LAN Switching and Wireless: Ch7 - Basic Wireless Concepts and ConfigurationAbdelkhalik Mosa
 
LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)
LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)
LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)Abdelkhalik Mosa
 
Network Fundamentals: Ch4 - Transport Layer
Network Fundamentals: Ch4 - Transport LayerNetwork Fundamentals: Ch4 - Transport Layer
Network Fundamentals: Ch4 - Transport LayerAbdelkhalik Mosa
 
Network Fundamentals: Ch3 - Application Layer Functionality and Protocols
Network Fundamentals: Ch3 - Application Layer Functionality and ProtocolsNetwork Fundamentals: Ch3 - Application Layer Functionality and Protocols
Network Fundamentals: Ch3 - Application Layer Functionality and ProtocolsAbdelkhalik Mosa
 
Network Fundamentals: Ch5 - Network Layer
Network Fundamentals: Ch5 - Network LayerNetwork Fundamentals: Ch5 - Network Layer
Network Fundamentals: Ch5 - Network LayerAbdelkhalik Mosa
 
Accessing the WAN: Ch4 - Network Security
Accessing the WAN: Ch4 - Network SecurityAccessing the WAN: Ch4 - Network Security
Accessing the WAN: Ch4 - Network SecurityAbdelkhalik Mosa
 
Analog communications lab
Analog communications labAnalog communications lab
Analog communications labVishal kakade
 
Analog communications lab
Analog communications labAnalog communications lab
Analog communications labVishal kakade
 
Ex 1 chapter04-transport-layer-tony_chen
Ex 1 chapter04-transport-layer-tony_chenEx 1 chapter04-transport-layer-tony_chen
Ex 1 chapter04-transport-layer-tony_chenĐô GiẢn
 
Unit 1 network models & typical examples(part b)
Unit 1 network models & typical examples(part b)Unit 1 network models & typical examples(part b)
Unit 1 network models & typical examples(part b)Vishal kakade
 
A new precision peak detector full wave rectifier
A new precision peak detector full wave rectifierA new precision peak detector full wave rectifier
A new precision peak detector full wave rectifierVishal kakade
 

Viewers also liked (13)

Academic Poster Design, Review and Presentation
Academic Poster Design, Review and PresentationAcademic Poster Design, Review and Presentation
Academic Poster Design, Review and Presentation
 
LAN Switching and Wireless: Ch7 - Basic Wireless Concepts and Configuration
LAN Switching and Wireless: Ch7 - Basic Wireless Concepts and ConfigurationLAN Switching and Wireless: Ch7 - Basic Wireless Concepts and Configuration
LAN Switching and Wireless: Ch7 - Basic Wireless Concepts and Configuration
 
LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)
LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)
LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)
 
Network Fundamentals: Ch4 - Transport Layer
Network Fundamentals: Ch4 - Transport LayerNetwork Fundamentals: Ch4 - Transport Layer
Network Fundamentals: Ch4 - Transport Layer
 
Network Fundamentals: Ch3 - Application Layer Functionality and Protocols
Network Fundamentals: Ch3 - Application Layer Functionality and ProtocolsNetwork Fundamentals: Ch3 - Application Layer Functionality and Protocols
Network Fundamentals: Ch3 - Application Layer Functionality and Protocols
 
Network Fundamentals: Ch5 - Network Layer
Network Fundamentals: Ch5 - Network LayerNetwork Fundamentals: Ch5 - Network Layer
Network Fundamentals: Ch5 - Network Layer
 
Accessing the WAN: Ch4 - Network Security
Accessing the WAN: Ch4 - Network SecurityAccessing the WAN: Ch4 - Network Security
Accessing the WAN: Ch4 - Network Security
 
Analog communications lab
Analog communications labAnalog communications lab
Analog communications lab
 
Unit 0 introduction
Unit 0 introductionUnit 0 introduction
Unit 0 introduction
 
Analog communications lab
Analog communications labAnalog communications lab
Analog communications lab
 
Ex 1 chapter04-transport-layer-tony_chen
Ex 1 chapter04-transport-layer-tony_chenEx 1 chapter04-transport-layer-tony_chen
Ex 1 chapter04-transport-layer-tony_chen
 
Unit 1 network models & typical examples(part b)
Unit 1 network models & typical examples(part b)Unit 1 network models & typical examples(part b)
Unit 1 network models & typical examples(part b)
 
A new precision peak detector full wave rectifier
A new precision peak detector full wave rectifierA new precision peak detector full wave rectifier
A new precision peak detector full wave rectifier
 

Similar to Cisco Network Fundamentals Router Configuration Suez Canal University

Ex 1 chapter11-configure-network-tony_chen
Ex 1 chapter11-configure-network-tony_chenEx 1 chapter11-configure-network-tony_chen
Ex 1 chapter11-configure-network-tony_chenĐô GiẢn
 
CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 02CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 02Irsandi Hasan
 
CCNA ppt Day 4
CCNA ppt Day 4CCNA ppt Day 4
CCNA ppt Day 4VISHNU N
 
1627478708347_Chapter 1.pptx
1627478708347_Chapter 1.pptx1627478708347_Chapter 1.pptx
1627478708347_Chapter 1.pptxTesfaMinuyelet
 
Cis81 ccna1v5-2-configuring networkoperatingsystem
Cis81 ccna1v5-2-configuring networkoperatingsystemCis81 ccna1v5-2-configuring networkoperatingsystem
Cis81 ccna1v5-2-configuring networkoperatingsystemBetselove
 
CCNA Training in Bangalore | Best Networking course in Bangalore
CCNA Training in Bangalore | Best Networking course in BangaloreCCNA Training in Bangalore | Best Networking course in Bangalore
CCNA Training in Bangalore | Best Networking course in BangaloreTIB Academy
 
20088 1 ccna3 3.1-06 switch configurations
20088 1 ccna3 3.1-06 switch configurations20088 1 ccna3 3.1-06 switch configurations
20088 1 ccna3 3.1-06 switch configurationsDipak Misra
 
Chapter 2 Configure a Network Operating System
Chapter 2 Configure a Network Operating SystemChapter 2 Configure a Network Operating System
Chapter 2 Configure a Network Operating Systemnewbie2019
 
Itn6 instructor materials_chapter2
Itn6 instructor materials_chapter2Itn6 instructor materials_chapter2
Itn6 instructor materials_chapter2limenih muluneh
 
Chapter 2 overview
Chapter 2 overviewChapter 2 overview
Chapter 2 overviewali raza
 
Sept 2017 cisco certification routers
Sept 2017  cisco certification routersSept 2017  cisco certification routers
Sept 2017 cisco certification routersshahin raj
 
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptVESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptzmulani8
 
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptVESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptzmulani8
 
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptVESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptzmulani8
 
CCNA Security 05- securing the management plane
CCNA Security 05- securing the management planeCCNA Security 05- securing the management plane
CCNA Security 05- securing the management planeAhmed Habib
 
CCNA at a glance
CCNA at a glanceCCNA at a glance
CCNA at a glanceVikas Raut
 
chapter 1 &2 RIPv1&2.ppt
chapter 1 &2 RIPv1&2.pptchapter 1 &2 RIPv1&2.ppt
chapter 1 &2 RIPv1&2.pptbirhanugebisa1
 

Similar to Cisco Network Fundamentals Router Configuration Suez Canal University (20)

Ex 1 chapter11-configure-network-tony_chen
Ex 1 chapter11-configure-network-tony_chenEx 1 chapter11-configure-network-tony_chen
Ex 1 chapter11-configure-network-tony_chen
 
CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 02CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 02
 
CCNA_ITN_Chp2_.pptx
CCNA_ITN_Chp2_.pptxCCNA_ITN_Chp2_.pptx
CCNA_ITN_Chp2_.pptx
 
CCNA ppt Day 4
CCNA ppt Day 4CCNA ppt Day 4
CCNA ppt Day 4
 
1627478708347_Chapter 1.pptx
1627478708347_Chapter 1.pptx1627478708347_Chapter 1.pptx
1627478708347_Chapter 1.pptx
 
Cis81 ccna1v5-2-configuring networkoperatingsystem
Cis81 ccna1v5-2-configuring networkoperatingsystemCis81 ccna1v5-2-configuring networkoperatingsystem
Cis81 ccna1v5-2-configuring networkoperatingsystem
 
CCNA Training in Bangalore | Best Networking course in Bangalore
CCNA Training in Bangalore | Best Networking course in BangaloreCCNA Training in Bangalore | Best Networking course in Bangalore
CCNA Training in Bangalore | Best Networking course in Bangalore
 
20088 1 ccna3 3.1-06 switch configurations
20088 1 ccna3 3.1-06 switch configurations20088 1 ccna3 3.1-06 switch configurations
20088 1 ccna3 3.1-06 switch configurations
 
Redes
RedesRedes
Redes
 
Chapter 2 Configure a Network Operating System
Chapter 2 Configure a Network Operating SystemChapter 2 Configure a Network Operating System
Chapter 2 Configure a Network Operating System
 
Itn6 instructor materials_chapter2
Itn6 instructor materials_chapter2Itn6 instructor materials_chapter2
Itn6 instructor materials_chapter2
 
Chapter 2 overview
Chapter 2 overviewChapter 2 overview
Chapter 2 overview
 
Sept 2017 cisco certification routers
Sept 2017  cisco certification routersSept 2017  cisco certification routers
Sept 2017 cisco certification routers
 
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptVESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.ppt
 
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptVESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.ppt
 
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.pptVESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.ppt
 
CCNA Security 05- securing the management plane
CCNA Security 05- securing the management planeCCNA Security 05- securing the management plane
CCNA Security 05- securing the management plane
 
CCNA at a glance
CCNA at a glanceCCNA at a glance
CCNA at a glance
 
chapter 1 &2 RIPv1&2.ppt
chapter 1 &2 RIPv1&2.pptchapter 1 &2 RIPv1&2.ppt
chapter 1 &2 RIPv1&2.ppt
 
Basics to Configure NW Device
Basics to Configure NW DeviceBasics to Configure NW Device
Basics to Configure NW Device
 

More from Abdelkhalik Mosa

Towards a Cloud Native Big Data Platform using MiCADO
Towards a Cloud Native Big Data Platform using MiCADOTowards a Cloud Native Big Data Platform using MiCADO
Towards a Cloud Native Big Data Platform using MiCADOAbdelkhalik Mosa
 
Virtual machine consolidation for cloud data centers using parameter based ad...
Virtual machine consolidation for cloud data centers using parameter based ad...Virtual machine consolidation for cloud data centers using parameter based ad...
Virtual machine consolidation for cloud data centers using parameter based ad...Abdelkhalik Mosa
 
Cloud computing and Cloud Enabling Technologies
Cloud computing and Cloud Enabling TechnologiesCloud computing and Cloud Enabling Technologies
Cloud computing and Cloud Enabling TechnologiesAbdelkhalik Mosa
 
LAN Switching and Wireless: Ch1 - LAN Design
LAN Switching and Wireless: Ch1 - LAN DesignLAN Switching and Wireless: Ch1 - LAN Design
LAN Switching and Wireless: Ch1 - LAN DesignAbdelkhalik Mosa
 
Routing Protocols and Concepts: Ch9 - EIGRP
Routing Protocols and Concepts: Ch9 - EIGRPRouting Protocols and Concepts: Ch9 - EIGRP
Routing Protocols and Concepts: Ch9 - EIGRPAbdelkhalik Mosa
 
Network Fundamentals: Ch8 - Physical Layer
Network Fundamentals: Ch8 - Physical LayerNetwork Fundamentals: Ch8 - Physical Layer
Network Fundamentals: Ch8 - Physical LayerAbdelkhalik Mosa
 
Network Fundamentals: Ch7 - Data Link Layer
Network Fundamentals: Ch7 - Data Link LayerNetwork Fundamentals: Ch7 - Data Link Layer
Network Fundamentals: Ch7 - Data Link LayerAbdelkhalik Mosa
 
Network Fundamentals: Ch6 - Addressing the Network IP v4
Network Fundamentals: Ch6 - Addressing the Network IP v4Network Fundamentals: Ch6 - Addressing the Network IP v4
Network Fundamentals: Ch6 - Addressing the Network IP v4Abdelkhalik Mosa
 
Network Fundamentals: Ch9 - Ethernet
Network Fundamentals: Ch9 - EthernetNetwork Fundamentals: Ch9 - Ethernet
Network Fundamentals: Ch9 - EthernetAbdelkhalik Mosa
 

More from Abdelkhalik Mosa (10)

Towards a Cloud Native Big Data Platform using MiCADO
Towards a Cloud Native Big Data Platform using MiCADOTowards a Cloud Native Big Data Platform using MiCADO
Towards a Cloud Native Big Data Platform using MiCADO
 
Virtual machine consolidation for cloud data centers using parameter based ad...
Virtual machine consolidation for cloud data centers using parameter based ad...Virtual machine consolidation for cloud data centers using parameter based ad...
Virtual machine consolidation for cloud data centers using parameter based ad...
 
Cloud computing and Cloud Enabling Technologies
Cloud computing and Cloud Enabling TechnologiesCloud computing and Cloud Enabling Technologies
Cloud computing and Cloud Enabling Technologies
 
IPv6
IPv6IPv6
IPv6
 
LAN Switching and Wireless: Ch1 - LAN Design
LAN Switching and Wireless: Ch1 - LAN DesignLAN Switching and Wireless: Ch1 - LAN Design
LAN Switching and Wireless: Ch1 - LAN Design
 
Routing Protocols and Concepts: Ch9 - EIGRP
Routing Protocols and Concepts: Ch9 - EIGRPRouting Protocols and Concepts: Ch9 - EIGRP
Routing Protocols and Concepts: Ch9 - EIGRP
 
Network Fundamentals: Ch8 - Physical Layer
Network Fundamentals: Ch8 - Physical LayerNetwork Fundamentals: Ch8 - Physical Layer
Network Fundamentals: Ch8 - Physical Layer
 
Network Fundamentals: Ch7 - Data Link Layer
Network Fundamentals: Ch7 - Data Link LayerNetwork Fundamentals: Ch7 - Data Link Layer
Network Fundamentals: Ch7 - Data Link Layer
 
Network Fundamentals: Ch6 - Addressing the Network IP v4
Network Fundamentals: Ch6 - Addressing the Network IP v4Network Fundamentals: Ch6 - Addressing the Network IP v4
Network Fundamentals: Ch6 - Addressing the Network IP v4
 
Network Fundamentals: Ch9 - Ethernet
Network Fundamentals: Ch9 - EthernetNetwork Fundamentals: Ch9 - Ethernet
Network Fundamentals: Ch9 - Ethernet
 

Recently uploaded

[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
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
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
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
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
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
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 

Recently uploaded (20)

[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
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
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
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...
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
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
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 

Cisco Network Fundamentals Router Configuration Suez Canal University

  • 1. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Network Fundamentals Abdelkhalik Elsaid Mosa abdu.elsaid@yahoo.com http://abdelkhalik.staff.scuegypt.edu.eg/
  • 2. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy What is a Router? • Front View • Rear View
  • 3. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy What is a Router? Router is a computer which consists of H/W S/W CPU InterfacesMemory IOS Config File Flash NVRAM RAM ROM LAN WANManagement
  • 4. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Router’s Memory • RAM «volatile»: used to store 1. Running version of IOS. 2. Running config. File. 3. Routing table. 4. ARP Cache «is used on routers that have LAN interfaces». 5. Packet Buffer. • ROM «permanent»: used to store 1. POST, Basic diagnostic software. 2. Bootstrap. 3. Scaled down Version of IOS «Rxboot». 4. ROMMon. • Flash «Non volatile»: used to store IOS. • NVRAM: used to store Start Up Configuration.
  • 5. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Router Boot-up Process
  • 6. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Router’s Interfaces • Router Interfaces: capable of sending and receiving traffic. 1. LAN 2. WAN • Management Ports: used for administrative access. 1. Console 2. AUX
  • 7. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Cisco IOS - Access Methods • The most usual methods are: 1. Console: Doesn’t require active networking services. 2. AUX port: Doesn’t require active networking services. 3. Telnet or SSH: Requires active networking services.
  • 8. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Console Port • Examples of console use are: The initial configuration of the network device Disaster recovery procedures and troubleshooting where remote access is not possible. Password recovery procedures.
  • 9. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Using HyperTerminal
  • 10. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Auxilary Port
  • 11. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Cisco IOS Modes • Cisco IOS is a Modal OS. • In order from top to bottom, the modes are: 1. Setup mode. 2. User executive mode “view only mode” 3. Privileged executive mode “enable mode” 4. Global configuration mode 5. Other specific configuration modes
  • 12. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Setup mode • Permit admin to install a minimal configuration for a router. • The router will enter setup mode when:  Contents of NVRAM erased “erase startup” command.  When the router is “out of the box”. • You can make the router enter setup mode by entering:  Router# setup
  • 13. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy User executive mode • Allows only a limited number of basic monitoring commands. • Often referred to as a “view only” mode. • Does not allow any commands that might change the configuration of the router. • Identified by the > prompt.
  • 14. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Privileged executive mode • Provides access to all router commands. • This mode can be configured to require a password. • Global configuration mode and all other more specific configuration modes can only be reached from the privileged EXEC mode. • The privileged EXEC mode can be identified by the # prompt.
  • 15. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Global configuration & Specific Configuration • Configuration changes are made that affect the operation of the device as a whole.
  • 16. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Basic IOS command structure
  • 17. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Using CLI help • The IOS has several forms of help available: 1. Context-sensitive help 2. Command Syntax Check 3. Hot Keys and Shortcuts
  • 18. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Context-sensitive help
  • 19. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Command Syntax Check
  • 20. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Hot Keys and Shortcuts • Tab: Completes the remainder of the command or keyword. • Ctrl-R: Redisplays a line • Ctrl-Z: Exits configuration mode and returns to the EXEC. • Down Arrow: Scroll forward through former commands. • Up Arrow: Scroll backward through former commands • Ctrl-Shift-6: Interrupt an IOS process such as ping or tracert. • Ctrl-C: Aborts the current command and exits the configuration mode. • Abbreviated commands: Commands can be abbreviated to the minimum number of characters that identifies a unique selection. Ex: sh int = show interfaces
  • 21. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy IOS examination commands • Show version • Show flash • Show interfaces • Show startup-config • Show running-config
  • 22. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Basic Router Configuration • Naming the router: Host name should be unique. • Banner: Banner should warn against unauthorized use. • Passwords: Use strong passwords • Privileged mode password • Console Password • Telnet Password
  • 23. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Basic Router Configuration • Interface configurations: interface type, IP address and subnet mask. Describe purpose of interface. Issue no shutdown command. If DCE serial issue clock rate command.
  • 24. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Configuring a serial interface S0/0 S0/1 192.168.1.1/30 192.168.1.2/30 RouterA(config)# interface serial 0/0 RouterA(config-if)# ip address 192.168.1.1 255.255.255.0 RouterA(config-if)# no shutdown RouterA(config-if)# clock rate 56000 (required for serial DCE only) RouterA(config-if)# exit RouterB(config)# int serial 0/1 RouterB(config-if)# ip address 192.168.1.2 255.255.255.252 RouterB(config-if)# no shutdown RouterB(config-if)# exit RouterB(config)# exit Router# To know which interface is the DCE : RouterA# show controller s0/0
  • 25. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Interpreting the Interface Status • Other Interface Status • Serial0/1 is administratively down , line protocol is down  interface is shut down • Serial0/1 is down , line protocol is down  interface or cable H/W failure ( no keep-alives ) • Serial0/1 is up , line protocol is down  different encapsulation type ( PPP , HDLC , FR ) or no clock rate on DCE. Layer 1 status Layer 2 status Interface is working properly
  • 26. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Just Refresh – Enable Mode commands • copy running-config startup-config • copy startup-config running-config • erase startup-config • ping ip_address • traceroute ip_address • show interfaces • show version • show arp • show startup-config • show running-config • show ip interface brief • configure terminal • show controllers serial_interface
  • 27. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy