SlideShare a Scribd company logo
1 of 7
Download to read offline
LAB 1: Static Route
Prerequisites
1. 5 Routers 2911 Series
2. 5 Switches 2960 Series
3. 5 PC's
Task
1. Provide Hostname as Given in Image.
2. Provide IP address on Routers and PC's as given in image.
3. Provide possible static routes on all routers.
4. After Static routes, all routers should be ping each other.
5. All PC's will be ping each other.
Figure 1 Topology
LAB 1: Static Route
Solution
R1
en
config t
hostname R1
interface Serial0/3/0
ip address 110.1.1.1 255.255.255.0
clock rate 64000
no shut
exit
interface Serial0/3/1
ip address 121.1.1.1 255.255.255.0
clock rate 64000
no shut
exit
ip route 74.2.2.0 255.255.255.0 110.1.1.2
ip route 10.0.0.0 255.255.255.0 121.1.1.3
ip route 10.1.0.0 255.255.255.0 121.1.1.3
ip route 10.3.0.0 255.255.255.0 110.1.1.2
ip route 10.2.0.0 255.255.255.0 110.1.1.2
ip route 192.168.0.0 255.255.255.0 121.1.1.3
ip route 192.168.2.0 255.255.255.0 121.1.1.3
ip route 192.168.3.0 255.255.255.0 121.1.1.3
ip route 192.168.4.0 255.255.255.0 110.1.1.2
ip route 192.168.1.0 255.255.255.0 110.1.1.2
R2
en
config t
hostname R2
interface Serial0/0/0
ip address 110.1.1.2 255.255.255.0
no shut
exit
LAB 1: Static Route
interface Serial0/0/1
ip address 74.2.2.2 255.255.255.0
clock rate 64000
no shut
exit
ip route 192.168.0.0 255.255.255.0 110.1.1.1
ip route 192.168.2.0 255.255.255.0 110.1.1.1
ip route 192.168.3.0 255.255.255.0 74.2.2.4
ip route 192.168.4.0 255.255.255.0 74.2.2.4
ip route 10.0.0.0 255.255.255.0 110.1.1.1
ip route 192.168.1.0 255.255.255.0 74.2.2.4
ip route 121.1.1.0 255.255.255.0 110.1.1.1
ip route 10.1.0.0 255.255.255.0 110.1.1.1
ip route 10.2.0.0 255.255.255.0 74.2.2.4
ip route 10.3.0.0 255.255.255.0 74.2.2.4
R3
en
config t
hostname R3
interface GigabitEthernet0/0
ip address 192.168.0.1 255.255.255.0
no shut
exit
interface Serial0/0/0
ip address 121.1.1.3 255.255.255.0
no shut
exit
interface Serial0/0/1
ip address 10.1.0.3 255.255.255.0
no shut
exit
interface Serial0/3/0
ip address 10.0.0.3 255.255.255.0
clock rate 64000
LAB 1: Static Route
no shut
exit
ip route 110.1.1.0 255.255.255.0 121.1.1.1
ip route 10.2.0.0 255.255.255.0 10.1.0.6
ip route 10.3.0.0 255.255.255.0 10.1.0.6
ip route 74.2.2.0 255.255.255.0 121.1.1.1
ip route 192.168.2.0 255.255.255.0 10.0.0.5
ip route 192.168.3.0 255.255.255.0 10.1.0.6
ip route 192.168.4.0 255.255.255.0 121.1.1.1
ip route 192.168.1.0 255.255.255.0 10.1.0.6
R4
en
config t
hostname R4
interface GigabitEthernet0/0
ip address 192.168.4.1 255.255.255.0
no shut
exit
interface Serial0/0/0
ip address 74.2.2.4 255.255.255.0
no shut
exit
interface Serial0/0/1
ip address 10.2.0.4 255.255.255.0
clock rate 64000
no shut
exit
interface Serial0/3/0
ip address 10.3.0.4 255.255.255.0
clock rate 64000
no shut
exit
LAB 1: Static Route
ip route 192.168.0.0 255.255.255.0 74.2.2.2
ip route 192.168.2.0 255.255.255.0 10.2.0.6
ip route 192.168.3.0 255.255.255.0 10.2.0.6
ip route 192.168.1.0 255.255.255.0 10.3.0.7
ip route 110.1.1.0 255.255.255.0 74.2.2.2
ip route 121.1.1.0 255.255.255.0 74.2.2.2
ip route 10.0.0.0 255.255.255.0 74.2.2.2
ip route 10.1.0.0 255.255.255.0 74.2.2.2
R5
en
config t
hostname R5
interface GigabitEthernet0/0
ip address 192.168.2.1 255.255.255.0
no shut
exit
interface Serial0/0/0
ip address 10.0.0.5 255.255.255.0
no shut
exit
ip route 192.168.0.0 255.255.255.0 10.0.0.3
ip route 192.168.3.0 255.255.255.0 10.0.0.3
ip route 192.168.1.0 255.255.255.0 10.0.0.3
ip route 192.168.4.0 255.255.255.0 10.0.0.3
ip route 110.1.1.0 255.255.255.0 10.0.0.3
ip route 121.1.1.0 255.255.255.0 10.0.0.3
ip route 10.1.0.0 255.255.255.0 10.0.0.3
ip route 10.2.0.0 255.255.255.0 10.0.0.3
ip route 74.2.2.0 255.255.255.0 10.0.0.3
ip route 10.3.0.0 255.255.255.0 10.0.0.3
On R6
en
config t
hostname R6
LAB 1: Static Route
interface GigabitEthernet0/0
ip address 192.168.3.1 255.255.255.0
no shut
exit
interface Serial0/0/0
ip address 10.2.0.6 255.255.255.0
no shut
exit
interface Serial0/0/1
ip address 10.1.0.6 255.255.255.0
clock rate 64000
no shut
exit
ip route 10.0.0.0 255.255.255.0 10.1.0.3
ip route 10.3.0.0 255.255.255.0 10.2.0.4
ip route 110.1.1.0 255.255.255.0 10.1.0.3
ip route 121.1.1.0 255.255.255.0 10.1.0.3
ip route 74.2.2.0 255.255.255.0 10.2.0.4
ip route 192.168.0.0 255.255.255.0 10.1.0.3
ip route 192.168.2.0 255.255.255.0 10.1.0.3
ip route 192.168.4.0 255.255.255.0 10.2.0.4
ip route 192.168.1.0 255.255.255.0 10.2.0.4
R7
en
config t
hostname R7
interface GigabitEthernet0/0
ip address 192.168.1.1 255.255.255.0
no shut
exit
interface Serial0/0/0
ip address 10.3.0.7 255.255.255.0
no shut
LAB 1: Static Route
exit
ip route 192.168.0.0 255.255.255.0 10.3.0.4
ip route 192.168.2.0 255.255.255.0 10.3.0.4
ip route 192.168.3.0 255.255.255.0 10.3.0.4
ip route 192.168.4.0 255.255.255.0 10.3.0.4
ip route 10.0.0.0 255.255.255.0 10.3.0.4
ip route 10.1.0.0 255.255.255.0 10.3.0.4
ip route 121.1.1.0 255.255.255.0 10.3.0.4
ip route 110.1.1.0 255.255.255.0 10.3.0.4
ip route 74.2.2.0 255.255.255.0 10.3.0.4
ip route 10.2.0.0 255.255.255.0 10.3.0.4

