SlideShare a Scribd company logo
2 Determining IP Routes
2 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
2 Identifying Static and Dynamic Routes Static Route Uses a route that a network administrator enters into the router manually Dynamic Route Uses a route that a network routing protocol adjusts automatically for topology or traffic changes
2 Static Routes   Network Stub network 172.16.1.0 176.16.2.2 172.16.2.1 so Configure unidirectional static routes to and from a stub network to allow communications to occur.
[object Object],Static Route Configuration ip route  network  [  mask  ] {   address  |  interface  } [  distance  ] [ permanent ]  Router (config)#
2 Static Route Example   Network Stub network 172.16.1.0 176.16.2.2 172.16.2.1 so Ip route 172.16.1.0 255.255.255.0 172.16.2.1 This a unidirectional route. You must have a route configured in the opposite direction.
2 Copyright © 1998, Cisco Systems, Inc.  ICRC_revision_11.3 Default Routes   Network Stub network 172.16.1.0 176.16.2.2 172.16.2.1 so ip route 0.0.0.0  0.0.0.0  172.16.2.2 This route allows a stub network to reach all known networks beyond router A.
2 Copyright © 1998, Cisco Systems, Inc.  ICRC_revision_11.3 What is a Routing protocol? Routing protocols are used between routers to determine paths and maintain routing tables. Once the path is determined a router can route a routed protocol. Network Protocol Connected  RIP IGRP Destination network Exit  Interface 10.120.2.0 172.16.2.0 172.17.3.0 E0 S0 S1 10.120.2.0 E0 S0 172.16.1.0 Routed protocol:IP Routing protocol:RIP,IGRP
2 Copyright © 1998, Cisco Systems, Inc.  ICRC_revision_11.3 Autonomous System: Interior or Exterior Routing Protocols Autonomous System 100 Autonomous System 200 ,[object Object],[object Object],[object Object],IGPs : RIP, IGRP EGPs :BGP
Administrative Distance Interface 128.31.7.1  Administrative  Distance=100 Interface 128.5.1.3 Administrative  Distance=120 Router D Router C Router B Router A I need to send a packet to Router D. Both router B and C will get it there. Which route is more reliable?
Classes of Routing Protocols Distance Vector Hybrid Routing Link State C D B A C D B A
Distance Vector Concept ,[object Object],C B A D Routing Table Routing Table Routing Table Routing Table C D B A
Distance Vector Network Discovery ,[object Object],A B C 10.1.0.0 10.2.0.0 10.3.0.0 10.4.0.0 E0 S0 S0 S1 S0 E0 Routing Table 10.2.0.0 10.3.0.0 0 0 Routing Table 10.3.0.0 S0 0 10.4.0.0 E0 0 Routing Table 10.1.0.0 10.2.0.0 0 0 S0 S1 E0 S0
Distance Vector Network Discovery ,[object Object],A B C 10.1.0.0 10.2.0.0 10.3.0.0 10.4.0.0 E0 S0 S0 S1 S0 E0 Routing Table 10.1.0.0 10.2.0.0 10.3.0.0 Routing Table 10.2.0.0 10.3.0.0 10.4.0.0 10.1.0.0 0 0 1 1 Routing Table 10.3.0.0 S0 0 10.4.0.0 E0 0 10.2.0.0 1 1 0 0 S0 S1 S1 S0 S0 E0 S0 S0
Distance Vector Network Discovery ,[object Object],A B C 10.1.0.0 10.2.0.0 10.3.0.0 10.4.0.0 E0 S0 S0 S1 S0 E0 Routing Table 10.1.0.0 10.2.0.0 10.3.0.0 10.4.0.0 Routing Table 10.2.0.0 10.3.0.0 10.4.0.0 10.1.0.0 0 0 1 1 Routing Table 10.3.0.0 S0 0 10.4.0.0 E0 0 10.2.0.0 10.1.0.0 1 2 1 2 0 0 S0 S1 S1 S0 S0 S0 E0 S0 S0 S0
Problem: Routing Loops ,[object Object],A B C 10.1.0.0 10.2.0.0 10.3.0.0 10.4.0.0 E0 S0 S0 S1 S0 E0 Routing Table 10.3.0.0 1 2 10.1.0.0 10.2.0.0 10.4.0.0 0 0 Routing Table 10.1.0.0 1 2 10.4.0.0 10.3.0.0 10.2.0.0 0 0 Routing Table 10.2.0.0 1 1 10.1.0.0 10.4.0.0 10.3.0.0 0 0 S0 E0 S0 S0 E0 S0 S0 S0 S0 S1 S1 S0
Problem: Routing Loops ,[object Object],A B C 10.1.0.0 10.2.0.0 10.3.0.0 10.4.0.0 E0 S0 S0 S1 S0 E0 X Routing Table 10.3.0.0 1 2 10.1.0.0 10.2.0.0 10.4.0.0 0 Down Routing Table 10.1.0.0 1 2 10.4.0.0 10.3.0.0 10.2.0.0 0 0 Routing Table 10.2.0.0 1 1 10.1.0.0 10.4.0.0 10.3.0.0 0 0 S0 E0 S0 S0 E0 S0 S0 S0 S0 S1 S1 S0
Problem: Routing Loops ,[object Object],A B C 10.1.0.0 10.2.0.0 10.3.0.0 10.4.0.0 E0 S0 S0 S1 S0 E0 X Routing Table 10.3.0.0 1 2 10.1.0.0 10.2.0.0 10.4.0.0 0 2 Routing Table 10.1.0.0 1 2 10.4.0.0 10.3.0.0 10.2.0.0 0 0 Routing Table 10.2.0.0 1 1 10.1.0.0 10.4.0.0 10.3.0.0 0 0 S0 E0 S0 S0 E0 S0 S0 S0 S0 S1 S1 S1
Problem: Routing Loops ,[object Object],A B C 10.1.0.0 10.2.0.0 10.3.0.0 10.4.0.0 E0 S0 S0 S1 S0 E0 X Routing Table 10.3.0.0 1 2 10.1.0.0 10.2.0.0 10.4.0.0 0 2 Routing Table 10.1.0.0 1 4 10.4.0.0 10.3.0.0 10.2.0.0 0 0 Routing Table 10.2.0.0 3 1 10.1.0.0 10.4.0.0 10.3.0.0 0 0 S0 S0 S0 S0 E0 S0 S0 S0 S0 S1 S1 S0
Symptom: Counting to Infinity ,[object Object],A B C 10.1.0.0 10.2.0.0 10.3.0.0 10.4.0.0 E0 S0 S0 S1 S0 E0 X Routing Table 10.3.0.0 1 2 10.1.0.0 10.2.0.0 10.4.0.0 0 5 Routing Table 10.1.0.0 1 3 10.4.0.0 10.3.0.0 10.2.0.0 0 0 Routing Table 10.2.0.0 4 1 10.1.0.0 10.4.0.0 10.3.0.0 0 0 S0 S0 S0 S0 E0 S0 S0 S0 S0 S1 S1 S0
Solution: Defining a Maximum ,[object Object],A B C 10.1.0.0 10.2.0.0 10.3.0.0 10.4.0.0 E0 S0 S0 S1 S0 E0 X Routing Table 10.3.0.0 1 2 10.1.0.0 10.2.0.0 10.4.0.0 0 16 Routing Table 10.1.0.0 1 16 10.4.0.0 10.3.0.0 10.2.0.0 0 0 Routing Table 10.2.0.0 16 1 10.1.0.0 10.4.0.0 10.3.0.0 0 0 S0 S0 S0 S0 E0 S0 S0 S0 S0 S1 S1 S0
Solution: Split Horizon ,[object Object],A B C 10.1.0.0 10.2.0.0 10.3.0.0 10.4.0.0 E0 S0 S0 S1 S0 E0 X X X Routing Table 10.3.0.0 1 2 10.1.0.0 10.2.0.0 10.4.0.0 0 0 Routing Table 10.1.0.0 1 2 10.4.0.0 10.3.0.0 10.2.0.0 0 0 Routing Table 10.2.0.0 1 2 10.1.0.0 10.4.0.0 10.3.0.0 0 0 S0 S0 S0 S0 E0 S0 S0 S0 S0 S1 S1 E1
Solution: Poison Reverse ,[object Object],A B C 10.1.0.0 10.2.0.0 10.3.0.0 10.4.0.0 E0 S0 S0 S1 S0 E0 X Routing Table 10.3.0.0 1 2 10.1.0.0 10.2.0.0 10.4.0.0 0 Infinity Routing Table 10.1.0.0 1 2 10.4.0.0 10.3.0.0 10.2.0.0 0 0 Routing Table 10.2.0.0 1 2 10.1.0.0 10.4.0.0 10.3.0.0 0 0 S0 S0 S0 S0 E0 S0 S0 S0 S0 S1 S1 E1
Solution: Hold-Down Timers ,[object Object],Network 10.4.0.0 is down then back up then back down Update after hold-down Time Network 10.4.0.0 is unreachable A B C 10.1.0.0 10.2.0.0 10.3.0.0 10.4.0.0 E0 S0 S0 S1 S0 E0 X Update after hold-down Time
Solution: Triggered Updates ,[object Object],A B C 10.2.0.0 10.3.0.0 10.4.0.0 E0 S0 S0 S1 S0 E0 X 10.1.0.0 Network 10.4.0.0 is unreachable Network 10.4.0.0 is unreachable Network 10.4.0.0 is unreachable
Implementing Solutions in Multiple Routes X C 10.4.0.0 D B E A Routing Table 10.4.0.0 Infinity E0
Implementing Solutions in Multiple Routes (cont.) C X Network 10.4.0.0 is possibly down Network 10.4.0.0 is possibly down 10.4.0.0 Update after holddown time D B E A
Implementing Solutions in Multiple Routes (cont.) C X 10.4.0.0 Update after holddown time Update after holddown time Network 10.4.0.0 is possibly down Network 10.4.0.0 is possibly down D B E A
Implementing Solutions in Multiple Routes (cont.) C X 10.4.0.0 Update after holddown time Update after holddown time Update after holddown time Packet for  Network 10.4.0.0 D B E A
Link-State Concept ,[object Object],Link-State Packets SPF Algorithm Topological Database Shortest Path First Tree Routing Table C A D B
Link-State Network Discovery ,[object Object],A B C X Y Z W E0 S1 S1 S0 S1 E1 Routing Table W 0 X 0 Routing Table X 0 Y 0 Routing Table Y 0 Z 0 E0 S1 S0 S1 S1 E1
Link-State Network Discovery ,[object Object],A B C X Y Z Topological Database Topological Database Topological Database W E0 S1 S1 S0 S1 E1 SPF SPF SPF Routing Table W 0 X 0 Routing Table X 0 Y 0 Routing Table Y 0 Z 0 E0 S1 S0 S1 S1 E1
Link-State Network Discovery ,[object Object],A B C X Y Z Topological Database A Routing Table Topological Database B Routing Table Topological Database C Routing Table W E0 S1 S1 S0 S1 E1 SPF SPF  Tree SPF  Tree SPF  Tree SPF SPF Routing Table W 0 X 0 Routing Table X 0 Y 0 Routing Table Y 0 Z 0 E0 S1 S0 S1 S1 E1
Link-State Topology Changes ,[object Object],Process to  update this  routing table Process to  update this  routing table Topology change  in link- state update Process to  update this  routing table
Link-State Concerns ,[object Object],SPF SPF  Tree Topological Database A Routing Table
Link-State Concerns ,[object Object],[object Object],SPF SPF  Tree Topological Database A Routing Table
 
