SlideShare une entreprise Scribd logo
1  sur  21
1
Routing Network Diagram

Head Office

10.0.0.1/8
S0

HYD
E0
192.168.1.150/24

LAN - 192.168.1.0/24

Branch Office

S1
10.0.0.2/8

CHE
E0
192.168.2.150/24

LAN - 192.168.2.0/24

2
Rules of Routing

• Head Office Ethernet interface should be in the
same network as your Head office LAN and similarly
on Branch Office side. Show Diagram
• Head Office S0 and Branch Office S1 should be in same
network. Show Diagram
• Head Office LAN and Branch Office LAN should be in
different Network. Show Diagram
• All interfaces of Router should be in different network.
Show Diagram

3
Types of Routing

• Static Routing

• Default Routing

• Dynamic Routing

4
Static Routing

• It is configured by Administrator manually.
• Mandatory need of Destination Network ID
• It is Secure & fast
• Used for Small organizations with a network of
10-15 Routers.
• Administrative distance for Static Route is 0 and 1.
It is the “trustworthiness” of the routing information.
Lesser the Administrative distance, higher the preference.

5
Static Routing Network Diagram

10.0.0.1/8
S0

HYD
E0
192.168.1.150/24

LAN - 192.168.1.0/24

S1
10.0.0.2/8

CHE
E0
192.168.2.150/24

LAN - 192.168.2.0/24

6
7
Routing Network Diagram

Head Office

10.0.0.1/8
S0

HYD
E0
192.168.1.150/24

LAN - 192.168.1.0/24

Branch Office

S1
10.0.0.2/8

CHE
E0
192.168.2.150/24

LAN - 192.168.2.0/24

8
Routing Network Diagram

Head Office

10.0.0.1/8
S0

HYD
E0
192.168.1.150/24

LAN - 192.168.1.0/24

Branch Office

S1
10.0.0.2/8

CHE
E0
192.168.2.150/24

LAN - 192.168.2.0/24

9
Routing Network Diagram

Head Office

10.0.0.1/8
S0

HYD
E0
192.168.1.150/24

LAN - 192.168.1.0/24

Branch Office

S1
10.0.0.2/8

CHE
E0
192.168.2.150/24

LAN - 192.168.2.0/24

10
Routing Network Diagram

Head Office

10.0.0.1/8
S0

HYD
E0
192.168.1.150/24

LAN - 192.168.1.0/24

Branch Office
11.0.0.1/8
S0
S1
10.0.0.2/8

CHE
E0
192.168.2.150/24

LAN - 192.168.2.0/24

11
Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.
C:> telnet 192.168.1.150
Connecting .....
================================
Welcome to Hyderabad Router
================================
User Access Verification
password : ****
Hyderabad> enable
password : ****
Hyderabad# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Hyderabad(config)# interface serial 0
Hyderabad(config-if)# ip address 10.0.0.1 255.0.0.0
Hyderabad(config-if)# no shut
Hyderabad(config-if)# clockrate 64000
Hyderabad(config-if)# encapsulation hdlc
Hyderabad(config-if)# exit
Hyderabad(config)# exit
Hyderabad#
Diagram

12
Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.
C:> telnet 192.168.1.150
Connecting .....
================================
Welcome to Hyderabad Router
================================
User Access Verification
password : ****
Hyderabad> enable
password : ****
Hyderabad# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Hyderabad(config)# interface serial 0
Hyderabad(config-if)# ip address 10.0.0.1 255.0.0.0
Hyderabad(config-if)# no shut
Hyderabad(config-if)# clockrate 64000
Hyderabad(config-if)# encapsulation hdlc
Hyderabad(config-if)# exit
Hyderabad(config)# exit
Hyderabad#
Diagram