More Related Content

What's hot

Ccna 2 chapter 11 v4.0 answers 2011
Ccna 2 chapter 11 v4.0 answers 2011Ccna 2 chapter 11 v4.0 answers 2011
Ccna 2 chapter 11 v4.0 answers 2011
Dân Chơi
 

What's hot (20)

Nxll22 role based cli
Nxll22 role based cliNxll22 role based cli
Nxll22 role based cli
 
Nxll17 dynamic routing with asa
Nxll17 dynamic routing with asaNxll17 dynamic routing with asa
Nxll17 dynamic routing with asa
 
Nxll12 zone based firewall
Nxll12 zone based firewallNxll12 zone based firewall
Nxll12 zone based firewall
 
Nxll28 ospf iii
Nxll28 ospf iiiNxll28 ospf iii
Nxll28 ospf iii
 
Nxll23 i pv6
Nxll23 i pv6Nxll23 i pv6
Nxll23 i pv6
 
Eincop Netwax Lab: Site 2 Site VPN with Routing Protocols
Eincop Netwax Lab: Site 2 Site VPN with Routing ProtocolsEincop Netwax Lab: Site 2 Site VPN with Routing Protocols
Eincop Netwax Lab: Site 2 Site VPN with Routing Protocols
 
Nxll10 v lan and trunking
Nxll10 v lan and trunkingNxll10 v lan and trunking
Nxll10 v lan and trunking
 