[object Object],Hybrid Routing Choose a routing path based  on distance vectors Converge rapidly using  change-based updates Balanced Hybrid Routing
[object Object],RIP Overview 19.2 kbps T1 T1 T1
[object Object],RIP Configuration router rip Router(config)# network  network-number Router(config-router)# ,[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],IP Routing Configuration Tasks Network 160.89.0.0 Network 172.30.0.0 IGRP, RIP Network 172.16.0.0 RIP RIP IGRP
[object Object],Dynamic Routing Configuration router  protocol  [  keyword  ]  Router(config)# ,[object Object],[object Object],network  network-number Router(config-router)#
Rip Configuration Example A B C E0 S2 S2 S3 S3 E0 172.16.1.1 10.1.1.1 172.16.1.1 172.16.1.1 10.1.1.2 10.2.2.2 172.16.1.0 192.168.1.0 Router rip  network 172.16.0.0 network 10.0.0.0 Router rip  network 192.168.1.0 network 10.0.0.0 Router rip  network 10.0.0.0
Verifying the Routing Protocol_RIP A B C E0 S2 S2 S3 S3 E0 172.16.1.1 10.1.1.1 172.16.1.1 172.16.1.1 10.1.1.2 10.2.2.2 172.16.1.0 192.168.1.0 Router A # sh ip protocols routing protocol is “rip” sending updates every 30  seconds, next due in 0 seconds  Invalid  after 180 seconds, hold down 180, flushed after 240 outgoing update filter list for all interfaces is incoming update filter list for all interfaces is redistributing : rip  Default version control : send version 1, receive any version Interface  Send  Recv  Key_chain Ethernet 0  1  1 2  Serial 2  1  1  2 Routing  for  networks: 10.0.0.0 172.16.0.0 Routing information sources: Gateway  distance  last update  10.1.1.2  120  00:00:10 Distance  :  (default  is 120 )
Displaying the IP Routing Table Router> 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    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 Gateway of last resort is not set   144.253.0.0 is subnetted (mask is 255.255.255.0), 1 subnets C  144.253.100.0 is directly connected, Ethernet1 R  153.50.0.0 [120/1] via 183.8.128.12, 00:00:09, Ethernet0   183.8.0.0 is subnetted (mask is 255.255.255.128), 4 subnets R  183.8.0.128 [120/1] via 183.8.128.130, 00:00:17, Serial0   [120/1] via 183.8.64.130, 00:00:17, Serial1 C  183.8.128.0 is directly connected, Ethernet0 C  183.8.64.128 is directly connected, Serial1 C  183.8.128.128 is directly connected, Serial0
debug ip rip  Command Router# debug ip rip RIP protocol debugging is on Router# RIP: received update from 172.8.128.130 on Serial0   172.8.0.128 in 1 hops   172.8.64.128 in 16 hops (inaccessible)  RIP: received update from 172.8.64.130 on Serial1   172.8.0.128 in 1 hops   172.8.128.128 in 1 hops RIP: received update from 172.8.128.130 on Serial0   172.8.0.128 in 1 hops   172.8.64.128 in 1 hops RIP: sending update to 255.255.255.255 via Ethernet0 (172.8.128.2)   subnet 172.8.0.128, metric 2   subnet 172.8.64.128, metric 6   subnet 172.8.128.128, metric 1   network 10.253.0.0, metric 1 RIP: sending update to 255.255.255.255 via Ethernet1 (10.253.100.202)   network 10.50.0.0, metric 2   network 172.8.0.0, metric 1
Verifying the Routing Protocol_RIP A B C E0 S2 S2 S3 S3 E0 172.16.1.1 10.1.1.1 172.16.1.1 172.16.1.1 10.1.1.2 10.2.2.2 172.16.1.0 192.168.1.0 Router A # sh ip protocols routing protocol is “rip” sending updates every 30  seconds, next due in 0 seconds  Invalid  after 180 seconds, hold down 180, flushed after 240 outgoing update filter list for all interfaces is incoming update filter list for all interfaces is redistributing : rip  Default version control : send version 1, receive any version Interface  Send  Recv  Key_chain Ethernet 0  1  1 2  Serial 2  1  1  2 Routing  for  networks: 10.0.0.0 172.16.0.0 Routing information sources: Gateway  distance  last update  10.1.1.2  120  00:00:10 Distance  :  (default  is 120 )
[object Object],[object Object],[object Object],[object Object],Introduction to IGRP IGRP
[object Object],[object Object],[object Object],[object Object],[object Object],IGRP Composite Metric 19.2 kbps 19.2 kbps Source Destination
[object Object],[object Object],[object Object],IGRP Unequal Multiple Paths New Route Initial  Route Source Destination
Configuring IGRP network  network-number Router(config-router)# ,[object Object],router igrp  autonomous-system Router(config)# ,[object Object]
Configuring IGRP(cont.) Router(config_router)#variance  multiplier ,[object Object],Router (config_router )# traffic_share { balanced  |  min } ,[object Object]
IGRP  Configuration Example A B C E0 S2 S2 S3 S3 E0 172.16.1.1 10.1.1.1 10.2.2.3 192.168.1.1 10.1.1.2 10.2.2.2 172.16.1.0 192.168.1.0 Router igrp 100 network 172.16.0.0 network 10.0.0.0 Router igrp 100  network 192.168.1.0 network 10.0.0.0 Router igrp 100 network 10.0.0.0
Displaying the Routing Protocol—IGRP Router> show ip protocols Routing Protocol is "igrp 100"   Sending updates every 90 seconds, next due in 21 seconds   Invalid after 270 seconds, hold down 280, flushed after 630   Outgoing update filter list for all interfaces is not set   Incoming update filter list for all interfaces is not set   Default networks flagged in outgoing updates   Default networks accepted from incoming updates   IGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0   IGRP maximum hopcount 100   IGRP maximum metric variance 1   Redistributing: igrp 100   Routing for Networks:   10.0.0.0   172.16.0.0 Routing Information Sources:   Gateway  Distance  Last Update   10.1.1.2  100  00:01:01 Distance:  (default is 100)  --More--
show ip interfaces  Command Router> show ip interfaces Ethernet0 is up, line protocol is up   Internet address is 183.8.128.2 subnet mask is 255.255.255.128 Broadcast address is 255.255.255.255   Address determined by non-volatile memory   MTU is 1500 bytes   Helper address is not set   Directed broadcast forwarding is enabled   Outgoing access list is not set   Inbound  access list is not set   Proxy ARP is enabled   Security level is default   Split horizon is enabled   ICMP redirects are always sent   ICMP unreachables are always sent   ICMP mask replies are never sent   IP fast switching is enabled   IP fast switching on the same interface is disabled   IP SSE switching is disabled   Router Discovery is disabled   IP output packet accounting is disabled    --More--
show ip route  Command Router> 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    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 Gateway of last resort is not set   144.253.0.0 is subnetted (mask is 255.255.255.0), 1 subnets C  144.253.100.0 is directly connected, Ethernet1 I  133.3.0.0 [100/1200] via 144.253.100.200, 00:00:57, Ethernet1 I  153.50.0.0 [100/1200] via 183.8.128.12, 00:00:05, Ethernet0   183.8.0.0 is subnetted (mask is 255.255.255.128), 4 subnets I  183.8.0.128 [100/180671] via 183.8.64.130, 00:00:27, Serial1   [100/180671] via 183.8.128.130, 00:00:27, Serial0 C  183.8.64.0 is directly connected, Ethernet0 C  183.8.64.128 is directly connected, Serial1 C  183.8.128.128 is directly connected, Serial0 I  172.16.0.0 [100/1200] via 144.253.100.1, 00:00:55, Ethernet1 I  192.3.63.0 [100/1300] via 144.253.100.200, 00:00:58, Ethernet1

