SlideShare a Scribd company logo
1 of 7
Understanding RIP, IGRP andStatic RouteConfiguration
ip route[address][subnet mask][next hop IP]
Routers can only forward packets to subnets in its routing table
ip route[address][subnet mask][next hop IP]
the new routes can be verified with
ip route [address][subnet mask][interface]
showip route (displays all of router’s ip routes)
-> Disadvantage to doing this is that static routing works one-way
(add route on Router A to Router B, but Router B still doesn’t have route to Router A)

Extended Ping Command: Simulates a ping from ethernet host, but actually comes
from router itself. When a ping from a router works, but a ping from a host does not,
the extended ping could help you re-create the problem without needing to work
with the end user on the phone.
1. ping
2. Target Address (IP)
3. Extended Commands = y
4. Source Address (IP)

Distance Vector Concepts
Advertise entire routing table (subnet number and metric) to directly connected
neighbors.
Key Points:
      Updates are sent to all neighboring routers through active interfaces, once
        every so many seconds.
      If a router learns multiple routes to the same subnet, it chooses the best
        route based on the metric (number of hops).
      Failure to receive updates after x amount of time results in removal of that
        route
      Routers add directly connected subnets to their routing tables, even without
        a routing protocol
Distance Vector Loop Avoidance Features eliminate roundabout "ghost" routes to
failed or cyclically-linked routers.
Route Poisoning: Router notices link is down, continues to advertise the route, but
with very large metric (view as infinite and invalid). Other routers remove their
routes to the downed subnet.
RIP uses 16 as the infinite metric

Split Horizon: If 2 routers advertise tables at about the same time, with one link
down, they would continually exchange incorrect routing metrics (counting to
infinity). Split horizon doesn't allow this because all routes with outgoing interface x
are not included in updates sent out that same interface x.
In other words, if route to subnet comes in through interface 1, don’t send update of
the same route out interface 1

Ex) Router A’s Ethernet goes down, set metric to 16 and send to neighbor. At the
same time, Router B sends update to Router A, using the old metric that the cost is 2.
Now Router A = 2, Router B = 16. After x amount of time, the two routers exchange
routing table and in turn switch the metrics. This process would repeat indefinitely.

*Split Horizon with Poison Reverse (or Poison Reverse):Cisco’s proprietary distance
vector routing protocols use this (used by default). Spit horizon used when network
links up, but when link fails, allows broadcast of infinite metric (including previously
blocked port from Split Horizon).

*Hold-Down Timer: Defeats the counting-to-infinity problem when
multiple/redundant links exist between routers. Routers must wait the duration of
the hold-down timer before believing any "good" information about that route.

Triggered/Flash Updates: Sends new update as soon as route fails.

Summary
Issue                                   Solution
                                   Either use the first route learned or put
Multiple routes to the same subnet
                                   multiple routes to the same subnet in the
have equal metrics
                                   routing table.
                                        Split    horizon—The      routing    protocol
                                        advertises routes out an
                                        interface only if they were not learned from
                                        updates entering
                                        that interface.

Routing loops occur due to updates Split horizon with poison reverse—The
passing each other over a single link routing protocol uses
                                      split-horizon rules unless a route fails. In that
                                      case, the route is
                                      advertised out all interfaces, including the
                                      interface in which
                                      the route was learned, but with an
                                      infinite-distance metric.
                                    Route poisoning—When a route to a subnet
Routing loops occur because routing fails, the subnet is
information loops                   advertised with an infinite-distance metric.
through alternative paths           This term
                                    specifically applies to routes that are
advertised when the
                                         route is valid. Poison reverse refers to routes
                                         that normally are
                                         not advertised because of split horizon but
                                         that are advertised
                                         with an infinite metric when the route fails.
                                         Hold-down timer—After finding out that a
                                         route to a subnet
                                         has failed, a router waits a certain period of
                                         time before
                                         believing any other routing information
                                         about that subnet.

                                         Triggered updates—When a route fails, an
Counting to infinity
                                         update is sent
                                         immediately rather than waiting on the
                                         update timer to expire.
                                         Used in conjunction with route poisoning,
                                         this ensures that all
                                         routers know of failed routes before any
                                         hold-down timers
                                         can expire.