13
Hyderabad# show ip route
Default gateway is not set
Host
Gateway
Last Use
Total Uses Interface
ICMP redirect cache is empty
Hyderabad# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Hyderabad(config)# ip routing
Hyderabad(config)# ^Z
Hyderabad# show ip route
Enabling Routing
Enabling Routing
Router(config)#ip routing
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
Router(config)#ip routing
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i- IS-IS, L1-IS-IS level-1, L2-IS-IS level-2,*- candidate default
U - per-user static route, o - ODR

Gateway of last resort is not set
C
192.168.1.0/24 is directly connected, Ethernet0
C
10.0.0.0/8 is directly connected, Serial0
Hyderabad#

14

Diagram
Hyderabad# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Hyderabad(config)# ip route 192.168.2.0 255.255.255.0 10.0.0.2
Hyderabad(config)# ^Z
Hyderabad# show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
Configuring Static Route
D - EIGRP, EX - EIGRPConfiguring Static Route OSPF inter area
external, O - OSPF, IA N1 Router(config)# ip route 1, N2 - OSPF NSSA external type 2
- OSPF NSSA external type <Destination Network ID>
Router(config)# ip route<Destination Network ID>
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
<Destination Subnet Mask>
<Destination Subnet Mask>
i- IS-IS, L1-IS-IS level-1, L2-IS-IS level-2,*- candidate default
<Next-hop IP address >
<Next-hop IP
U - per-user static route, o - ODR address >

Or
Or
Gateway of last resort is not set
Router(config)# ip route <Destination Network ID>
Router(config)# ip route <Destination Network ID>
<Destination Subnet Mask>
<Destination Subnet Mask>
C
192.168.1.0/24 is directly connected, Ethernet0
<Exit interface type><interface number>
<Exit 10.0.0.2
S
192.168.2.0/24 [1/0] via interface type><interface number>
C
10.0.0.0/8 is directly connected, Serial0
Hyderabad#
1 is nothing but
1 is nothing but
S – for Static Routing
S – for Static Routing
Administrative Distance
Administrative Distance

15

Diagram
Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.
C:> telnet 192.168.2.150
Connecting .....
================================
Welcome to Chennai Router
================================
User Access Verification
password : ****
Chennai> enable
password : ****
Chennai# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Chennai(config)# interface serial 1
Chennai(config-if)# ip address 10.0.0.2 255.0.0.0
Chennai(config-if)# no shut
Chennai(config-if)# encapsulation hdlc
Chennai(config-if)# exit
Chennai(config)# exit
Chennai#
Chennai#
Diagram

16
Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.
C:> telnet 192.168.2.150
Connecting .....
================================
Welcome to Chennai Router
================================
User Access Verification
password : ****
Chennai> enable
password : ****
Chennai# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Chennai(config)# interface serial 1
Chennai(config-if)# ip address 10.0.0.2 255.0.0.0
Chennai(config-if)# no shut
Chennai(config-if)# encapsulation hdlc
Chennai(config-if)# exit
Chennai(config)# exit
Chennai#
Chennai#
Diagram

17
Chennai# show ip route
Default gateway is not set
Host
Gateway
Last Use
Total Uses Interface
ICMP redirect cache is empty
Chennai# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Chennai(config)# ip routing
Chennai(config)# ^Z
Chennai# show ip route
Enabling Routing
Enabling Routing
Router(config)#ip routing
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
Router(config)#ip routing
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i- IS-IS, L1-IS-IS level-1, L2-IS-IS level-2,*- candidate default
U - per-user static route, o - ODR

Gateway of last resort is not set
C
192.168.2.0/24 is directly connected, Ethernet0
C
10.0.0.0/8 is directly connected, Serial1
Chennai#

18

Diagram
Chennai# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Chennai(config)# ip route 192.168.1.0 255.255.255.0 S1
Chennai(config)# ^Z
Chennai# show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
Configuring Static Route
D - EIGRP, EX - EIGRPConfiguring Static Route OSPF inter area
external, O - OSPF, IA N1 Router(config)# ip route 1, N2 - OSPF NSSA external type 2
- OSPF NSSA external type <Destination Network ID>
Router(config)# ip route<Destination Network ID>
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
<Destination Subnet Mask>
<Destination Subnet Mask>
i- IS-IS, L1-IS-IS level-1, L2-IS-IS level-2,*- candidate default
<Next-hop IP address >
<Next-hop IP
U - per-user static route, o - ODR address >