Nxll11 bgp
Nxll11 bgpNxll11 bgp
Nxll11 bgp
 
Nxll09 access list
Nxll09 access listNxll09 access list
Nxll09 access list
 
Eincop Netwax Lab: EIGRP ii
Eincop Netwax Lab: EIGRP iiEincop Netwax Lab: EIGRP ii
Eincop Netwax Lab: EIGRP ii
 
Nxll24 i pv6
Nxll24 i pv6Nxll24 i pv6
Nxll24 i pv6
 
Nxll16 basic asa v8.2
Nxll16 basic asa v8.2Nxll16 basic asa v8.2
Nxll16 basic asa v8.2
 
Nxll25 hsrp with failover
Nxll25 hsrp with failoverNxll25 hsrp with failover
Nxll25 hsrp with failover
 
Nxll21 ospf filtering & summarization
Nxll21 ospf filtering & summarizationNxll21 ospf filtering & summarization
Nxll21 ospf filtering & summarization
 
Eincop Netwax Lab: Vlan and Trunking ii
Eincop Netwax Lab: Vlan and Trunking iiEincop Netwax Lab: Vlan and Trunking ii
Eincop Netwax Lab: Vlan and Trunking ii
 
Nxll18 vpn (s2 s gre & dmvpn)
Nxll18 vpn (s2 s gre & dmvpn)Nxll18 vpn (s2 s gre & dmvpn)
Nxll18 vpn (s2 s gre & dmvpn)
 
Nxll14 cut through-proxy on asa
Nxll14 cut through-proxy on asaNxll14 cut through-proxy on asa
Nxll14 cut through-proxy on asa
 
Ccna 2 chapter 11 v4.0 answers 2011
Ccna 2 chapter 11 v4.0 answers 2011Ccna 2 chapter 11 v4.0 answers 2011
Ccna 2 chapter 11 v4.0 answers 2011
 
Cisco packet tracer ripv1
Cisco packet tracer   ripv1Cisco packet tracer   ripv1
Cisco packet tracer ripv1
 
IPSec VPN
IPSec VPNIPSec VPN
IPSec VPN
 

Viewers also liked

Viewers also liked (20)

Dicas e Princípios Básicos do Linux
Dicas e Princípios Básicos do LinuxDicas e Princípios Básicos do Linux
Dicas e Princípios Básicos do Linux
 
Shell Script
Shell ScriptShell Script
Shell Script
 
OSPF Overview
OSPF OverviewOSPF Overview
OSPF Overview
 
Capítulo 4 do CCNA
Capítulo 4 do CCNACapítulo 4 do CCNA
Capítulo 4 do CCNA
 
PowerShell
PowerShellPowerShell
PowerShell
 
Ospf area types
Ospf area typesOspf area types
Ospf area types
 
Ospf area types
Ospf area typesOspf area types
Ospf area types
 
Comandos Linux Parte 2
Comandos Linux Parte 2Comandos Linux Parte 2
Comandos Linux Parte 2
 
Virtualização
VirtualizaçãoVirtualização
Virtualização
 
Capítulo 5 do CCNA
Capítulo 5 do CCNACapítulo 5 do CCNA
Capítulo 5 do CCNA
 
Servidores de Aplicações
Servidores de AplicaçõesServidores de Aplicações
Servidores de Aplicações
 
Instalação de Aplicativos Linux
Instalação de Aplicativos LinuxInstalação de Aplicativos Linux
Instalação de Aplicativos Linux
 
Active Directory
Active DirectoryActive Directory
Active Directory
 
Comandos Linux Parte 1
Comandos Linux Parte 1Comandos Linux Parte 1
Comandos Linux Parte 1
 
CISCO HSRP VRRP GLBP
CISCO HSRP VRRP GLBPCISCO HSRP VRRP GLBP
CISCO HSRP VRRP GLBP
 
Introdução - Arquitetura e Organização de Computadores
Introdução - Arquitetura e Organização de ComputadoresIntrodução - Arquitetura e Organização de Computadores
Introdução - Arquitetura e Organização de Computadores
 
WANs e Roteadores Cap. 1 - CCNA 3.1 Wellington Pinto de Oliveira
WANs e Roteadores Cap. 1 - CCNA 3.1 Wellington Pinto de OliveiraWANs e Roteadores Cap. 1 - CCNA 3.1 Wellington Pinto de Oliveira
WANs e Roteadores Cap. 1 - CCNA 3.1 Wellington Pinto de Oliveira
 
