SlideShare una empresa de Scribd logo
1 de 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

Más contenido relacionado

La actualidad más candente

La actualidad más candente (20)

Ipv4 presentation
Ipv4 presentationIpv4 presentation
Ipv4 presentation
 
Cisco Router Basic Configuration
Cisco Router Basic ConfigurationCisco Router Basic Configuration
Cisco Router Basic Configuration
 
IP addressing and Subnetting PPT
IP addressing and Subnetting PPTIP addressing and Subnetting PPT
IP addressing and Subnetting PPT
 
Dynamic Routing IGRP
Dynamic Routing IGRPDynamic Routing IGRP
Dynamic Routing IGRP
 
Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
 
Ospf.ppt
Ospf.pptOspf.ppt
Ospf.ppt
 
Ip addressing
Ip addressingIp addressing
Ip addressing
 
Ipv4 ppt
Ipv4 pptIpv4 ppt
Ipv4 ppt
 
Basics of IP Addressing
Basics of IP AddressingBasics of IP Addressing
Basics of IP Addressing
 
Address resolution protocol (ARP)
Address resolution protocol (ARP)Address resolution protocol (ARP)
Address resolution protocol (ARP)
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
 
Open shortest path first (ospf)
Open shortest path first (ospf)Open shortest path first (ospf)
Open shortest path first (ospf)
 
Vlan
Vlan Vlan
Vlan
 
Network address translation
Network address translationNetwork address translation
Network address translation
 
Subnet Masks
Subnet MasksSubnet Masks
Subnet Masks
 
Subnetting
SubnettingSubnetting
Subnetting
 
Dynamic routing
Dynamic routingDynamic routing
Dynamic routing
 
Cisco Commands
Cisco CommandsCisco Commands
Cisco Commands
 
Cisco router basic
Cisco router basicCisco router basic
Cisco router basic
 

Destacado

Chapter 06 - Static Routing
Chapter 06 - Static RoutingChapter 06 - Static Routing
Chapter 06 - Static RoutingYaser Rahmati
 
Multi Static Routng & Default Routing
Multi Static Routng & Default RoutingMulti Static Routng & Default Routing
Multi Static Routng & Default RoutingKishore Kumar
 
Dynamic Routing
Dynamic RoutingDynamic Routing
Dynamic Routingtmavroidis
 
CCNAv5 - S2: Chapter 6 Static Routing
CCNAv5 - S2: Chapter 6 Static RoutingCCNAv5 - S2: Chapter 6 Static Routing
CCNAv5 - S2: Chapter 6 Static RoutingVuz Dở Hơi
 
Routers and Routing Configuration
Routers and Routing ConfigurationRouters and Routing Configuration
Routers and Routing Configurationyasir1122
 
Routers.ppt
Routers.pptRouters.ppt
Routers.pptkirbadh
 
Configuring dynamic and static routing
Configuring dynamic and static routingConfiguring dynamic and static routing
Configuring dynamic and static routingAnand Dhouni
 
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 manfaatlingacing
 
Dynamic routing under_sec
Dynamic routing under_secDynamic routing under_sec
Dynamic routing under_secsubhash85
 
Internal & External of Routers
Internal & External of RoutersInternal & External of Routers
Internal & External of RoutersKishore Kumar
 
Routing, Different types of forwarding technique
Routing, Different types of forwarding techniqueRouting, Different types of forwarding technique
Routing, Different types of forwarding techniquerajib_
 
Initial Configuration of Router
Initial Configuration of RouterInitial Configuration of Router
Initial Configuration of RouterKishore Kumar
 
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 pptyateendrasahu
 

Destacado (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
 
Routers and Routing Configuration
Routers and Routing ConfigurationRouters and Routing Configuration
Routers and Routing Configuration
 
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.
 
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
 

Similar a Static Routing

Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config97148881557
 
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)IT Tech
 
Lab routing protocols eigrp
Lab routing protocols eigrpLab routing protocols eigrp
Lab routing protocols eigrpzafar85
 
Dynamic routing OSPF 1
Dynamic routing OSPF 1Dynamic routing OSPF 1
Dynamic routing OSPF 1Kishore Kumar
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_configarjuntrk
 
Dynamic routing EIGRP
Dynamic routing EIGRPDynamic routing EIGRP
Dynamic routing EIGRPKishore Kumar
 
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 configuration3Anetwork com
 
How to configure Default Routing
How to configure Default RoutingHow to configure Default Routing
How to configure Default Routingtcpipguru
 
第8讲 Rip和Igrp
第8讲 Rip和Igrp第8讲 Rip和Igrp
第8讲 Rip和IgrpF.l. Yu
 
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 RoutersSandeep Kumar
 
Rip version1 configuration on Cisco router
Rip version1 configuration on Cisco routerRip version1 configuration on Cisco router
Rip version1 configuration on Cisco routertcpipguru
 
Routing Information Protocol (RIP)
Routing Information Protocol (RIP)Routing Information Protocol (RIP)
Routing Information Protocol (RIP)Tharindu Sankalpa
 
Routing information protocol & rip configuration
Routing information protocol & rip configurationRouting information protocol & rip configuration
Routing information protocol & rip configuration3Anetwork com
 

Similar a 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
 
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)
 
Routing information protocol & rip configuration
Routing information protocol & rip configurationRouting information protocol & rip configuration
Routing information protocol & rip configuration
 

Más de Kishore Kumar

Más 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
 

Último

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Ữ Â...Nguyen Thanh Tu Collection
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
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.pptxAreebaZafar22
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxNikitaBankoti2
 
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.MaryamAhmad92
 
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.pptxDenish Jangid
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
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.pdfAdmir Softic
 
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.pdfQucHHunhnh
 
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.pdfPoh-Sun Goh
 
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 ConsultingTechSoup
 
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...Poonam Aher Patil
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
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).pptxVishalSingh1417
 

Último (20)

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Ữ Â...
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
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
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
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.
 
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
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
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
 
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
 
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
 
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
 
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...
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
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
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 

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