More Related Content

What's hot

IP ROUTING
IP ROUTINGIP ROUTING
IP ROUTING
anilinvns
 
ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
anilinvns
 
Examen final ccna2
Examen final ccna2Examen final ccna2
Examen final ccna2
Juli Yaret
 
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
 
LAYER 2 SWITCHING
LAYER 2 SWITCHINGLAYER 2 SWITCHING
LAYER 2 SWITCHING
anilinvns
 
Chapter 7
Chapter 7Chapter 7
Chapter 7
Suchit Aher
 
Output drops due to qo s on cisco 2960 3560 3750 switches
Output drops due to qo s on cisco 2960 3560 3750 switchesOutput drops due to qo s on cisco 2960 3560 3750 switches
Output drops due to qo s on cisco 2960 3560 3750 switches
candy tang
 
Day 10 loops+ rip+ igrp
Day 10 loops+  rip+ igrpDay 10 loops+  rip+ igrp
Day 10 loops+ rip+ igrp
CYBERINTELLIGENTS
 
Day 4 LAYER 2 SWITCHING
Day 4 LAYER 2 SWITCHINGDay 4 LAYER 2 SWITCHING
Day 4 LAYER 2 SWITCHING
anilinvns
 
RIP - Routing Information Protocol
RIP - Routing Information ProtocolRIP - Routing Information Protocol
RIP - Routing Information Protocol
selvakumar_b1985
 