OSPF - Routing Protocol
OSPF - Routing ProtocolOSPF - Routing Protocol
OSPF - Routing Protocol
 
OSPF- Multi area
OSPF- Multi area OSPF- Multi area
OSPF- Multi area
 
Bridge Protocol Data Unit (BPDU) Frame Format
Bridge Protocol Data Unit (BPDU) Frame FormatBridge Protocol Data Unit (BPDU) Frame Format
Bridge Protocol Data Unit (BPDU) Frame Format
 

Similar to Eincop Netwax Lab: Lab 1 static route

Practice exam #2
Practice exam #2Practice exam #2
Practice exam #2
Kris Mofu
 
cisco-ewan-nat-acl-pt-practice-sba-with-solution-110516171316-phpapp02.pdf
cisco-ewan-nat-acl-pt-practice-sba-with-solution-110516171316-phpapp02.pdfcisco-ewan-nat-acl-pt-practice-sba-with-solution-110516171316-phpapp02.pdf
cisco-ewan-nat-acl-pt-practice-sba-with-solution-110516171316-phpapp02.pdf
AsgarAlam6
 
Lab 9 instructions
Lab 9 instructionsLab 9 instructions
Lab 9 instructions
trayyoo
 
Lab practice 1 configuring basic routing and switching (with answer)
Lab practice 1   configuring basic routing and switching (with answer) Lab practice 1   configuring basic routing and switching (with answer)
Lab practice 1 configuring basic routing and switching (with answer)
Arz Sy
 
Ccna 2 chapter 2 v4.0 answers 2011
Ccna 2 chapter 2 v4.0 answers 2011Ccna 2 chapter 2 v4.0 answers 2011
Ccna 2 chapter 2 v4.0 answers 2011
Dân Chơi
 
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
SilvioDias29
 
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxAll contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
galerussel59292
 
Lab- Full IPsec Implementation.pdf
Lab- Full IPsec Implementation.pdfLab- Full IPsec Implementation.pdf
Lab- Full IPsec Implementation.pdf
Nesibusami
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config
97148881557
 

Similar to Eincop Netwax Lab: Lab 1 static route (20)

BACIK CISCO SKILLS
BACIK CISCO SKILLSBACIK CISCO SKILLS
BACIK CISCO SKILLS
 
Lab 3.5.1 basic frame relay
Lab 3.5.1 basic frame relayLab 3.5.1 basic frame relay
Lab 3.5.1 basic frame relay
 
Practice exam #2
Practice exam #2Practice exam #2
Practice exam #2
 
CCIE Lab - IGP Routing
CCIE Lab -  IGP Routing  CCIE Lab -  IGP Routing
CCIE Lab - IGP Routing
 
cisco-ewan-nat-acl-pt-practice-sba-with-solution-110516171316-phpapp02.pdf
cisco-ewan-nat-acl-pt-practice-sba-with-solution-110516171316-phpapp02.pdfcisco-ewan-nat-acl-pt-practice-sba-with-solution-110516171316-phpapp02.pdf
cisco-ewan-nat-acl-pt-practice-sba-with-solution-110516171316-phpapp02.pdf
 
06 tk 1073 network layer
06   tk 1073 network layer06   tk 1073 network layer
06 tk 1073 network layer
 
1
11
1
 
Lab 9 instructions
Lab 9 instructionsLab 9 instructions
Lab 9 instructions
 
TN566 labs
TN566 labsTN566 labs
TN566 labs
 
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
Ccn pv7 route_lab2-1_eigrp-load-balancing_studentCcn pv7 route_lab2-1_eigrp-load-balancing_student
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
 
Lab practice 1 configuring basic routing and switching (with answer)
Lab practice 1   configuring basic routing and switching (with answer) Lab practice 1   configuring basic routing and switching (with answer)
Lab practice 1 configuring basic routing and switching (with answer)
 
Ccna 2 chapter 2 v4.0 answers 2011
Ccna 2 chapter 2 v4.0 answers 2011Ccna 2 chapter 2 v4.0 answers 2011
Ccna 2 chapter 2 v4.0 answers 2011
 
OSPF 3
OSPF 3OSPF 3
OSPF 3
 
OSPF 3
OSPF 3OSPF 3
OSPF 3
 
