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

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 ccna2Juli 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 SWITCHINGanilinvns
 
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 switchescandy tang
 
Day 4 LAYER 2 SWITCHING
Day 4 LAYER 2 SWITCHINGDay 4 LAYER 2 SWITCHING
Day 4 LAYER 2 SWITCHINGanilinvns
 
RIP - Routing Information Protocol
RIP - Routing Information ProtocolRIP - Routing Information Protocol
RIP - Routing Information Protocolselvakumar_b1985
 
Chapter6ccna
Chapter6ccnaChapter6ccna
Chapter6ccnarobertoxe
 
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 2Sachii Dosti
 
Routing information protocol & rip configuration
Routing information protocol & rip configurationRouting information protocol & rip configuration
Routing information protocol & rip configuration3Anetwork com
 
Cisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel ConfigurationCisco CCNA GRE Tunnel Configuration
Cisco CCNA GRE Tunnel ConfigurationHamed Moghaddam
 
Juniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route ConfigurationJuniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route ConfigurationHamed Moghaddam
 

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

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

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 Answersccna4discovery
 
Another Day, Another Billion Packets
Another Day, Another Billion PacketsAnother Day, Another Billion Packets
Another Day, Another Billion PacketsAmazon Web Services
 
Another Day, Another Billion Packets
Another Day, Another Billion PacketsAnother Day, Another Billion Packets
Another Day, Another Billion PacketsAmazon Web Services
 
Đề 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 Operationscooby_doo
 
640 802 exam
640 802 exam640 802 exam
640 802 examliemgpc2
 
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 2011Dân Chơi
 
Another Day, Another Billion Packets
Another Day, Another Billion PacketsAnother Day, Another Billion Packets
Another Day, Another Billion PacketsAmazon Web Services
 
ENT303 Another Day, Another Billion Packets
ENT303 Another Day, Another Billion PacketsENT303 Another Day, Another Billion Packets
ENT303 Another Day, Another Billion PacketsAmazon Web Services
 
another day, another billion packets
another day, another billion packetsanother day, another billion packets
another day, another billion packetsAmazon Web Services
 
ENT303 Another Day, Another Billion Packets
ENT303 Another Day, Another Billion PacketsENT303 Another Day, Another Billion Packets
ENT303 Another Day, Another Billion PacketsAmazon 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 1Asif
 
13 module isdn bri call
13   module isdn bri call13   module isdn bri call
13 module isdn bri callAsif
 
12 module
12  module12  module
12 moduleAsif
 
11 module configuring novell ipx
11  module configuring novell ipx11  module configuring novell ipx
11 module configuring novell ipxAsif
 
10 module
10  module10  module
10 moduleAsif
 
08 module interconnecting cisco router
08 module interconnecting cisco router08 module interconnecting cisco router
08 module interconnecting cisco routerAsif
 
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 nsAsif
 
06 module catalyst 1900 switch operations
06  module  catalyst 1900 switch operations06  module  catalyst 1900 switch operations
06 module catalyst 1900 switch operationsAsif
 
05 module managing your network enviornment
05  module managing your network enviornment05  module managing your network enviornment
05 module managing your network enviornmentAsif
 
04 module operating & configuring ios
04  module operating & configuring ios04  module operating & configuring ios
04 module operating & configuring iosAsif
 
02 module internet concept overview
02  module internet concept overview02  module internet concept overview
02 module internet concept overviewAsif
 
Ip addresses
Ip addressesIp addresses
Ip addressesAsif
 
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 lisAsif
 

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

Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxkarenfajardo43
 
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxMichelleTuguinay1
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWQuiz Club NITW
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQuiz Club NITW
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdfMr Bounab Samir
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfPrerana Jadhav
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...Nguyen Thanh Tu Collection
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxDhatriParmar
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataBabyAnnMotar
 

Recently uploaded (20)

Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
prashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Professionprashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Profession
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
 
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITW
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdf
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdf
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped data
 
Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"
 

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)