Eigrp
EigrpEigrp
ivesgimpaya2
ivesgimpaya2ivesgimpaya2
ivesgimpaya2
guest10184a
 
Chapter6ccna
Chapter6ccnaChapter6ccna
Chapter6ccna
robertoxe
 
OSPF Summary LSA (Type 3 LSA)
OSPF Summary LSA (Type 3 LSA)OSPF Summary LSA (Type 3 LSA)
OSPF Summary LSA (Type 3 LSA)
NetProtocol Xpert
 
Network technology Paper 2
Network technology Paper 2Network technology Paper 2
Network technology Paper 2
Sachii Dosti
 
Routing information protocol & rip configuration
Routing information protocol & rip configurationRouting information protocol & rip configuration
Routing information protocol & rip configuration
3Anetwork com
 
mpls-02
mpls-02mpls-02
mpls-02
kj teoh
 
Cisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel ConfigurationCisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel Configuration
Hamed Moghaddam
 
Juniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route ConfigurationJuniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route Configuration
Hamed Moghaddam
 
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
Manuel Garcia Meza
 

What's hot (20)

IP ROUTING
IP ROUTINGIP ROUTING
IP ROUTING
 
ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
 
Examen final ccna2
Examen final ccna2Examen final ccna2
Examen final ccna2
 
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)
 
LAYER 2 SWITCHING
LAYER 2 SWITCHINGLAYER 2 SWITCHING
LAYER 2 SWITCHING
 
Chapter 7
Chapter 7Chapter 7
Chapter 7
 
Output drops due to qo s on cisco 2960 3560 3750 switches
Output drops due to qo s on cisco 2960 3560 3750 switchesOutput drops due to qo s on cisco 2960 3560 3750 switches
Output drops due to qo s on cisco 2960 3560 3750 switches
 
Day 10 loops+ rip+ igrp
Day 10 loops+  rip+ igrpDay 10 loops+  rip+ igrp
Day 10 loops+ rip+ igrp
 
Day 4 LAYER 2 SWITCHING
Day 4 LAYER 2 SWITCHINGDay 4 LAYER 2 SWITCHING
Day 4 LAYER 2 SWITCHING
 
RIP - Routing Information Protocol
RIP - Routing Information ProtocolRIP - Routing Information Protocol
RIP - Routing Information Protocol
 
Eigrp
EigrpEigrp
Eigrp
 
ivesgimpaya2
ivesgimpaya2ivesgimpaya2
ivesgimpaya2
 
Chapter6ccna
Chapter6ccnaChapter6ccna
Chapter6ccna
 
OSPF Summary LSA (Type 3 LSA)
OSPF Summary LSA (Type 3 LSA)OSPF Summary LSA (Type 3 LSA)
OSPF Summary LSA (Type 3 LSA)
 
Network technology Paper 2
Network technology Paper 2Network technology Paper 2
Network technology Paper 2
 
Routing information protocol & rip configuration
Routing information protocol & rip configurationRouting information protocol & rip configuration
Routing information protocol & rip configuration
 
mpls-02
mpls-02mpls-02
mpls-02
 
Cisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel ConfigurationCisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel Configuration
 
Juniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route ConfigurationJuniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route Configuration
 
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
 

Viewers also liked

Tn oservices
Tn oservicesTn oservices
Lecture 20 presentation
Lecture 20 presentationLecture 20 presentation
Lecture 20 presentation
Asif
 
Gioco del regolamento
Gioco del regolamentoGioco del regolamento
Gioco del regolamento
Roberta
 
Daurum: Introduction
Daurum: IntroductionDaurum: Introduction
Daurum: Introduction
Sparsity Technologies
 
02 module internet concept overview
02  module internet concept overview02  module internet concept overview
02 module internet concept overview
Asif
 
My Family
My FamilyMy Family
My Family
sookimaki
 
