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 Network Fundamentals: Ch11 - Configuring and Testing your Network

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 Network Fundamentals: Ch11 - Configuring and Testing your Network (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

DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)Samir Dash
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKJago de Vreede
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMKumar Satyam
 

Recently uploaded (20)

DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDM
 

Network Fundamentals: Ch11 - Configuring and Testing your Network

  • 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