Or
Or
Gateway of last resort is not set
Router(config)# ip route <Destination Network ID>
Router(config)# ip route <Destination Network ID>
<Destination Subnet Mask>
<Destination Subnet Mask>
C
192.168.2.0/24 is directly connected, Ethernet0
<Exit interface type><interface number>
<Exit interface Serial1
S
192.168.1.0 is directly connected,type><interface number>
C
10.0.0.0/8 is directly connected, Serial1
Chennai#
If is directly connected
If is directly connected
S – for Static RoutingAdministrative Distance
S – for Static RoutingAdministrative Distance
is 0
is 0

19

Diagram
Hyderabad# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Hyderabad(config)# ip route 192.168.2.0 255.255.255.0 10.0.0.2
Hyderabad(config)# ^Z
Hyderabad# show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i- IS-IS, L1-IS-IS level-1, L2-IS-IS level-2,*- candidate default
U - per-user static route, o - ODR

Gateway of last resort is not set
C
192.168.1.0/24 is directly connected, Ethernet0
S
192.168.2.0/24 [1/0] via 10.0.0.2
C
10.0.0.0/8 is directly connected, Serial0
Hyderabad# ping 192.168.2.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 40/43/44 ms

Hyderabad#

20

Diagram
Chennai# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Chennai(config)# ip route 192.168.1.0 255.255.255.0 S1
Chennai(config)# ^Z
Chennai# show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i- IS-IS, L1-IS-IS level-1, L2-IS-IS level-2,*- candidate default
U - per-user static route, o - ODR

Gateway of last resort is not set
C
192.168.2.0/24 is directly connected, Ethernet0
S
192.168.1.0 is directly connected, Serial1
C
10.0.0.0/8 is directly connected, Serial1
Chennai# ping 192.168.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 40/43/44 ms

Chennai#

21

Diagram

Contenu connexe

Tendances

Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting Presentation
Touhidul Fahim
 
Subnet Masks
Subnet MasksSubnet Masks
Subnet Masks
swascher
 
Routing Information Protocol
Routing Information ProtocolRouting Information Protocol
Routing Information Protocol
Kashif Latif
 
Chapter 8 - IP Subnetting, Troubleshooting and Introduction to NAT 9e
Chapter 8 - IP Subnetting, Troubleshooting and Introduction to NAT 9eChapter 8 - IP Subnetting, Troubleshooting and Introduction to NAT 9e
Chapter 8 - IP Subnetting, Troubleshooting and Introduction to NAT 9e
adpeer
 

Tendances (20)

Ppt of routing protocols
Ppt of routing protocolsPpt of routing protocols
Ppt of routing protocols
 
Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)
 
IPv4 Addressing
 IPv4 Addressing   IPv4 Addressing
IPv4 Addressing
 
Spanning tree protocol (stp)
Spanning tree protocol (stp)Spanning tree protocol (stp)
Spanning tree protocol (stp)
 
Ip address and subnetting
Ip address and subnettingIp address and subnetting
Ip address and subnetting
 
Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting Presentation
 
Open shortest path first (ospf)
Open shortest path first (ospf)Open shortest path first (ospf)
Open shortest path first (ospf)
 
Subnet Masks
Subnet MasksSubnet Masks
Subnet Masks
 
IP addressing and Subnetting PPT
IP addressing and Subnetting PPTIP addressing and Subnetting PPT
IP addressing and Subnetting PPT
 
IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
 
OSPF Basics
OSPF BasicsOSPF Basics
OSPF Basics
 
Ccna PPT
Ccna PPTCcna PPT
Ccna PPT
 
Routing
RoutingRouting
Routing
 