Bibex: Introduction
Bibex: IntroductionBibex: Introduction
Bibex: Introduction
Sparsity Technologies
 
14 module
14  module14  module
14 module
Asif
 

Viewers also liked (8)

Tn oservices
Tn oservicesTn oservices
Tn oservices
 
Lecture 20 presentation
Lecture 20 presentationLecture 20 presentation
Lecture 20 presentation
 
Gioco del regolamento
Gioco del regolamentoGioco del regolamento
Gioco del regolamento
 
Daurum: Introduction
Daurum: IntroductionDaurum: Introduction
Daurum: Introduction
 
02 module internet concept overview
02  module internet concept overview02  module internet concept overview
02 module internet concept overview
 
My Family
My FamilyMy Family
My Family
 
Bibex: Introduction
Bibex: IntroductionBibex: Introduction
Bibex: Introduction
 
14 module
14  module14  module
14 module
 

Similar to 09 module determinig ip routes

Ccnp route
Ccnp routeCcnp route
Switching
SwitchingSwitching
Switching
Raja Khalid
 
CCIE Lab - IGP Routing
CCIE Lab -  IGP Routing  CCIE Lab -  IGP Routing
CCIE Lab - IGP Routing
Kristof De Brouwer
 
06 tk 1073 network layer
06   tk 1073 network layer06   tk 1073 network layer
06 tk 1073 network layer
Setia Juli Irzal Ismail
 
D3.1 ip routing
D3.1 ip routingD3.1 ip routing
D3.1 ip routing
Sayeeda Shireen
 
Ccna 3 Chapter 6 V4.0 Answers
Ccna 3 Chapter 6 V4.0 AnswersCcna 3 Chapter 6 V4.0 Answers
Ccna 3 Chapter 6 V4.0 Answers
ccna4discovery
 
Another Day, Another Billion Packets
Another Day, Another Billion PacketsAnother Day, Another Billion Packets
Another Day, Another Billion Packets
Amazon Web Services
 
Another Day, Another Billion Packets
Another Day, Another Billion PacketsAnother Day, Another Billion Packets
Another Day, Another Billion Packets
Amazon Web Services
 
Chapter6ccna
Chapter6ccnaChapter6ccna
Chapter6ccna
ernestlithur
 
Đề Thi Trắc Nghiệm CCNA Full
Đề Thi Trắc Nghiệm CCNA Full Đề Thi Trắc Nghiệm CCNA Full
Đề Thi Trắc Nghiệm CCNA Full
nataliej4
 
catalyst switch Operation
catalyst switch Operationcatalyst switch Operation
catalyst switch Operation
scooby_doo
 
640 802 exam
640 802 exam640 802 exam
640 802 exam
liemgpc2
 
Ccna 2 chapter 8 v4.0 answers 2011
Ccna 2 chapter 8 v4.0 answers 2011Ccna 2 chapter 8 v4.0 answers 2011
Ccna 2 chapter 8 v4.0 answers 2011
Dân Chơi
 
Frame Relayprint
Frame RelayprintFrame Relayprint
Frame Relayprint
guest6206a05
 
Another Day, Another Billion Packets
Another Day, Another Billion PacketsAnother Day, Another Billion Packets
Another Day, Another Billion Packets
Amazon Web Services
 
Routing
RoutingRouting
ENT303 Another Day, Another Billion Packets
ENT303 Another Day, Another Billion PacketsENT303 Another Day, Another Billion Packets
ENT303 Another Day, Another Billion Packets
Amazon Web Services
 
another day, another billion packets
another day, another billion packetsanother day, another billion packets
another day, another billion packets
Amazon Web Services
 
ENT303 Another Day, Another Billion Packets
ENT303 Another Day, Another Billion PacketsENT303 Another Day, Another Billion Packets
ENT303 Another Day, Another Billion Packets
Amazon Web Services
 
Cisco discovery drs ent module 6 - v.4 in english.
Cisco discovery   drs ent module 6 - v.4 in english.Cisco discovery   drs ent module 6 - v.4 in english.
Cisco discovery drs ent module 6 - v.4 in english.
igede tirtanata
 

Similar to 09 module determinig ip routes (20)

Ccnp route
Ccnp routeCcnp route
Ccnp route
 
Switching
SwitchingSwitching
Switching
 
CCIE Lab - IGP Routing
CCIE Lab -  IGP Routing  CCIE Lab -  IGP Routing
CCIE Lab - IGP Routing
 
06 tk 1073 network layer
06   tk 1073 network layer06   tk 1073 network layer
06 tk 1073 network layer
 
D3.1 ip routing
D3.1 ip routingD3.1 ip routing
D3.1 ip routing
 
Ccna 3 Chapter 6 V4.0 Answers
Ccna 3 Chapter 6 V4.0 AnswersCcna 3 Chapter 6 V4.0 Answers
Ccna 3 Chapter 6 V4.0 Answers
 
Another Day, Another Billion Packets
Another Day, Another Billion PacketsAnother Day, Another Billion Packets
Another Day, Another Billion Packets
 
Another Day, Another Billion Packets
Another Day, Another Billion PacketsAnother Day, Another Billion Packets
Another Day, Another Billion Packets
 
Chapter6ccna
Chapter6ccnaChapter6ccna
Chapter6ccna
 
Đề Thi Trắc Nghiệm CCNA Full
Đề Thi Trắc Nghiệm CCNA Full Đề Thi Trắc Nghiệm CCNA Full
Đề Thi Trắc Nghiệm CCNA Full
 
catalyst switch Operation
catalyst switch Operationcatalyst switch Operation
catalyst switch Operation
 
640 802 exam
640 802 exam640 802 exam
640 802 exam
 
Ccna 2 chapter 8 v4.0 answers 2011
Ccna 2 chapter 8 v4.0 answers 2011Ccna 2 chapter 8 v4.0 answers 2011
Ccna 2 chapter 8 v4.0 answers 2011
 
Frame Relayprint
Frame RelayprintFrame Relayprint
Frame Relayprint
 
Another Day, Another Billion Packets
Another Day, Another Billion PacketsAnother Day, Another Billion Packets
Another Day, Another Billion Packets
 
Routing
RoutingRouting
Routing
 