Comparing RIP and IGRP
Feature                RIP         IGRP
Update Timer           30 seconds 90 seconds
Metric                 Hop count Bandwidth/delay (also, reliability, MTU, and load)
Hold-Down Timer        180         280
Flash Updates          Yes         Yes
VLSM                   No          No
Infinite-Metric Value 16           4,294,967,295


Configuring RIP and IGRP
                                                    Configurati
Command
                                                    on Mode
router rip                                          Global
router igrp [as number]                     Global
enable IGRP for the
router              igrp [as                      AS     and      enter
                                         Global
number]                                           (config-router)
                                                              mode.
                                                              advertise to other
                                                 Router
network [net                                      routers that this
                                                 subcomma
number]                                           router has a path to
                                                 nd
                                                              the given network.
passive-interface[default&a Router            don't send routing
mp;#93;                                     subcomma          updates out through
{interface type interface number}           nd                the given interface.
                                                              keep               at
                                                 Router       most number'''differ
maximum-pathsnumber                              subcomma     ent routes to the
                                                 nd           same destination in
                                                              the routing table.
                                                 Router
traffic-share {balanced | min}                   subcomma
                                                 nd
                                                              share          traffic
                                                              between       routes,
                                                 Router       either
traffic-share {balanced | min}          subcomma     proportionally     or
                                                 nd           just between those
                                                              of the minimum
                                                              metric value.


EXEC Commands
Command                                     Description
                                            Shows the entire routing table, or a
show ip route
                                            subset if parameters are entered.
                                            Shows routing protocol parameters and
show ip protocols
                                            current timer values.
                                            Issues log messages for each RIP
debug ip rip
                                            update.
debug     ipigrp       transactions [ip Issues log messages with details of the
address]                                IGRP updates.
debug                                ipigrp Issues log messages with details of the
transactions [ip             IGRP updates.
address]
debug ipigrp events [ip Issues log messages for each IGRP
address]                packet.
                                         Sends a series of ICMP echoes with
trace                                    increasing TTL values to verify the
                                         current route to a host.
RIP Configuration
router rip
network [network address1] -> Use network number
(address w/ normal class address)
network [network address2]

IGRP ConfigurationIGRP Configuration
routerigrp [as number] -> Note: All routers should use
the same AS number
network [network address1]
network [network address2]
show running-config -> I = address found by IGRP, C = directly connected
Example
I 10.1.4.0 [100/8539] via 10.1.2.14, 00:00:50,
Ethernet0
-> The [100/8359] can be broken into two separate
parts:
     100 = administrative distance
     8539 = metric (function of bandwidth and delay)
     The higher the bandwidth, the lower the metric
     The lower the cumulative delay, the lower the metric


Bandwidth Defaults
LAN Interfaces = default reflects the correct bandwidth
Serial Interfaces = defaults to 1544 kbps (T1 speed)
-> Configure using the bandwidth [kbps] interface
command

To migrate from RIP to IGRP (Commands)
    no router rip
    router igrp[as number]
    network [network ID]


Debug/show commands include
    debug ip rip
   show ip route
      debug ipigrp transactions (detailed info on updates)
      debug ipigrp events (summary that states updates received)
      show ip protocol (Update timer, elapsed time since update received)

Additional Notes
- If multiple route exist, router chooses best metric route
- If routes tie, keep the first/pre-existing route
                   Command: maximum-paths 1 (default is maximum-paths 4)


                - When RIP places multiple routes, router balances traffic
                Command to use lowest-cost: traffic-share min


Variance allows metrics to be considered equal, since IGRP/EIGRP metrics are
calculated through formula and often won’t be exactly the same.
Example: metric = 100, variance = 2, If value > (lowest metric *
variance), add route
Administrative Distance: In order to compare metrics between different routing
protocols, use administrative distance to denote how believable an entire routing
protocol is on a single router.
-> The lower the number, the better

Default Administrative Distances
              Route Type                         Administrative Distance
              Connected                          0
              Static                             1
              EIGRP summary route                5
              EBGP                               20
              EIGRP (internal)                   90
              IGRP                               100
              OSPF                               110
              IS-IS                              115
              RIP                                120
              EIGRP (external)                   170
              iBGP (external)                    200


---Reference from
http://www.proprofs.com/mwiki/index.php/RIP%2C_IGRP%2C_and_Static_Route_Co
ncepts_and_Configuration

More Related Tips:
How to Configure IGRP (Interior Gateway Routing Protocol)?
Routing Information Protocol & RIP Configuration

More Related Content

What's hot

Radio Measurements in LTE
Radio Measurements in LTERadio Measurements in LTE
Radio Measurements in LTESofian .
 
Common protocols
Common protocolsCommon protocols
Common protocolsMr SMAK
 
Multiple access control protocol
Multiple access control protocol Multiple access control protocol
Multiple access control protocol meenamunesh
 
Mobile computing unit2,SDMA,FDMA,CDMA,TDMA Space Division Multi Access,Frequ...
Mobile computing unit2,SDMA,FDMA,CDMA,TDMA  Space Division Multi Access,Frequ...Mobile computing unit2,SDMA,FDMA,CDMA,TDMA  Space Division Multi Access,Frequ...
Mobile computing unit2,SDMA,FDMA,CDMA,TDMA Space Division Multi Access,Frequ...Pallepati Vasavi
 
NetSim Technology Library- Lte and-lte-a
NetSim Technology Library- Lte and-lte-aNetSim Technology Library- Lte and-lte-a
NetSim Technology Library- Lte and-lte-aVishal Sharma
 
Day1 slot3 br radio configuration assessment and bss radio configurationv0.4
Day1 slot3   br radio configuration assessment and bss radio configurationv0.4Day1 slot3   br radio configuration assessment and bss radio configurationv0.4
Day1 slot3 br radio configuration assessment and bss radio configurationv0.4fdr1975
 
15082005174118 wca article-vfinal
15082005174118 wca article-vfinal15082005174118 wca article-vfinal
15082005174118 wca article-vfinalsunilareddyk
 
Mobile transport layer - traditional TCP
Mobile transport layer - traditional TCPMobile transport layer - traditional TCP
Mobile transport layer - traditional TCPVishal Tandel
 
12 multiple access
12 multiple access12 multiple access
12 multiple accessbheemsain
 
Timing advances
Timing advancesTiming advances
Timing advancesAnil Singh
 
1 omo112050 bsc6000 gsm v9 r8c12 cell parameters issue1.00
1 omo112050 bsc6000 gsm v9 r8c12 cell parameters issue1.001 omo112050 bsc6000 gsm v9 r8c12 cell parameters issue1.00
1 omo112050 bsc6000 gsm v9 r8c12 cell parameters issue1.00Ahmed Gad
 
The mac layer
The mac layerThe mac layer
The mac layeraazamk
 
Chap03 gmm prot_03_kh
Chap03 gmm prot_03_khChap03 gmm prot_03_kh
Chap03 gmm prot_03_khFarzad Ramin
 
93755181 lte-hoping
93755181 lte-hoping93755181 lte-hoping
93755181 lte-hopingSadef Karish
 

What's hot (20)

LTE Air Interface
LTE Air InterfaceLTE Air Interface
LTE Air Interface
 
Radio Measurements in LTE
Radio Measurements in LTERadio Measurements in LTE
Radio Measurements in LTE
 
Common protocols
Common protocolsCommon protocols
Common protocols
 
Multiple access control protocol
Multiple access control protocol Multiple access control protocol
Multiple access control protocol
 
Mobile computing unit2,SDMA,FDMA,CDMA,TDMA Space Division Multi Access,Frequ...
Mobile computing unit2,SDMA,FDMA,CDMA,TDMA  Space Division Multi Access,Frequ...Mobile computing unit2,SDMA,FDMA,CDMA,TDMA  Space Division Multi Access,Frequ...
Mobile computing unit2,SDMA,FDMA,CDMA,TDMA Space Division Multi Access,Frequ...
 
NetSim Technology Library- Lte and-lte-a
NetSim Technology Library- Lte and-lte-aNetSim Technology Library- Lte and-lte-a
NetSim Technology Library- Lte and-lte-a
 
Unit 1 mac vsd
Unit 1 mac vsdUnit 1 mac vsd
Unit 1 mac vsd
 
Day1 slot3 br radio configuration assessment and bss radio configurationv0.4
Day1 slot3   br radio configuration assessment and bss radio configurationv0.4Day1 slot3   br radio configuration assessment and bss radio configurationv0.4
Day1 slot3 br radio configuration assessment and bss radio configurationv0.4
 
15082005174118 wca article-vfinal
15082005174118 wca article-vfinal15082005174118 wca article-vfinal
15082005174118 wca article-vfinal
 
Harq
HarqHarq
Harq
 
Mobile transport layer - traditional TCP
Mobile transport layer - traditional TCPMobile transport layer - traditional TCP
Mobile transport layer - traditional TCP
 
12 multiple access
12 multiple access12 multiple access
12 multiple access
 
Snooping TCP
Snooping TCPSnooping TCP
Snooping TCP
 
Timing advances
Timing advancesTiming advances
Timing advances
 
1 omo112050 bsc6000 gsm v9 r8c12 cell parameters issue1.00
1 omo112050 bsc6000 gsm v9 r8c12 cell parameters issue1.001 omo112050 bsc6000 gsm v9 r8c12 cell parameters issue1.00
1 omo112050 bsc6000 gsm v9 r8c12 cell parameters issue1.00
 
Mobile computing
Mobile computingMobile computing
Mobile computing
 
Rf optimization
Rf optimizationRf optimization
Rf optimization
 
The mac layer
The mac layerThe mac layer
The mac layer
 
Chap03 gmm prot_03_kh
Chap03 gmm prot_03_khChap03 gmm prot_03_kh
Chap03 gmm prot_03_kh
 
93755181 lte-hoping
93755181 lte-hoping93755181 lte-hoping
93755181 lte-hoping
 

Similar to Rip, igrp, and static route concepts and configuration

2008118090324 hk
2008118090324 hk2008118090324 hk
2008118090324 hkVivek Singh
 
Day 2 IP ROUTING
Day 2 IP ROUTINGDay 2 IP ROUTING
Day 2 IP ROUTINGanilinvns
 
Exploration Routing Chapter 4
Exploration Routing Chapter 4Exploration Routing Chapter 4
Exploration Routing Chapter 4thanh cong
 
Routing Information Protocol (RIP)
Routing Information Protocol (RIP)Routing Information Protocol (RIP)
Routing Information Protocol (RIP)Amna Nawazish
 
Routing Protocols.pptx
Routing Protocols.pptxRouting Protocols.pptx
Routing Protocols.pptxsazia7
 
ccna2_mod6_Routing & Routing Protocols.pptx
ccna2_mod6_Routing & Routing Protocols.pptxccna2_mod6_Routing & Routing Protocols.pptx
ccna2_mod6_Routing & Routing Protocols.pptxsumankumar770546
 
network convergence problem and solutions
network convergence  problem and solutionsnetwork convergence  problem and solutions
network convergence problem and solutionsSiddhi Viradiya
 
Eincop Netwax Lab: Route Redistribution
Eincop Netwax Lab: Route RedistributionEincop Netwax Lab: Route Redistribution
Eincop Netwax Lab: Route RedistributionNetwax Lab
 
Route Redistribution
Route RedistributionRoute Redistribution
Route RedistributionNetwax Lab
 

Similar to Rip, igrp, and static route concepts and configuration (20)

Day 10 rip
Day 10 ripDay 10 rip
Day 10 rip
 
Day 10 loops+ rip+ igrp
Day 10 loops+  rip+ igrpDay 10 loops+  rip+ igrp
Day 10 loops+ rip+ igrp
 
Day 10 rip (2)
Day 10 rip (2)Day 10 rip (2)
Day 10 rip (2)
 
IP ROUTING
IP ROUTINGIP ROUTING
IP ROUTING
 
2008118090324 hk
2008118090324 hk2008118090324 hk
2008118090324 hk
 
Dvrp 1
Dvrp 1Dvrp 1
Dvrp 1
 
Day 2 IP ROUTING
Day 2 IP ROUTINGDay 2 IP ROUTING
Day 2 IP ROUTING
 
Exploration Routing Chapter 4
Exploration Routing Chapter 4Exploration Routing Chapter 4
Exploration Routing Chapter 4
 
Qs.pptx
Qs.pptxQs.pptx
Qs.pptx
 
Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)
 
ccna networking ppt
ccna networking pptccna networking ppt
ccna networking ppt
 
Routing Information Protocol (RIP)
Routing Information Protocol (RIP)Routing Information Protocol (RIP)
Routing Information Protocol (RIP)
 
Rip1
Rip1Rip1
Rip1
 
Routing Protocols.pptx
Routing Protocols.pptxRouting Protocols.pptx
Routing Protocols.pptx
 
Rip 1 rip 2
Rip 1 rip 2Rip 1 rip 2
Rip 1 rip 2
 
Rip presentation
Rip presentationRip presentation
Rip presentation
 
ccna2_mod6_Routing & Routing Protocols.pptx
ccna2_mod6_Routing & Routing Protocols.pptxccna2_mod6_Routing & Routing Protocols.pptx
ccna2_mod6_Routing & Routing Protocols.pptx
 
network convergence problem and solutions
network convergence  problem and solutionsnetwork convergence  problem and solutions
network convergence problem and solutions
 
Eincop Netwax Lab: Route Redistribution
Eincop Netwax Lab: Route RedistributionEincop Netwax Lab: Route Redistribution
Eincop Netwax Lab: Route Redistribution
 
Route Redistribution
Route RedistributionRoute Redistribution
Route Redistribution
 

More from IT Tech

Cisco ip phone key expansion module setup
Cisco ip phone key expansion module setupCisco ip phone key expansion module setup
Cisco ip phone key expansion module setupIT Tech
 
Cisco catalyst 9200 series platform spec, licenses, transition guide
Cisco catalyst 9200 series platform spec, licenses, transition guideCisco catalyst 9200 series platform spec, licenses, transition guide
Cisco catalyst 9200 series platform spec, licenses, transition guideIT Tech
 
Cisco isr 900 series highlights, platform specs, licenses, transition guide
Cisco isr 900 series highlights, platform specs, licenses, transition guideCisco isr 900 series highlights, platform specs, licenses, transition guide
Cisco isr 900 series highlights, platform specs, licenses, transition guideIT Tech
 
Hpe pro liant gen9 to gen10 server transition guide
Hpe pro liant gen9 to gen10 server transition guideHpe pro liant gen9 to gen10 server transition guide
Hpe pro liant gen9 to gen10 server transition guideIT Tech
 
The new cisco isr 4461 faq
The new cisco isr 4461 faqThe new cisco isr 4461 faq
The new cisco isr 4461 faqIT Tech
 
New nexus 400 gigabit ethernet (400 g) switches
New nexus 400 gigabit ethernet (400 g) switchesNew nexus 400 gigabit ethernet (400 g) switches
New nexus 400 gigabit ethernet (400 g) switchesIT Tech
 
Tested cisco isr 1100 delivers the richest set of wi-fi features
Tested cisco isr 1100 delivers the richest set of wi-fi featuresTested cisco isr 1100 delivers the richest set of wi-fi features
Tested cisco isr 1100 delivers the richest set of wi-fi featuresIT Tech
 
Aruba campus and branch switching solution
Aruba campus and branch switching solutionAruba campus and branch switching solution
Aruba campus and branch switching solutionIT Tech
 
Cisco transceiver module for compatible catalyst switches
Cisco transceiver module for compatible catalyst switchesCisco transceiver module for compatible catalyst switches
Cisco transceiver module for compatible catalyst switchesIT Tech
 
Cisco ios on cisco catalyst switches
Cisco ios on cisco catalyst switchesCisco ios on cisco catalyst switches
Cisco ios on cisco catalyst switchesIT Tech
 
Cisco's wireless solutions deployment modes
Cisco's wireless solutions deployment modesCisco's wireless solutions deployment modes
Cisco's wireless solutions deployment modesIT Tech
 
Competitive switching comparison cisco vs. hpe aruba vs. huawei vs. dell
Competitive switching comparison cisco vs. hpe aruba vs. huawei vs. dellCompetitive switching comparison cisco vs. hpe aruba vs. huawei vs. dell
Competitive switching comparison cisco vs. hpe aruba vs. huawei vs. dellIT Tech
 
Four reasons to consider the all in-one isr 1000
Four reasons to consider the all in-one isr 1000Four reasons to consider the all in-one isr 1000
Four reasons to consider the all in-one isr 1000IT Tech
 
The difference between yellow and white labeled ports on a nexus 2300 series fex
The difference between yellow and white labeled ports on a nexus 2300 series fexThe difference between yellow and white labeled ports on a nexus 2300 series fex
The difference between yellow and white labeled ports on a nexus 2300 series fexIT Tech
 
Cisco transceiver modules for compatible cisco switches series
Cisco transceiver modules for compatible cisco switches seriesCisco transceiver modules for compatible cisco switches series
Cisco transceiver modules for compatible cisco switches seriesIT Tech
 
Guide to the new cisco firepower 2100 series
Guide to the new cisco firepower 2100 seriesGuide to the new cisco firepower 2100 series
Guide to the new cisco firepower 2100 seriesIT Tech
 
892 f sfp configuration example
892 f sfp configuration example892 f sfp configuration example
892 f sfp configuration exampleIT Tech
 
Cisco nexus 7000 and nexus 7700
Cisco nexus 7000 and nexus 7700Cisco nexus 7000 and nexus 7700
Cisco nexus 7000 and nexus 7700IT Tech
 
Cisco firepower ngips series migration options
Cisco firepower ngips series migration optionsCisco firepower ngips series migration options
Cisco firepower ngips series migration optionsIT Tech
 
Eol transceiver to replacement model
Eol transceiver to replacement modelEol transceiver to replacement model
Eol transceiver to replacement modelIT Tech
 

More from IT Tech (20)

Cisco ip phone key expansion module setup
Cisco ip phone key expansion module setupCisco ip phone key expansion module setup
Cisco ip phone key expansion module setup
 
Cisco catalyst 9200 series platform spec, licenses, transition guide
Cisco catalyst 9200 series platform spec, licenses, transition guideCisco catalyst 9200 series platform spec, licenses, transition guide
Cisco catalyst 9200 series platform spec, licenses, transition guide
 
Cisco isr 900 series highlights, platform specs, licenses, transition guide
Cisco isr 900 series highlights, platform specs, licenses, transition guideCisco isr 900 series highlights, platform specs, licenses, transition guide
Cisco isr 900 series highlights, platform specs, licenses, transition guide
 
Hpe pro liant gen9 to gen10 server transition guide
Hpe pro liant gen9 to gen10 server transition guideHpe pro liant gen9 to gen10 server transition guide
Hpe pro liant gen9 to gen10 server transition guide
 
The new cisco isr 4461 faq
The new cisco isr 4461 faqThe new cisco isr 4461 faq
The new cisco isr 4461 faq
 
New nexus 400 gigabit ethernet (400 g) switches
New nexus 400 gigabit ethernet (400 g) switchesNew nexus 400 gigabit ethernet (400 g) switches
New nexus 400 gigabit ethernet (400 g) switches
 
Tested cisco isr 1100 delivers the richest set of wi-fi features
Tested cisco isr 1100 delivers the richest set of wi-fi featuresTested cisco isr 1100 delivers the richest set of wi-fi features
Tested cisco isr 1100 delivers the richest set of wi-fi features
 
Aruba campus and branch switching solution
Aruba campus and branch switching solutionAruba campus and branch switching solution
Aruba campus and branch switching solution
 
Cisco transceiver module for compatible catalyst switches
Cisco transceiver module for compatible catalyst switchesCisco transceiver module for compatible catalyst switches
Cisco transceiver module for compatible catalyst switches
 
Cisco ios on cisco catalyst switches
Cisco ios on cisco catalyst switchesCisco ios on cisco catalyst switches
Cisco ios on cisco catalyst switches
 
Cisco's wireless solutions deployment modes
Cisco's wireless solutions deployment modesCisco's wireless solutions deployment modes
Cisco's wireless solutions deployment modes
 
Competitive switching comparison cisco vs. hpe aruba vs. huawei vs. dell
Competitive switching comparison cisco vs. hpe aruba vs. huawei vs. dellCompetitive switching comparison cisco vs. hpe aruba vs. huawei vs. dell
Competitive switching comparison cisco vs. hpe aruba vs. huawei vs. dell
 
Four reasons to consider the all in-one isr 1000
Four reasons to consider the all in-one isr 1000Four reasons to consider the all in-one isr 1000
Four reasons to consider the all in-one isr 1000
 
The difference between yellow and white labeled ports on a nexus 2300 series fex
The difference between yellow and white labeled ports on a nexus 2300 series fexThe difference between yellow and white labeled ports on a nexus 2300 series fex
The difference between yellow and white labeled ports on a nexus 2300 series fex
 
Cisco transceiver modules for compatible cisco switches series
Cisco transceiver modules for compatible cisco switches seriesCisco transceiver modules for compatible cisco switches series
Cisco transceiver modules for compatible cisco switches series
 
Guide to the new cisco firepower 2100 series
Guide to the new cisco firepower 2100 seriesGuide to the new cisco firepower 2100 series
Guide to the new cisco firepower 2100 series
 
892 f sfp configuration example
892 f sfp configuration example892 f sfp configuration example
892 f sfp configuration example
 
Cisco nexus 7000 and nexus 7700
Cisco nexus 7000 and nexus 7700Cisco nexus 7000 and nexus 7700
Cisco nexus 7000 and nexus 7700
 
Cisco firepower ngips series migration options
Cisco firepower ngips series migration optionsCisco firepower ngips series migration options
Cisco firepower ngips series migration options
 
Eol transceiver to replacement model
Eol transceiver to replacement modelEol transceiver to replacement model
Eol transceiver to replacement model
 

Rip, igrp, and static route concepts and configuration

  • 1. Understanding RIP, IGRP andStatic RouteConfiguration ip route[address][subnet mask][next hop IP] Routers can only forward packets to subnets in its routing table ip route[address][subnet mask][next hop IP] the new routes can be verified with ip route [address][subnet mask][interface] showip route (displays all of router’s ip routes) -> Disadvantage to doing this is that static routing works one-way (add route on Router A to Router B, but Router B still doesn’t have route to Router A) Extended Ping Command: Simulates a ping from ethernet host, but actually comes from router itself. When a ping from a router works, but a ping from a host does not, the extended ping could help you re-create the problem without needing to work with the end user on the phone. 1. ping 2. Target Address (IP) 3. Extended Commands = y 4. Source Address (IP) Distance Vector Concepts Advertise entire routing table (subnet number and metric) to directly connected neighbors. Key Points:  Updates are sent to all neighboring routers through active interfaces, once every so many seconds.  If a router learns multiple routes to the same subnet, it chooses the best route based on the metric (number of hops).  Failure to receive updates after x amount of time results in removal of that route  Routers add directly connected subnets to their routing tables, even without a routing protocol Distance Vector Loop Avoidance Features eliminate roundabout "ghost" routes to failed or cyclically-linked routers. Route Poisoning: Router notices link is down, continues to advertise the route, but with very large metric (view as infinite and invalid). Other routers remove their routes to the downed subnet. RIP uses 16 as the infinite metric Split Horizon: If 2 routers advertise tables at about the same time, with one link down, they would continually exchange incorrect routing metrics (counting to infinity). Split horizon doesn't allow this because all routes with outgoing interface x are not included in updates sent out that same interface x. In other words, if route to subnet comes in through interface 1, don’t send update of
  • 2. the same route out interface 1 Ex) Router A’s Ethernet goes down, set metric to 16 and send to neighbor. At the same time, Router B sends update to Router A, using the old metric that the cost is 2. Now Router A = 2, Router B = 16. After x amount of time, the two routers exchange routing table and in turn switch the metrics. This process would repeat indefinitely. *Split Horizon with Poison Reverse (or Poison Reverse):Cisco’s proprietary distance vector routing protocols use this (used by default). Spit horizon used when network links up, but when link fails, allows broadcast of infinite metric (including previously blocked port from Split Horizon). *Hold-Down Timer: Defeats the counting-to-infinity problem when multiple/redundant links exist between routers. Routers must wait the duration of the hold-down timer before believing any "good" information about that route. Triggered/Flash Updates: Sends new update as soon as route fails. Summary Issue Solution Either use the first route learned or put Multiple routes to the same subnet multiple routes to the same subnet in the have equal metrics routing table. Split horizon—The routing protocol advertises routes out an interface only if they were not learned from updates entering that interface. Routing loops occur due to updates Split horizon with poison reverse—The passing each other over a single link routing protocol uses split-horizon rules unless a route fails. In that case, the route is advertised out all interfaces, including the interface in which the route was learned, but with an infinite-distance metric. Route poisoning—When a route to a subnet Routing loops occur because routing fails, the subnet is information loops advertised with an infinite-distance metric. through alternative paths This term specifically applies to routes that are
  • 3. advertised when the route is valid. Poison reverse refers to routes that normally are not advertised because of split horizon but that are advertised with an infinite metric when the route fails. Hold-down timer—After finding out that a route to a subnet has failed, a router waits a certain period of time before believing any other routing information about that subnet. Triggered updates—When a route fails, an Counting to infinity update is sent immediately rather than waiting on the update timer to expire. Used in conjunction with route poisoning, this ensures that all routers know of failed routes before any hold-down timers can expire. Comparing RIP and IGRP Feature RIP IGRP Update Timer 30 seconds 90 seconds Metric Hop count Bandwidth/delay (also, reliability, MTU, and load) Hold-Down Timer 180 280 Flash Updates Yes Yes VLSM No No Infinite-Metric Value 16 4,294,967,295 Configuring RIP and IGRP Configurati Command on Mode router rip Global router igrp [as number] Global
  • 4. enable IGRP for the router igrp [as AS and enter Global number] (config-router) mode. advertise to other Router network [net routers that this subcomma number] router has a path to nd the given network. passive-interface[default&a Router don't send routing mp;#93; subcomma updates out through {interface type interface number} nd the given interface. keep at Router most number'''differ maximum-pathsnumber subcomma ent routes to the nd same destination in the routing table. Router traffic-share {balanced | min} subcomma nd share traffic between routes, Router either traffic-share {balanced | min} subcomma proportionally or nd just between those of the minimum metric value. EXEC Commands Command Description Shows the entire routing table, or a show ip route subset if parameters are entered. Shows routing protocol parameters and show ip protocols current timer values. Issues log messages for each RIP debug ip rip update. debug ipigrp transactions [ip Issues log messages with details of the address] IGRP updates. debug ipigrp Issues log messages with details of the
  • 5. transactions [ip IGRP updates. address] debug ipigrp events [ip Issues log messages for each IGRP address] packet. Sends a series of ICMP echoes with trace increasing TTL values to verify the current route to a host. RIP Configuration router rip network [network address1] -> Use network number (address w/ normal class address) network [network address2] IGRP ConfigurationIGRP Configuration routerigrp [as number] -> Note: All routers should use the same AS number network [network address1] network [network address2] show running-config -> I = address found by IGRP, C = directly connected Example I 10.1.4.0 [100/8539] via 10.1.2.14, 00:00:50, Ethernet0 -> The [100/8359] can be broken into two separate parts:  100 = administrative distance  8539 = metric (function of bandwidth and delay)  The higher the bandwidth, the lower the metric  The lower the cumulative delay, the lower the metric Bandwidth Defaults LAN Interfaces = default reflects the correct bandwidth Serial Interfaces = defaults to 1544 kbps (T1 speed) -> Configure using the bandwidth [kbps] interface command To migrate from RIP to IGRP (Commands)  no router rip  router igrp[as number]  network [network ID] Debug/show commands include  debug ip rip
  • 6. show ip route  debug ipigrp transactions (detailed info on updates)  debug ipigrp events (summary that states updates received)  show ip protocol (Update timer, elapsed time since update received) Additional Notes - If multiple route exist, router chooses best metric route - If routes tie, keep the first/pre-existing route Command: maximum-paths 1 (default is maximum-paths 4) - When RIP places multiple routes, router balances traffic Command to use lowest-cost: traffic-share min Variance allows metrics to be considered equal, since IGRP/EIGRP metrics are calculated through formula and often won’t be exactly the same. Example: metric = 100, variance = 2, If value > (lowest metric * variance), add route Administrative Distance: In order to compare metrics between different routing protocols, use administrative distance to denote how believable an entire routing protocol is on a single router. -> The lower the number, the better Default Administrative Distances Route Type Administrative Distance Connected 0 Static 1 EIGRP summary route 5 EBGP 20 EIGRP (internal) 90 IGRP 100 OSPF 110 IS-IS 115 RIP 120 EIGRP (external) 170 iBGP (external) 200 ---Reference from
  • 7. http://www.proprofs.com/mwiki/index.php/RIP%2C_IGRP%2C_and_Static_Route_Co ncepts_and_Configuration More Related Tips: How to Configure IGRP (Interior Gateway Routing Protocol)? Routing Information Protocol & RIP Configuration