Routing Information Protocol
Routing Information ProtocolRouting Information Protocol
Routing Information Protocol
 
Chapter 10 - DHCP
Chapter 10 - DHCPChapter 10 - DHCP
Chapter 10 - DHCP
 
Chapter 8 - IP Subnetting, Troubleshooting and Introduction to NAT 9e
Chapter 8 - IP Subnetting, Troubleshooting and Introduction to NAT 9eChapter 8 - IP Subnetting, Troubleshooting and Introduction to NAT 9e
Chapter 8 - IP Subnetting, Troubleshooting and Introduction to NAT 9e
 
Packet Tracer Tutorial # 1
Packet Tracer Tutorial # 1Packet Tracer Tutorial # 1
Packet Tracer Tutorial # 1
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
 

En vedette

Configuring dynamic and static routing
Configuring dynamic and static routingConfiguring dynamic and static routing
Configuring dynamic and static routing
Anand Dhouni
 
Dynamic routing under_sec
Dynamic routing under_secDynamic routing under_sec
Dynamic routing under_sec
subhash85
 

En vedette (20)

Static Routing
Static RoutingStatic Routing
Static Routing
 
Chapter 06 - Static Routing
Chapter 06 - Static RoutingChapter 06 - Static Routing
Chapter 06 - Static Routing
 
Multi Static Routng & Default Routing
Multi Static Routng & Default RoutingMulti Static Routng & Default Routing
Multi Static Routng & Default Routing
 
Dynamic Routing
Dynamic RoutingDynamic Routing
Dynamic Routing
 
CCNAv5 - S2: Chapter 6 Static Routing
CCNAv5 - S2: Chapter 6 Static RoutingCCNAv5 - S2: Chapter 6 Static Routing
CCNAv5 - S2: Chapter 6 Static Routing
 
Presentation on router
Presentation on routerPresentation on router
Presentation on router
 
Routers.ppt
Routers.pptRouters.ppt
Routers.ppt
 
Configuring dynamic and static routing
Configuring dynamic and static routingConfiguring dynamic and static routing
Configuring dynamic and static routing
 
Routing Dynamic dan Routing Static, pengertian, perbedaan , contoh, dan manfaat
Routing Dynamic dan Routing Static, pengertian, perbedaan , contoh, dan manfaatRouting Dynamic dan Routing Static, pengertian, perbedaan , contoh, dan manfaat
Routing Dynamic dan Routing Static, pengertian, perbedaan , contoh, dan manfaat
 
Dynamic routing under_sec
Dynamic routing under_secDynamic routing under_sec
Dynamic routing under_sec
 
Internal & External of Routers
Internal & External of RoutersInternal & External of Routers
Internal & External of Routers
 
Routing, Different types of forwarding technique
Routing, Different types of forwarding techniqueRouting, Different types of forwarding technique
Routing, Different types of forwarding technique
 
Initial Configuration of Router
Initial Configuration of RouterInitial Configuration of Router
Initial Configuration of Router
 
1. Introduction
1. Introduction1. Introduction
1. Introduction
 
Dynamic Routing RIP
Dynamic Routing RIPDynamic Routing RIP
Dynamic Routing RIP
 
Routing
RoutingRouting
Routing
 
CCNA presentation.
CCNA presentation.CCNA presentation.
CCNA presentation.
 
IP Routing Tutorial
IP Routing TutorialIP Routing Tutorial
IP Routing Tutorial
 
Cisco Routing and Switching by yateendra sahu ppt
Cisco Routing and Switching by yateendra sahu pptCisco Routing and Switching by yateendra sahu ppt
Cisco Routing and Switching by yateendra sahu ppt
 
Rip Update Timers
Rip Update TimersRip Update Timers
Rip Update Timers
 

Similaire à Static Routing

Dynamic Routing IGRP
Dynamic Routing IGRPDynamic Routing IGRP
Dynamic Routing IGRP
Kishore Kumar
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config
97148881557
 