8 subredesssss
8 subredesssss8 subredesssss
8 subredesssss
 
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
 
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxAll contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
 
CCNA_200-301_June_2023-v1.2.pdf
CCNA_200-301_June_2023-v1.2.pdfCCNA_200-301_June_2023-v1.2.pdf
CCNA_200-301_June_2023-v1.2.pdf
 
Lab- Full IPsec Implementation.pdf
Lab- Full IPsec Implementation.pdfLab- Full IPsec Implementation.pdf
Lab- Full IPsec Implementation.pdf
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config
 

More from Netwax Lab

More from Netwax Lab (6)

Eincop Netwax Lab: Route Redistribution
Eincop Netwax Lab: Route RedistributionEincop Netwax Lab: Route Redistribution
Eincop Netwax Lab: Route Redistribution
 
Kerberos Protocol
Kerberos ProtocolKerberos Protocol
Kerberos Protocol
 
Radius vs. Tacacs+
Radius vs. Tacacs+Radius vs. Tacacs+
Radius vs. Tacacs+
 
TACACS Protocol
TACACS ProtocolTACACS Protocol
TACACS Protocol
 
Radius Protocol
Radius ProtocolRadius Protocol
Radius Protocol
 
SSL Web VPN
SSL Web VPNSSL Web VPN
SSL Web VPN
 

Recently uploaded

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 

Recently uploaded (20)

Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 