ENT303 Another Day, Another Billion Packets
ENT303 Another Day, Another Billion PacketsENT303 Another Day, Another Billion Packets
ENT303 Another Day, Another Billion Packets
 
another day, another billion packets
another day, another billion packetsanother day, another billion packets
another day, another billion packets
 
ENT303 Another Day, Another Billion Packets
ENT303 Another Day, Another Billion PacketsENT303 Another Day, Another Billion Packets
ENT303 Another Day, Another Billion Packets
 
Cisco discovery drs ent module 6 - v.4 in english.
Cisco discovery   drs ent module 6 - v.4 in english.Cisco discovery   drs ent module 6 - v.4 in english.
Cisco discovery drs ent module 6 - v.4 in english.
 

More from Asif

Module 1
Module 1Module 1
Module 1
Asif
 
13 module isdn bri call
13   module isdn bri call13   module isdn bri call
13 module isdn bri call
Asif
 
12 module
12  module12  module
12 module
Asif
 
11 module configuring novell ipx
11  module configuring novell ipx11  module configuring novell ipx
11 module configuring novell ipx
Asif
 
10 module
10  module10  module
10 module
Asif
 
08 module interconnecting cisco router
08 module interconnecting cisco router08 module interconnecting cisco router
08 module interconnecting cisco router
Asif
 
07 module extending switched netwroks with virtual la ns
07  module extending switched netwroks with virtual la ns07  module extending switched netwroks with virtual la ns
07 module extending switched netwroks with virtual la ns
Asif
 
06 module catalyst 1900 switch operations
06  module  catalyst 1900 switch operations06  module  catalyst 1900 switch operations
06 module catalyst 1900 switch operations
Asif
 
05 module managing your network enviornment
05  module managing your network enviornment05  module managing your network enviornment
05 module managing your network enviornment
Asif
 
04 module operating & configuring ios
04  module operating & configuring ios04  module operating & configuring ios
04 module operating & configuring ios
Asif
 
02 module internet concept overview
02  module internet concept overview02  module internet concept overview
02 module internet concept overview
Asif
 
Ip addresses
Ip addressesIp addresses
Ip addresses
Asif
 
Configuraton of standard access list and extented access lis
Configuraton of standard access list and extented access lisConfiguraton of standard access list and extented access lis
Configuraton of standard access list and extented access lis
Asif
 

More from Asif (13)

Module 1
Module 1Module 1
Module 1
 
13 module isdn bri call
13   module isdn bri call13   module isdn bri call
13 module isdn bri call
 
12 module
12  module12  module
12 module
 
11 module configuring novell ipx
11  module configuring novell ipx11  module configuring novell ipx
11 module configuring novell ipx
 
10 module
10  module10  module
10 module
 
08 module interconnecting cisco router
08 module interconnecting cisco router08 module interconnecting cisco router
08 module interconnecting cisco router
 
07 module extending switched netwroks with virtual la ns
07  module extending switched netwroks with virtual la ns07  module extending switched netwroks with virtual la ns
07 module extending switched netwroks with virtual la ns
 
06 module catalyst 1900 switch operations
06  module  catalyst 1900 switch operations06  module  catalyst 1900 switch operations
06 module catalyst 1900 switch operations
 
05 module managing your network enviornment
05  module managing your network enviornment05  module managing your network enviornment
05 module managing your network enviornment
 
04 module operating & configuring ios
04  module operating & configuring ios04  module operating & configuring ios
04 module operating & configuring ios
 
02 module internet concept overview
02  module internet concept overview02  module internet concept overview
02 module internet concept overview
 
Ip addresses
Ip addressesIp addresses
Ip addresses
 
Configuraton of standard access list and extented access lis
Configuraton of standard access list and extented access lisConfiguraton of standard access list and extented access lis
Configuraton of standard access list and extented access lis
 

Recently uploaded

BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
Nguyen Thanh Tu Collection
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
Krassimira Luka
 
skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)
Mohammad Al-Dhahabi
 
CIS 4200-02 Group 1 Final Project Report (1).pdf
CIS 4200-02 Group 1 Final Project Report (1).pdfCIS 4200-02 Group 1 Final Project Report (1).pdf
CIS 4200-02 Group 1 Final Project Report (1).pdf
blueshagoo1
 
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
EduSkills OECD
 
A Free 200-Page eBook ~ Brain and Mind Exercise.pptx
A Free 200-Page eBook ~ Brain and Mind Exercise.pptxA Free 200-Page eBook ~ Brain and Mind Exercise.pptx
A Free 200-Page eBook ~ Brain and Mind Exercise.pptx
OH TEIK BIN
 
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem studentsRHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
Himanshu Rai
 
Electric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger HuntElectric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger Hunt
RamseyBerglund
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
Nguyen Thanh Tu Collection
 
Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10
nitinpv4ai
 
Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)
nitinpv4ai
 
Leveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit InnovationLeveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit Innovation
TechSoup
 
Geography as a Discipline Chapter 1 __ Class 11 Geography NCERT _ Class Notes...
Geography as a Discipline Chapter 1 __ Class 11 Geography NCERT _ Class Notes...Geography as a Discipline Chapter 1 __ Class 11 Geography NCERT _ Class Notes...
Geography as a Discipline Chapter 1 __ Class 11 Geography NCERT _ Class Notes...
ImMuslim
 
MDP on air pollution of class 8 year 2024-2025
MDP on air pollution of class 8 year 2024-2025MDP on air pollution of class 8 year 2024-2025
MDP on air pollution of class 8 year 2024-2025
khuleseema60
 
How to Fix [Errno 98] address already in use
How to Fix [Errno 98] address already in useHow to Fix [Errno 98] address already in use
How to Fix [Errno 98] address already in use
Celine George
 
Juneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School DistrictJuneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School District
David Douglas School District
 
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdfمصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
سمير بسيوني
 
Educational Technology in the Health Sciences
Educational Technology in the Health SciencesEducational Technology in the Health Sciences
Educational Technology in the Health Sciences
Iris Thiele Isip-Tan
 
How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17
Celine George
 
Benner "Expanding Pathways to Publishing Careers"
Benner "Expanding Pathways to Publishing Careers"Benner "Expanding Pathways to Publishing Careers"
Benner "Expanding Pathways to Publishing Careers"
National Information Standards Organization (NISO)
 