Lab routing protocols eigrp
Lab routing protocols eigrpLab routing protocols eigrp
Lab routing protocols eigrp
zafar85
 
How to configure interior gateway routing protocol (igrp)
How to configure interior gateway routing protocol (igrp)How to configure interior gateway routing protocol (igrp)
How to configure interior gateway routing protocol (igrp)
IT Tech
 
Eigrp on a cisco asa firewall configuration
Eigrp on a cisco asa firewall configurationEigrp on a cisco asa firewall configuration
Eigrp on a cisco asa firewall configuration
3Anetwork com
 
How to configure Default Routing
How to configure Default RoutingHow to configure Default Routing
How to configure Default Routing
tcpipguru
 
第8讲 Rip和Igrp
第8讲 Rip和Igrp第8讲 Rip和Igrp
第8讲 Rip和Igrp
F.l. Yu
 
Rip version1 configuration on Cisco router
Rip version1 configuration on Cisco routerRip version1 configuration on Cisco router
Rip version1 configuration on Cisco router
tcpipguru
 

Similaire à Static Routing (20)

acit mumbai - ospf rouitng
acit mumbai - ospf rouitng acit mumbai - ospf rouitng
acit mumbai - ospf rouitng
 
OSPF 3
OSPF 3OSPF 3
OSPF 3
 
OSPF 3
OSPF 3OSPF 3
OSPF 3
 
Dynamic Routing IGRP
Dynamic Routing IGRPDynamic Routing IGRP
Dynamic Routing IGRP
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config
 
How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)
 
Lab routing protocols eigrp
Lab routing protocols eigrpLab routing protocols eigrp
Lab routing protocols eigrp
 
Dynamic routing OSPF 1
Dynamic routing OSPF 1Dynamic routing OSPF 1
Dynamic routing OSPF 1
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config
 
Dynamic routing EIGRP
Dynamic routing EIGRPDynamic routing EIGRP
Dynamic routing EIGRP
 
How to configure interior gateway routing protocol (igrp)
How to configure interior gateway routing protocol (igrp)How to configure interior gateway routing protocol (igrp)
How to configure interior gateway routing protocol (igrp)
 
Eigrp on a cisco asa firewall configuration
Eigrp on a cisco asa firewall configurationEigrp on a cisco asa firewall configuration
Eigrp on a cisco asa firewall configuration
 
How to configure Default Routing
How to configure Default RoutingHow to configure Default Routing
How to configure Default Routing
 
Labs ospf
Labs ospfLabs ospf
Labs ospf
 
Labmannual
LabmannualLabmannual
Labmannual
 
第8讲 Rip和Igrp
第8讲 Rip和Igrp第8讲 Rip和Igrp
第8讲 Rip和Igrp
 
BGP Next-hop-self
BGP Next-hop-selfBGP Next-hop-self
BGP Next-hop-self
 
Site to Site VPN between Cisco Routers
Site to Site VPN between Cisco RoutersSite to Site VPN between Cisco Routers
Site to Site VPN between Cisco Routers
 
Rip version1 configuration on Cisco router
Rip version1 configuration on Cisco routerRip version1 configuration on Cisco router
Rip version1 configuration on Cisco router
 
Routing Information Protocol (RIP)
Routing Information Protocol (RIP)Routing Information Protocol (RIP)
Routing Information Protocol (RIP)
 

Plus de Kishore Kumar

Route Authentication
Route AuthenticationRoute Authentication
Route Authentication
Kishore Kumar
 
Recognizing security threats
Recognizing security threatsRecognizing security threats
Recognizing security threats
Kishore Kumar
 
Ccna simulation exam practice guide
Ccna simulation exam practice guideCcna simulation exam practice guide
Ccna simulation exam practice guide
Kishore Kumar
 
Integrated Service Digital Network
Integrated Service Digital NetworkIntegrated Service Digital Network
Integrated Service Digital Network
Kishore Kumar
 