Eincop Netwax Lab: Lab 1 static route

  • 1. LAB 1: Static Route Prerequisites 1. 5 Routers 2911 Series 2. 5 Switches 2960 Series 3. 5 PC's Task 1. Provide Hostname as Given in Image. 2. Provide IP address on Routers and PC's as given in image. 3. Provide possible static routes on all routers. 4. After Static routes, all routers should be ping each other. 5. All PC's will be ping each other. Figure 1 Topology
  • 2. LAB 1: Static Route Solution R1 en config t hostname R1 interface Serial0/3/0 ip address 110.1.1.1 255.255.255.0 clock rate 64000 no shut exit interface Serial0/3/1 ip address 121.1.1.1 255.255.255.0 clock rate 64000 no shut exit ip route 74.2.2.0 255.255.255.0 110.1.1.2 ip route 10.0.0.0 255.255.255.0 121.1.1.3 ip route 10.1.0.0 255.255.255.0 121.1.1.3 ip route 10.3.0.0 255.255.255.0 110.1.1.2 ip route 10.2.0.0 255.255.255.0 110.1.1.2 ip route 192.168.0.0 255.255.255.0 121.1.1.3 ip route 192.168.2.0 255.255.255.0 121.1.1.3 ip route 192.168.3.0 255.255.255.0 121.1.1.3 ip route 192.168.4.0 255.255.255.0 110.1.1.2 ip route 192.168.1.0 255.255.255.0 110.1.1.2 R2 en config t hostname R2 interface Serial0/0/0 ip address 110.1.1.2 255.255.255.0 no shut exit
  • 3. LAB 1: Static Route interface Serial0/0/1 ip address 74.2.2.2 255.255.255.0 clock rate 64000 no shut exit ip route 192.168.0.0 255.255.255.0 110.1.1.1 ip route 192.168.2.0 255.255.255.0 110.1.1.1 ip route 192.168.3.0 255.255.255.0 74.2.2.4 ip route 192.168.4.0 255.255.255.0 74.2.2.4 ip route 10.0.0.0 255.255.255.0 110.1.1.1 ip route 192.168.1.0 255.255.255.0 74.2.2.4 ip route 121.1.1.0 255.255.255.0 110.1.1.1 ip route 10.1.0.0 255.255.255.0 110.1.1.1 ip route 10.2.0.0 255.255.255.0 74.2.2.4 ip route 10.3.0.0 255.255.255.0 74.2.2.4 R3 en config t hostname R3 interface GigabitEthernet0/0 ip address 192.168.0.1 255.255.255.0 no shut exit interface Serial0/0/0 ip address 121.1.1.3 255.255.255.0 no shut exit interface Serial0/0/1 ip address 10.1.0.3 255.255.255.0 no shut exit interface Serial0/3/0 ip address 10.0.0.3 255.255.255.0 clock rate 64000
  • 4. LAB 1: Static Route no shut exit ip route 110.1.1.0 255.255.255.0 121.1.1.1 ip route 10.2.0.0 255.255.255.0 10.1.0.6 ip route 10.3.0.0 255.255.255.0 10.1.0.6 ip route 74.2.2.0 255.255.255.0 121.1.1.1 ip route 192.168.2.0 255.255.255.0 10.0.0.5 ip route 192.168.3.0 255.255.255.0 10.1.0.6 ip route 192.168.4.0 255.255.255.0 121.1.1.1 ip route 192.168.1.0 255.255.255.0 10.1.0.6 R4 en config t hostname R4 interface GigabitEthernet0/0 ip address 192.168.4.1 255.255.255.0 no shut exit interface Serial0/0/0 ip address 74.2.2.4 255.255.255.0 no shut exit interface Serial0/0/1 ip address 10.2.0.4 255.255.255.0 clock rate 64000 no shut exit interface Serial0/3/0 ip address 10.3.0.4 255.255.255.0 clock rate 64000 no shut exit
  • 5. LAB 1: Static Route ip route 192.168.0.0 255.255.255.0 74.2.2.2 ip route 192.168.2.0 255.255.255.0 10.2.0.6 ip route 192.168.3.0 255.255.255.0 10.2.0.6 ip route 192.168.1.0 255.255.255.0 10.3.0.7 ip route 110.1.1.0 255.255.255.0 74.2.2.2 ip route 121.1.1.0 255.255.255.0 74.2.2.2 ip route 10.0.0.0 255.255.255.0 74.2.2.2 ip route 10.1.0.0 255.255.255.0 74.2.2.2 R5 en config t hostname R5 interface GigabitEthernet0/0 ip address 192.168.2.1 255.255.255.0 no shut exit interface Serial0/0/0 ip address 10.0.0.5 255.255.255.0 no shut exit ip route 192.168.0.0 255.255.255.0 10.0.0.3 ip route 192.168.3.0 255.255.255.0 10.0.0.3 ip route 192.168.1.0 255.255.255.0 10.0.0.3 ip route 192.168.4.0 255.255.255.0 10.0.0.3 ip route 110.1.1.0 255.255.255.0 10.0.0.3 ip route 121.1.1.0 255.255.255.0 10.0.0.3 ip route 10.1.0.0 255.255.255.0 10.0.0.3 ip route 10.2.0.0 255.255.255.0 10.0.0.3 ip route 74.2.2.0 255.255.255.0 10.0.0.3 ip route 10.3.0.0 255.255.255.0 10.0.0.3 On R6 en config t hostname R6
  • 6. LAB 1: Static Route interface GigabitEthernet0/0 ip address 192.168.3.1 255.255.255.0 no shut exit interface Serial0/0/0 ip address 10.2.0.6 255.255.255.0 no shut exit interface Serial0/0/1 ip address 10.1.0.6 255.255.255.0 clock rate 64000 no shut exit ip route 10.0.0.0 255.255.255.0 10.1.0.3 ip route 10.3.0.0 255.255.255.0 10.2.0.4 ip route 110.1.1.0 255.255.255.0 10.1.0.3 ip route 121.1.1.0 255.255.255.0 10.1.0.3 ip route 74.2.2.0 255.255.255.0 10.2.0.4 ip route 192.168.0.0 255.255.255.0 10.1.0.3 ip route 192.168.2.0 255.255.255.0 10.1.0.3 ip route 192.168.4.0 255.255.255.0 10.2.0.4 ip route 192.168.1.0 255.255.255.0 10.2.0.4 R7 en config t hostname R7 interface GigabitEthernet0/0 ip address 192.168.1.1 255.255.255.0 no shut exit interface Serial0/0/0 ip address 10.3.0.7 255.255.255.0 no shut
  • 7. LAB 1: Static Route exit ip route 192.168.0.0 255.255.255.0 10.3.0.4 ip route 192.168.2.0 255.255.255.0 10.3.0.4 ip route 192.168.3.0 255.255.255.0 10.3.0.4 ip route 192.168.4.0 255.255.255.0 10.3.0.4 ip route 10.0.0.0 255.255.255.0 10.3.0.4 ip route 10.1.0.0 255.255.255.0 10.3.0.4 ip route 121.1.1.0 255.255.255.0 10.3.0.4 ip route 110.1.1.0 255.255.255.0 10.3.0.4 ip route 74.2.2.0 255.255.255.0 10.3.0.4 ip route 10.2.0.0 255.255.255.0 10.3.0.4