Recently uploaded (20)

BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
 
skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)
 
CIS 4200-02 Group 1 Final Project Report (1).pdf
CIS 4200-02 Group 1 Final Project Report (1).pdfCIS 4200-02 Group 1 Final Project Report (1).pdf
CIS 4200-02 Group 1 Final Project Report (1).pdf
 
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
Andreas Schleicher presents PISA 2022 Volume III - Creative Thinking - 18 Jun...
 
A Free 200-Page eBook ~ Brain and Mind Exercise.pptx
A Free 200-Page eBook ~ Brain and Mind Exercise.pptxA Free 200-Page eBook ~ Brain and Mind Exercise.pptx
A Free 200-Page eBook ~ Brain and Mind Exercise.pptx
 
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem studentsRHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
 
Electric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger HuntElectric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger Hunt
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 8 - CẢ NĂM - FRIENDS PLUS - NĂM HỌC 2023-2024 (B...
 
Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10
 
Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)
 
Leveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit InnovationLeveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit Innovation
 
Geography as a Discipline Chapter 1 __ Class 11 Geography NCERT _ Class Notes...
Geography as a Discipline Chapter 1 __ Class 11 Geography NCERT _ Class Notes...Geography as a Discipline Chapter 1 __ Class 11 Geography NCERT _ Class Notes...
Geography as a Discipline Chapter 1 __ Class 11 Geography NCERT _ Class Notes...
 
MDP on air pollution of class 8 year 2024-2025
MDP on air pollution of class 8 year 2024-2025MDP on air pollution of class 8 year 2024-2025
MDP on air pollution of class 8 year 2024-2025
 
How to Fix [Errno 98] address already in use
How to Fix [Errno 98] address already in useHow to Fix [Errno 98] address already in use
How to Fix [Errno 98] address already in use
 
Juneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School DistrictJuneteenth Freedom Day 2024 David Douglas School District
Juneteenth Freedom Day 2024 David Douglas School District
 
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdfمصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
 
Educational Technology in the Health Sciences
Educational Technology in the Health SciencesEducational Technology in the Health Sciences
Educational Technology in the Health Sciences
 
How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17
 
Benner "Expanding Pathways to Publishing Careers"
Benner "Expanding Pathways to Publishing Careers"Benner "Expanding Pathways to Publishing Careers"
Benner "Expanding Pathways to Publishing Careers"
 