Plus de Kishore Kumar (20)

Switching Types
Switching TypesSwitching Types
Switching Types
 
Switching Types
Switching TypesSwitching Types
Switching Types
 
Route Authentication
Route AuthenticationRoute Authentication
Route Authentication
 
Recognizing security threats
Recognizing security threatsRecognizing security threats
Recognizing security threats
 
Ccna simulation exam practice guide
Ccna simulation exam practice guideCcna simulation exam practice guide
Ccna simulation exam practice guide
 
RIP Update Timers
RIP Update TimersRIP Update Timers
RIP Update Timers
 
Password Recovery
Password RecoveryPassword Recovery
Password Recovery
 
OSPF 2
OSPF 2OSPF 2
OSPF 2
 
Ip addressing
Ip addressingIp addressing
Ip addressing
 
Integrated Service Digital Network
Integrated Service Digital NetworkIntegrated Service Digital Network
Integrated Service Digital Network
 
Frame Relay
Frame RelayFrame Relay
Frame Relay
 
OSI Layers
OSI LayersOSI Layers
OSI Layers
 
Password Recovery
Password RecoveryPassword Recovery
Password Recovery
 
OSPF 2
OSPF 2OSPF 2
OSPF 2
 
IP Addressing
IP AddressingIP Addressing
IP Addressing
 
Internal & External of Routers
Internal & External of RoutersInternal & External of Routers
Internal & External of Routers
 
Integrated Service Digital Network
Integrated Service Digital NetworkIntegrated Service Digital Network
Integrated Service Digital Network
 
Initial Configuration of Router
Initial Configuration of RouterInitial Configuration of Router
Initial Configuration of Router
 
Dynamic Routing RIP
Dynamic Routing RIPDynamic Routing RIP
Dynamic Routing RIP
 
Frame Relay
Frame RelayFrame Relay
Frame Relay
 

Dernier

Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 

Dernier (20)

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...
 
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...
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
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
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
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
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.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 and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 

