SlideShare a Scribd company logo
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

PPTX
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
PPTX
LAN Switching and Wireless: Ch3 - Virtual Local Area Networks (VLANs)
PPTX
Routing Protocols and Concepts: Ch5 - Routing Information Protocol (RIP v1)
PPT
802 15-4 tutorial
PPT
Vlans
PPT
WSN protocol 802.15.4 together with cc2420 seminars
PPT
CCNA BASIC SWITCHING AND SWITCH CONFIGURATION
PPTX
CCNP Switching Chapter 3
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
LAN Switching and Wireless: Ch3 - Virtual Local Area Networks (VLANs)
Routing Protocols and Concepts: Ch5 - Routing Information Protocol (RIP v1)
802 15-4 tutorial
Vlans
WSN protocol 802.15.4 together with cc2420 seminars
CCNA BASIC SWITCHING AND SWITCH CONFIGURATION
CCNP Switching Chapter 3

What's hot (20)

PPT
CCNA Network Devices
PPT
CCNA Basic Switching and Switch Configuration
PPTX
ccna networking ppt
PPTX
CCNA training 101
PPT
Networking Chapter 14
PPT
Chapter9ccna
PPTX
VirtuaL area network (VLAN)
PPT
Basic network training3
PDF
Kurose ross wi_fi
PPT
Chapter 3 Networking
PPT
CCNA 2
PPT
Summer training on CCNA
PPTX
ccna project on topic company infrastructure
PPTX
Chap.1 ethernet introduction
PPT
Networking Chapter 6
PPT
Networking Chapter 5
PPTX
Presentation on ccna
PPTX
Ccna PPT
PPT
Networking Chapter 4
PPT
CCNA PPT
CCNA Network Devices
CCNA Basic Switching and Switch Configuration
ccna networking ppt
CCNA training 101
Networking Chapter 14
Chapter9ccna
VirtuaL area network (VLAN)
Basic network training3
Kurose ross wi_fi
Chapter 3 Networking
CCNA 2
Summer training on CCNA
ccna project on topic company infrastructure
Chap.1 ethernet introduction
Networking Chapter 6
Networking Chapter 5
Presentation on ccna
Ccna PPT
Networking Chapter 4
CCNA PPT
Ad

Viewers also liked (13)

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

Similar to Network Fundamentals: Ch11 - Configuring and Testing your Network (20)

PPT
Ex 1 chapter11-configure-network-tony_chen
PPTX
CCNA v6.0 ITN - Chapter 02
PPTX
CCNA_ITN_Chp2_.pptx
PPTX
CCNA ppt Day 4
PPTX
1627478708347_Chapter 1.pptx
PPT
Cis81 ccna1v5-2-configuring networkoperatingsystem
PDF
CCNA Training in Bangalore | Best Networking course in Bangalore
PPT
Chapter 1 Switch Network Device (1).ppt
PPT
20088 1 ccna3 3.1-06 switch configurations
PDF
02_Configure_a_Network_Operating_System.pdf
PPT
Redes
PDF
Chapter 2 Configure a Network Operating System
PPTX
Itn6 instructor materials_chapter2
PPT
Chapter 2 overview
PPTX
Sept 2017 cisco certification routers
PPT
VESIT WORKSHOP SIMULATIONS.ppt
PPT
VESIT WORKSHOP SIMULATIONS.ppt
PPT
VESIT WORKSHOP SIMULATIONS.ppt
PDF
Ch2 - Securing Network Devices - CCNA Security.pdf
PPT
CCNA Security 05- securing the management plane
Ex 1 chapter11-configure-network-tony_chen
CCNA v6.0 ITN - Chapter 02
CCNA_ITN_Chp2_.pptx
CCNA ppt Day 4
1627478708347_Chapter 1.pptx
Cis81 ccna1v5-2-configuring networkoperatingsystem
CCNA Training in Bangalore | Best Networking course in Bangalore
Chapter 1 Switch Network Device (1).ppt
20088 1 ccna3 3.1-06 switch configurations
02_Configure_a_Network_Operating_System.pdf
Redes
Chapter 2 Configure a Network Operating System
Itn6 instructor materials_chapter2
Chapter 2 overview
Sept 2017 cisco certification routers
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.ppt
VESIT WORKSHOP SIMULATIONS.ppt
Ch2 - Securing Network Devices - CCNA Security.pdf
CCNA Security 05- securing the management plane

More from Abdelkhalik Mosa (10)

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

Recently uploaded (20)

PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Approach and Philosophy of On baking technology
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPT
Teaching material agriculture food technology
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PPTX
Big Data Technologies - Introduction.pptx
PDF
Empathic Computing: Creating Shared Understanding
PPTX
Spectroscopy.pptx food analysis technology
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Machine learning based COVID-19 study performance prediction
PDF
KodekX | Application Modernization Development
Encapsulation_ Review paper, used for researhc scholars
Reach Out and Touch Someone: Haptics and Empathic Computing
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Approach and Philosophy of On baking technology
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Teaching material agriculture food technology
Network Security Unit 5.pdf for BCA BBA.
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Review of recent advances in non-invasive hemoglobin estimation
Building Integrated photovoltaic BIPV_UPV.pdf
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Big Data Technologies - Introduction.pptx
Empathic Computing: Creating Shared Understanding
Spectroscopy.pptx food analysis technology
Mobile App Security Testing_ A Comprehensive Guide.pdf
Spectral efficient network and resource selection model in 5G networks
Advanced methodologies resolving dimensionality complications for autism neur...
Machine learning based COVID-19 study performance prediction
KodekX | Application Modernization Development

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