09 module determinig ip routes

  • 2.
  • 3. 2 Identifying Static and Dynamic Routes Static Route Uses a route that a network administrator enters into the router manually Dynamic Route Uses a route that a network routing protocol adjusts automatically for topology or traffic changes
  • 4. 2 Static Routes Network Stub network 172.16.1.0 176.16.2.2 172.16.2.1 so Configure unidirectional static routes to and from a stub network to allow communications to occur.
  • 5.
  • 6. 2 Static Route Example Network Stub network 172.16.1.0 176.16.2.2 172.16.2.1 so Ip route 172.16.1.0 255.255.255.0 172.16.2.1 This a unidirectional route. You must have a route configured in the opposite direction.
  • 7. 2 Copyright © 1998, Cisco Systems, Inc. ICRC_revision_11.3 Default Routes Network Stub network 172.16.1.0 176.16.2.2 172.16.2.1 so ip route 0.0.0.0 0.0.0.0 172.16.2.2 This route allows a stub network to reach all known networks beyond router A.
  • 8. 2 Copyright © 1998, Cisco Systems, Inc. ICRC_revision_11.3 What is a Routing protocol? Routing protocols are used between routers to determine paths and maintain routing tables. Once the path is determined a router can route a routed protocol. Network Protocol Connected RIP IGRP Destination network Exit Interface 10.120.2.0 172.16.2.0 172.17.3.0 E0 S0 S1 10.120.2.0 E0 S0 172.16.1.0 Routed protocol:IP Routing protocol:RIP,IGRP
  • 9.
  • 10. Administrative Distance Interface 128.31.7.1 Administrative Distance=100 Interface 128.5.1.3 Administrative Distance=120 Router D Router C Router B Router A I need to send a packet to Router D. Both router B and C will get it there. Which route is more reliable?
  • 11. Classes of Routing Protocols Distance Vector Hybrid Routing Link State C D B A C D B A
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26. Implementing Solutions in Multiple Routes X C 10.4.0.0 D B E A Routing Table 10.4.0.0 Infinity E0
  • 27. Implementing Solutions in Multiple Routes (cont.) C X Network 10.4.0.0 is possibly down Network 10.4.0.0 is possibly down 10.4.0.0 Update after holddown time D B E A
  • 28. Implementing Solutions in Multiple Routes (cont.) C X 10.4.0.0 Update after holddown time Update after holddown time Network 10.4.0.0 is possibly down Network 10.4.0.0 is possibly down D B E A
  • 29. Implementing Solutions in Multiple Routes (cont.) C X 10.4.0.0 Update after holddown time Update after holddown time Update after holddown time Packet for Network 10.4.0.0 D B E A
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.  
  • 38.
  • 39.
  • 40.
  • 41.
  • 42.
  • 43. Rip Configuration Example A B C E0 S2 S2 S3 S3 E0 172.16.1.1 10.1.1.1 172.16.1.1 172.16.1.1 10.1.1.2 10.2.2.2 172.16.1.0 192.168.1.0 Router rip network 172.16.0.0 network 10.0.0.0 Router rip network 192.168.1.0 network 10.0.0.0 Router rip network 10.0.0.0
  • 44. Verifying the Routing Protocol_RIP A B C E0 S2 S2 S3 S3 E0 172.16.1.1 10.1.1.1 172.16.1.1 172.16.1.1 10.1.1.2 10.2.2.2 172.16.1.0 192.168.1.0 Router A # sh ip protocols routing protocol is “rip” sending updates every 30 seconds, next due in 0 seconds Invalid after 180 seconds, hold down 180, flushed after 240 outgoing update filter list for all interfaces is incoming update filter list for all interfaces is redistributing : rip Default version control : send version 1, receive any version Interface Send Recv Key_chain Ethernet 0 1 1 2 Serial 2 1 1 2 Routing for networks: 10.0.0.0 172.16.0.0 Routing information sources: Gateway distance last update 10.1.1.2 120 00:00:10 Distance : (default is 120 )
  • 45. Displaying the IP Routing Table Router> 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 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 Gateway of last resort is not set 144.253.0.0 is subnetted (mask is 255.255.255.0), 1 subnets C 144.253.100.0 is directly connected, Ethernet1 R 153.50.0.0 [120/1] via 183.8.128.12, 00:00:09, Ethernet0 183.8.0.0 is subnetted (mask is 255.255.255.128), 4 subnets R 183.8.0.128 [120/1] via 183.8.128.130, 00:00:17, Serial0 [120/1] via 183.8.64.130, 00:00:17, Serial1 C 183.8.128.0 is directly connected, Ethernet0 C 183.8.64.128 is directly connected, Serial1 C 183.8.128.128 is directly connected, Serial0
  • 46. debug ip rip Command Router# debug ip rip RIP protocol debugging is on Router# RIP: received update from 172.8.128.130 on Serial0 172.8.0.128 in 1 hops 172.8.64.128 in 16 hops (inaccessible) RIP: received update from 172.8.64.130 on Serial1 172.8.0.128 in 1 hops 172.8.128.128 in 1 hops RIP: received update from 172.8.128.130 on Serial0 172.8.0.128 in 1 hops 172.8.64.128 in 1 hops RIP: sending update to 255.255.255.255 via Ethernet0 (172.8.128.2) subnet 172.8.0.128, metric 2 subnet 172.8.64.128, metric 6 subnet 172.8.128.128, metric 1 network 10.253.0.0, metric 1 RIP: sending update to 255.255.255.255 via Ethernet1 (10.253.100.202) network 10.50.0.0, metric 2 network 172.8.0.0, metric 1
  • 47. Verifying the Routing Protocol_RIP A B C E0 S2 S2 S3 S3 E0 172.16.1.1 10.1.1.1 172.16.1.1 172.16.1.1 10.1.1.2 10.2.2.2 172.16.1.0 192.168.1.0 Router A # sh ip protocols routing protocol is “rip” sending updates every 30 seconds, next due in 0 seconds Invalid after 180 seconds, hold down 180, flushed after 240 outgoing update filter list for all interfaces is incoming update filter list for all interfaces is redistributing : rip Default version control : send version 1, receive any version Interface Send Recv Key_chain Ethernet 0 1 1 2 Serial 2 1 1 2 Routing for networks: 10.0.0.0 172.16.0.0 Routing information sources: Gateway distance last update 10.1.1.2 120 00:00:10 Distance : (default is 120 )
  • 48.
  • 49.
  • 50.
  • 51.
  • 52.
  • 53. IGRP Configuration Example A B C E0 S2 S2 S3 S3 E0 172.16.1.1 10.1.1.1 10.2.2.3 192.168.1.1 10.1.1.2 10.2.2.2 172.16.1.0 192.168.1.0 Router igrp 100 network 172.16.0.0 network 10.0.0.0 Router igrp 100 network 192.168.1.0 network 10.0.0.0 Router igrp 100 network 10.0.0.0
  • 54. Displaying the Routing Protocol—IGRP Router> show ip protocols Routing Protocol is "igrp 100" Sending updates every 90 seconds, next due in 21 seconds Invalid after 270 seconds, hold down 280, flushed after 630 Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Default networks flagged in outgoing updates Default networks accepted from incoming updates IGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0 IGRP maximum hopcount 100 IGRP maximum metric variance 1 Redistributing: igrp 100 Routing for Networks: 10.0.0.0 172.16.0.0 Routing Information Sources: Gateway Distance Last Update 10.1.1.2 100 00:01:01 Distance: (default is 100) --More--
  • 55. show ip interfaces Command Router> show ip interfaces Ethernet0 is up, line protocol is up Internet address is 183.8.128.2 subnet mask is 255.255.255.128 Broadcast address is 255.255.255.255 Address determined by non-volatile memory MTU is 1500 bytes Helper address is not set Directed broadcast forwarding is enabled Outgoing access list is not set Inbound access list is not set Proxy ARP is enabled Security level is default Split horizon is enabled ICMP redirects are always sent ICMP unreachables are always sent ICMP mask replies are never sent IP fast switching is enabled IP fast switching on the same interface is disabled IP SSE switching is disabled Router Discovery is disabled IP output packet accounting is disabled --More--
  • 56. show ip route Command Router> 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 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 Gateway of last resort is not set 144.253.0.0 is subnetted (mask is 255.255.255.0), 1 subnets C 144.253.100.0 is directly connected, Ethernet1 I 133.3.0.0 [100/1200] via 144.253.100.200, 00:00:57, Ethernet1 I 153.50.0.0 [100/1200] via 183.8.128.12, 00:00:05, Ethernet0 183.8.0.0 is subnetted (mask is 255.255.255.128), 4 subnets I 183.8.0.128 [100/180671] via 183.8.64.130, 00:00:27, Serial1 [100/180671] via 183.8.128.130, 00:00:27, Serial0 C 183.8.64.0 is directly connected, Ethernet0 C 183.8.64.128 is directly connected, Serial1 C 183.8.128.128 is directly connected, Serial0 I 172.16.0.0 [100/1200] via 144.253.100.1, 00:00:55, Ethernet1 I 192.3.63.0 [100/1300] via 144.253.100.200, 00:00:58, Ethernet1

Editor's Notes

  1. ip route command sets up a static route. ip route field description: network—destination network or subnet mask—subnet mask router—IP address of next hop router interface—name of interface to use to get to destination network A static route allows manual configuration of the routing table. No dynamic changes to this table entry will occur as long as the path is active. Routing updates are not sent on a link if only defined by a static route; hence, conserving bandwidth.
  2. 5
  3. 5
  4. Dynamic routing uses broadcasts to communicate with other routers. The routing “metric” helps routers find the best path to each network or subnet.
  5. router command starts a routing process. router field descritions: protocol—one of the following: RIP, IGRP, HELLO, OSPF, BGP, EGP autonomous system—used with those protocols which require an AS (IGRP, BGP, EGP)