Static Routing

  • 1. 1
  • 2. Routing Network Diagram Head Office 10.0.0.1/8 S0 HYD E0 192.168.1.150/24 LAN - 192.168.1.0/24 Branch Office S1 10.0.0.2/8 CHE E0 192.168.2.150/24 LAN - 192.168.2.0/24 2
  • 3. Rules of Routing • Head Office Ethernet interface should be in the same network as your Head office LAN and similarly on Branch Office side. Show Diagram • Head Office S0 and Branch Office S1 should be in same network. Show Diagram • Head Office LAN and Branch Office LAN should be in different Network. Show Diagram • All interfaces of Router should be in different network. Show Diagram 3
  • 4. Types of Routing • Static Routing • Default Routing • Dynamic Routing 4
  • 5. Static Routing • It is configured by Administrator manually. • Mandatory need of Destination Network ID • It is Secure & fast • Used for Small organizations with a network of 10-15 Routers. • Administrative distance for Static Route is 0 and 1. It is the “trustworthiness” of the routing information. Lesser the Administrative distance, higher the preference. 5
  • 6. Static Routing Network Diagram 10.0.0.1/8 S0 HYD E0 192.168.1.150/24 LAN - 192.168.1.0/24 S1 10.0.0.2/8 CHE E0 192.168.2.150/24 LAN - 192.168.2.0/24 6
  • 7. 7
  • 8. Routing Network Diagram Head Office 10.0.0.1/8 S0 HYD E0 192.168.1.150/24 LAN - 192.168.1.0/24 Branch Office S1 10.0.0.2/8 CHE E0 192.168.2.150/24 LAN - 192.168.2.0/24 8
  • 9. Routing Network Diagram Head Office 10.0.0.1/8 S0 HYD E0 192.168.1.150/24 LAN - 192.168.1.0/24 Branch Office S1 10.0.0.2/8 CHE E0 192.168.2.150/24 LAN - 192.168.2.0/24 9
  • 10. Routing Network Diagram Head Office 10.0.0.1/8 S0 HYD E0 192.168.1.150/24 LAN - 192.168.1.0/24 Branch Office S1 10.0.0.2/8 CHE E0 192.168.2.150/24 LAN - 192.168.2.0/24 10
  • 11. Routing Network Diagram Head Office 10.0.0.1/8 S0 HYD E0 192.168.1.150/24 LAN - 192.168.1.0/24 Branch Office 11.0.0.1/8 S0 S1 10.0.0.2/8 CHE E0 192.168.2.150/24 LAN - 192.168.2.0/24 11
  • 12. Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp. C:> telnet 192.168.1.150 Connecting ..... ================================ Welcome to Hyderabad Router ================================ User Access Verification password : **** Hyderabad> enable password : **** Hyderabad# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Hyderabad(config)# interface serial 0 Hyderabad(config-if)# ip address 10.0.0.1 255.0.0.0 Hyderabad(config-if)# no shut Hyderabad(config-if)# clockrate 64000 Hyderabad(config-if)# encapsulation hdlc Hyderabad(config-if)# exit Hyderabad(config)# exit Hyderabad# Diagram 12
  • 13. Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp. C:> telnet 192.168.1.150 Connecting ..... ================================ Welcome to Hyderabad Router ================================ User Access Verification password : **** Hyderabad> enable password : **** Hyderabad# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Hyderabad(config)# interface serial 0 Hyderabad(config-if)# ip address 10.0.0.1 255.0.0.0 Hyderabad(config-if)# no shut Hyderabad(config-if)# clockrate 64000 Hyderabad(config-if)# encapsulation hdlc Hyderabad(config-if)# exit Hyderabad(config)# exit Hyderabad# Diagram 13
  • 14. Hyderabad# show ip route Default gateway is not set Host Gateway Last Use Total Uses Interface ICMP redirect cache is empty Hyderabad# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Hyderabad(config)# ip routing Hyderabad(config)# ^Z Hyderabad# show ip route Enabling Routing Enabling Routing Router(config)#ip routing Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP Router(config)#ip routing D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i- IS-IS, L1-IS-IS level-1, L2-IS-IS level-2,*- candidate default U - per-user static route, o - ODR Gateway of last resort is not set C 192.168.1.0/24 is directly connected, Ethernet0 C 10.0.0.0/8 is directly connected, Serial0 Hyderabad# 14 Diagram
  • 15. Hyderabad# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Hyderabad(config)# ip route 192.168.2.0 255.255.255.0 10.0.0.2 Hyderabad(config)# ^Z Hyderabad# show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP Configuring Static Route D - EIGRP, EX - EIGRPConfiguring Static Route OSPF inter area external, O - OSPF, IA N1 Router(config)# ip route 1, N2 - OSPF NSSA external type 2 - OSPF NSSA external type <Destination Network ID> Router(config)# ip route<Destination Network ID> E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP <Destination Subnet Mask> <Destination Subnet Mask> i- IS-IS, L1-IS-IS level-1, L2-IS-IS level-2,*- candidate default <Next-hop IP address > <Next-hop IP U - per-user static route, o - ODR address > Or Or Gateway of last resort is not set Router(config)# ip route <Destination Network ID> Router(config)# ip route <Destination Network ID> <Destination Subnet Mask> <Destination Subnet Mask> C 192.168.1.0/24 is directly connected, Ethernet0 <Exit interface type><interface number> <Exit 10.0.0.2 S 192.168.2.0/24 [1/0] via interface type><interface number> C 10.0.0.0/8 is directly connected, Serial0 Hyderabad# 1 is nothing but 1 is nothing but S – for Static Routing S – for Static Routing Administrative Distance Administrative Distance 15 Diagram
  • 16. Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp. C:> telnet 192.168.2.150 Connecting ..... ================================ Welcome to Chennai Router ================================ User Access Verification password : **** Chennai> enable password : **** Chennai# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Chennai(config)# interface serial 1 Chennai(config-if)# ip address 10.0.0.2 255.0.0.0 Chennai(config-if)# no shut Chennai(config-if)# encapsulation hdlc Chennai(config-if)# exit Chennai(config)# exit Chennai# Chennai# Diagram 16
  • 17. Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp. C:> telnet 192.168.2.150 Connecting ..... ================================ Welcome to Chennai Router ================================ User Access Verification password : **** Chennai> enable password : **** Chennai# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Chennai(config)# interface serial 1 Chennai(config-if)# ip address 10.0.0.2 255.0.0.0 Chennai(config-if)# no shut Chennai(config-if)# encapsulation hdlc Chennai(config-if)# exit Chennai(config)# exit Chennai# Chennai# Diagram 17
  • 18. Chennai# show ip route Default gateway is not set Host Gateway Last Use Total Uses Interface ICMP redirect cache is empty Chennai# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Chennai(config)# ip routing Chennai(config)# ^Z Chennai# show ip route Enabling Routing Enabling Routing Router(config)#ip routing Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP Router(config)#ip routing D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i- IS-IS, L1-IS-IS level-1, L2-IS-IS level-2,*- candidate default U - per-user static route, o - ODR Gateway of last resort is not set C 192.168.2.0/24 is directly connected, Ethernet0 C 10.0.0.0/8 is directly connected, Serial1 Chennai# 18 Diagram
  • 19. Chennai# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Chennai(config)# ip route 192.168.1.0 255.255.255.0 S1 Chennai(config)# ^Z Chennai# show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP Configuring Static Route D - EIGRP, EX - EIGRPConfiguring Static Route OSPF inter area external, O - OSPF, IA N1 Router(config)# ip route 1, N2 - OSPF NSSA external type 2 - OSPF NSSA external type <Destination Network ID> Router(config)# ip route<Destination Network ID> E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP <Destination Subnet Mask> <Destination Subnet Mask> i- IS-IS, L1-IS-IS level-1, L2-IS-IS level-2,*- candidate default <Next-hop IP address > <Next-hop IP U - per-user static route, o - ODR address > Or Or Gateway of last resort is not set Router(config)# ip route <Destination Network ID> Router(config)# ip route <Destination Network ID> <Destination Subnet Mask> <Destination Subnet Mask> C 192.168.2.0/24 is directly connected, Ethernet0 <Exit interface type><interface number> <Exit interface Serial1 S 192.168.1.0 is directly connected,type><interface number> C 10.0.0.0/8 is directly connected, Serial1 Chennai# If is directly connected If is directly connected S – for Static RoutingAdministrative Distance S – for Static RoutingAdministrative Distance is 0 is 0 19 Diagram
  • 20. Hyderabad# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Hyderabad(config)# ip route 192.168.2.0 255.255.255.0 10.0.0.2 Hyderabad(config)# ^Z Hyderabad# show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i- IS-IS, L1-IS-IS level-1, L2-IS-IS level-2,*- candidate default U - per-user static route, o - ODR Gateway of last resort is not set C 192.168.1.0/24 is directly connected, Ethernet0 S 192.168.2.0/24 [1/0] via 10.0.0.2 C 10.0.0.0/8 is directly connected, Serial0 Hyderabad# ping 192.168.2.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.2.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 40/43/44 ms Hyderabad# 20 Diagram
  • 21. Chennai# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Chennai(config)# ip route 192.168.1.0 255.255.255.0 S1 Chennai(config)# ^Z Chennai# show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i- IS-IS, L1-IS-IS level-1, L2-IS-IS level-2,*- candidate default U - per-user static route, o - ODR Gateway of last resort is not set C 192.168.2.0/24 is directly connected, Ethernet0 S 192.168.1.0 is directly connected, Serial1 C 10.0.0.0/8 is directly connected, Serial1 Chennai# ping 192.168.1.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 40/43/44 ms Chennai# 21 Diagram