Knowledge (XXG)

Enhanced Interior Gateway Routing Protocol

Source 📝

139:
the feasible successor and the successors. Routes in the topology table are marked as "passive" or "active". Passive indicates that EIGRP has determined the path for the specific route and has finished processing. Active indicates that EIGRP is still trying to calculate the best path for the specific route. Routes in the topology table are not usable by the router until they are inserted into the routing table. The topology table is never used by the
1005:
metric is a 24-bit value while EIGRP uses a 32-bit value to express this metric. By multiplying a 24-bit value with the factor of 256 (effectively bit-shifting it 8 bits to the left), the value is extended into 32 bits, and vice versa. This way, redistributing information between EIGRP and IGRP involves simply dividing or multiplying the metric value by a factor of 256, which is done automatically.
1108:
condition. However, such neighbors do not provide the shortest path to a destination, therefore, not using them does not present any significant impairment of the network functionality. These neighbors will be re-evaluated for possible usage if the router transitions to Active state for that destination.
138:
Topology Table: The topology table stores routes that it has learned from neighbor routing tables. Unlike a routing table, the topology table does not store all routes, but only routes that have been determined by EIGRP. The topology table also records the metrics for each of the listed EIGRP routes,
1036:
The feasible successor effectively provides a backup route in the case that existing successors become unavailable. Also, when performing unequal-cost load-balancing (balancing the network traffic in inverse proportion to the cost of the routes), the feasible successors are used as next hops in the
438:
Number of routers a packet passes through when routing to a remote network, used to limit the EIGRP AS. EIGRP maintains a hop count for every route, however, the hop count is not used in metric calculation. It is only verified against a predefined maximum on an EIGRP router (by default it is set to
993:
On Cisco routers, the interface bandwidth is a configurable static parameter expressed in kilobits per second (setting this only affects metric calculation and not actual line bandwidth). Dividing a value of 10 kbit/s (i.e. 10 Gbit/s) by the interface bandwidth statement value yields a result
1107:
It is important to realize that this condition is a sufficient, not a necessary, condition. That means that neighbors which satisfy this condition are guaranteed to be on a loop-free path to some destination, however, there may be also other neighbors on a loop-free path which do not satisfy this
1073:
when the router received replies to all queries it has sent to its neighbors. Notice that if a successor stops satisfying the feasibility condition but there is at least one feasible successor available, the router will promote a feasible successor with the lowest total distance (the distance as
1032:
A feasible successor provides a working route to the same destination, although with a higher distance. At any time, a router can send a packet to a destination marked "Passive" through any of its successors or feasible successors without alerting them in the first place, and this packet will be
1004:
uses the same basic formula for computing the overall metric, the only difference is that in IGRP, the formula does not contain the scaling factor of 256. In fact, this scaling factor was introduced as a simple means to facilitate backward compatility between EIGRP and IGRP: In IGRP, the overall
155:
and can then be used to forward traffic. If the network changes (for example, a physical link fails or is disconnected), the path will become unavailable. EIGRP is designed to detect these changes and will attempt to find a new path to the destination. The old path that is no longer available is
42:
as a proprietary protocol, available only on Cisco routers. In 2013, Cisco permitted other vendors to freely implement a limited version of EIGRP with some of its associated features such as High Availability (HA), while withholding other EIGRP features such as EIGRP stub, needed for DMVPN and
1028:
is used to denote only those routes which provide a loop-free path but which are not successors (i.e. they do not provide the least distance). From this point of view, for a reachable destination, there is always at least one successor, however, there might not be any feasible successors.
386:
Router1# show ip eigrp topology 10.0.0.1 255.255.255.255 IP-EIGRP topology entry for 10.0.0.1/32 State is Passive, Query origin flag is 1, 1 Successor(s), FD is 40640000 Routing Descriptor Blocks: 10.0.0.1 (Serial0/0/0), from 10.0.0.1, Send flag is 0x0 Composite metric is
1116:
EIGRP features load balancing on paths with different costs. A multiplier, called variance, is used to determine which paths to include into load balancing. The variance is set to 1 by default, which means load balancing on equal cost paths. The maximum variance is 128. The minimum
160:
when a change is made, but will only transmit the changes that have been made since the routing table was last updated. EIGRP does not send its routing table periodically, but will only send routing table data when an actual change has occurred. This behavior is more inline with
355:
Cisco Systems now classifies EIGRP as a distance vector routing protocol, but it is normally said to be a hybrid routing protocol. While EIGRP is an advanced routing protocol that combines many of the features of both link-state and distance-vector routing protocols, EIGRP's
1086:
The feasibility condition is a sufficient condition for loop freedom in EIGRP-routed network. It is used to select the successors and feasible successors that are guaranteed to be on a loop-free route to a destination. Its simplified formulation is strikingly simple:
1040:
By default, the total count of successors and feasible successors for a destination stored in the routing table is limited to four. This limit can be changed in the range from 1 to 6. In more recent versions of Cisco IOS (e.g. 12.4), this range is between 1 and 16.
387:(40640000/128256), Route is Internal Vector metric: Minimum bandwidth is 64 Kbit Total delay is 25000 microseconds Reliability is 255/255 Load is 197/255 Minimum MTU is 576 Hop count is 2 309:. EIGRP determines the value of the path using five metrics: bandwidth, load, delay, reliability and MTU. EIGRP uses five different messages to communicate with its neighbor routers – Hello, Update, Query, Reply, and Acknowledgement. 360:
contains many features which make it more of a distance vector routing protocol than a link-state routing protocol. Despite this, EIGRP contains many differences from most other distance-vector routing protocols, including:
994:
that is used in the weighted formula. The interface delay is a configurable static parameter expressed in tens of microseconds. EIGRP takes this value directly without scaling into the weighted formula. However, various
1128:
protocol is unable to design the network by Unequal Path Cost Load Balancing. Regarding the Unequal Path Cost Load Balancing function on industry usage, the network design can be flexible with the traffic management.
898: 452:
By default, only total delay and minimum bandwidth are considered when EIGRP is started on a router, but an administrator can enable or disable all the K values as needed to consider the other Vector metrics.
448:
The composite routing metric calculation uses five parameters, so-called K values, K1 through K5. These act as multipliers or modifiers in the composite metric calculation. K1 is not equal to Bandwidth, etc.
782: 135:
that have a direct physical connection with this router. Routers that are connected to this router indirectly, through another router, are not recorded in this table as they are not considered neighbors.
285:
Router# configure terminal Router(config)# router eigrp 1 Router (config-router)# network 10.201.96.0 0.0.15.255 Router (config-router)# no auto-summary Router (config-router)# exit
339:(RTP) to ensure that EIGRP router updates are delivered to all neighbors completely. The Reliable Transport Protocol also contains other mechanisms to maximize efficiency and support 1445:
Albrightson, R., Garcia-Luna-Aceves, J. J., & Boyle, J. (1994, May). EIGRP a fast routing protocol based on distance vectors. In Proc. Network ID/Interop (Vol. 94, pp. 136-147).
948: 1092:
If, for a destination, a neighbor router advertises a distance that is strictly lower than our feasible distance, then this neighbor lies on a loop-free route to this destination.
1277: 1210: 998:
commands display the interface delay in microseconds. Therefore, if given a delay value in microseconds, it must first be divided by 10 before using it in the weighted formula.
983: 1102:
If, for a destination, a neighbor router tells us that it is closer to the destination than we have ever been, then this neighbor lies on a loop-free route to this destination.
645: 335:
to identify traffic. Rather, EIGRP is designed to work on top of Layer 3 (i.e. the IP protocol). Since EIGRP does not use TCP for communication, it implements Cisco's
907:
may result. Cisco routers running EIGRP will not form an EIGRP adjacency and will complain about K-values mismatch until these values are identical on these routers.
104:
that contains rules by which traffic is forwarded in a network. If the router does not contain a valid path to the destination, the traffic is discarded. EIGRP is a
1409: 842: 815: 729: 702: 675: 1517: 1295: 439:
100 and can be changed to any value between 1 and 255). Routes having a hop count higher than the maximum will be advertised as unreachable by an EIGRP router.
143:
to forward traffic. Routes in the topology table will not be inserted into the routing table if they are active, are a feasible successor, or have a higher
172:
running EIGRP is connected to another router also running EIGRP, information is exchanged between the two routers. They form a relationship, known as an
1496: 176:. The entire routing table is exchanged between both routers at this time. After the exchange has completed, only differential changes are sent. 1518:"Cisco Nexus 9000 Series NX-OS Unicast Routing Configuration Guide, Release 6.x - Configuring EIGRP [Cisco Nexus 9000 Series Switches]" 383:
EIGRP associates six different vector metrics with each route and considers only four of the vector metrics in computing the Composite metric:
1483: 1065:
and there are no feasible successors identified for that destination (i.e. no backup routes are available). The destination changes back from
1704: 1666: 1388: 847: 1074:
reported by the feasible successor plus the cost of the link to this neighbor) to a new successor and the destination will remain in the
1378: 156:
removed from the routing table. Unlike most distance vector routing protocols, EIGRP does not transmit all the data in the router's
74: 1121:
of a route is multiplied by the variance value. Each path with a metric that is smaller than the result is used in load balancing.
305:) to improve the efficiency of the protocol and to help prevent calculation errors when attempting to determine the best path to a 734: 1188: 27: 214:
Periodically checks if a route is available, and propagates routing changes to neighboring routers if any changes have occurred.
1057:. A passive state is a state when the router has identified the successor(s) for the destination. The destination changes to 78: 51:
in 2016, which did not advance to Internet Standards Track level, and allowed Cisco to retain control of the EIGRP protocol.
456:
For the purposes of comparing routes, these are combined together in a weighted formula to produce a single overall metric:
1429: 1235: 324: 316:
of 90. EIGRP routing information, that has come from an EIGRP-enabled router outside the autonomous system, has a default
1612: 1406: 63: 59: 1591: 1301: 344: 312:
EIGRP routing information, exchanged to a router from another router within the same autonomous system, has a default
162: 1632: 1351: 1324: 1149:. EIGRP was developed 20 years ago, yet it is still one of the primary Cisco routing protocols due to its purported 1141:
in an effort to assist companies whose networks operate in a multi-vendor environment. The protocol is described in
1726: 298: 192: 427: 374:
the use of diffusing computations to involve the affected part of the network into computing a new shortest path.
336: 238: 1337: 1013:
A feasible successor for a particular destination is a next hop router that is guaranteed not to be a part of a
43:
large-scale campus deployment. Information needed for implementation was published with informational status as
1721: 179:
EIGRP is often considered a hybrid protocol because it also sends link state updates when link states change.
1158: 924: 317: 313: 144: 328: 1407:
CCIE Practical Studies, Volume I | Chapter 11. Hybrid: Enhanced Interior Gateway Routing Protocol (EIGRP)
903:
Obviously, these constants must be set to the same value on all routers in an EIGRP system, or permanent
1654: 959: 109: 67: 462: 1463: 1169: 1138: 1118: 1024:
Thus, every successor is also a feasible successor. However, in most references about EIGRP the term
1250: 704:) can be set by the user to produce varying behaviors. An important and unintuitive fact is that if 306: 279: 282:
on classful boundaries, which would otherwise result in routing loops in discontiguous networks.
267: 263: 169: 140: 132: 97: 55: 1662: 1384: 1229: 302: 222: 108:
protocol by which routers automatically share route information. This eases the workload on a
85: 394:
Minimum Bandwidth (in kilobits per second) along the path from router to destination network.
211:
Sends topology changes, rather than sending the entire routing table when a route is changed.
1658: 1173: 1142: 294: 44: 31: 820: 793: 707: 680: 653: 70:, reducing the workload on the router and the amount of data that needs to be transmitted. 1433: 1413: 259: 105: 1680: 1614:
Internetworking Technology Handbook: Enhanced Interior Gateway Routing Protocol (EIGRP)
365:
the use of explicit hello packets to discover and maintain adjacencies between routers.
81: 1715: 1676: 1628: 1608: 1587: 1165: 157: 152: 120: 113: 101: 39: 1364: 1565: 1014: 904: 128: 1176:
hard to set up between different vendors' routers when the protocol is used. Even
1033:
delivered properly. Feasible successors are also recorded in the topology table.
1426: 1177: 1154: 1146: 844:
to be set to 1, and the rest to zero, effectively reducing the above formula to
410:
Delay, in 10s of microseconds, along the path from router to destination network
332: 271: 48: 266:
in this example indicates a subnetwork with a maximum of 4094 hosts—it is the
1184: 1150: 340: 234: 1484:
How Does Unequal Cost Path Load Balancing (Variance) Work in IGRP and EIGRP
1380:
Troubleshooting IP Routing Protocols (CCIE Professional Development Series)
1456:"What is 10.0.0.1 IP Address ? and How to login into 10.0.0.1 ?" 1124:
With the functionality of the Unequal Path Cost Load Balancing on EIGRP,
198:
The ability to use different authentication passwords at different times.
1137:
Cisco released details of the proprietary EIGRP routing protocol in an
218: 35: 893:{\displaystyle ({\text{Bandwidth}}_{E}+{\text{Delay}}_{E})\cdot 256} 151:
Information in the topology table may be inserted into the router's
77:(IGRP) in 1993. One of the major reasons for this was the change to 1455: 205: 1125: 1001: 226: 1427:
Comparative Analysis of Link State and Hybrid Routing Protocols
1278:
Enhanced Interior Gateway Routing Protocol (EIGRP) Wide Metrics
371:
the use of a feasibility condition to select a loop-free path.
230: 201: 1251:"Why Is Cisco Bothering with "Open" EIGRP? - Packet Pushers" 1049:
A destination in the topology table can be marked either as
777:{\displaystyle {\tfrac {K_{5}}{K_{4}+{\text{Reliability}}}}} 368:
the use of a reliable protocol to transport routing updates.
1180:
for example does not support unequal cost load balancing.
38:
decisions and configuration. The protocol was designed by
1541: 1061:
state when the current successor no longer satisfies the
127:
Neighbor Table: The neighbor table keeps a record of the
258:
Example of setting up EIGRP on a Cisco IOS router for a
244:
Backwards compatibility with the IGRP routing protocols.
123:, EIGRP uses the following tables to store information: 739: 1300:, Global Knowledge Training LLC, 2013, archived from 962: 927: 850: 823: 796: 737: 710: 683: 656: 465: 418:
Number in range 1 to 255; 255 being the most reliable
343:. EIGRP uses 224.0.0.10 as its multicast address and 165:, thus EIGRP is mostly considered a hybrid protocol. 62:. Unlike other well known routing protocols, such as 1211:"Enhanced Interior Gateway Routing Protocol (EIGRP)" 58:to share routes with other routers within the same 1651:CCNA Cisco Certified Network Associate Study Guide 1187:and it seems to be generally unsupported by other 977: 942: 918:configuration values with following calculations: 892: 836: 809: 776: 723: 696: 669: 639: 1416:. InformIT (2008-06-13). Retrieved on 2014-05-30. 1290: 1288: 1286: 1037:routing table for the load-balanced destination. 626: 582: 475: 468: 1168:but they leave out several core details in the 112:who does not have to configure changes to the 402:Number in range 1 to 255; 255 being saturated 8: 1497:"Enhanced Interior Gateway Routing Protocol" 1017:. This condition is verified by testing the 430:(MTU) (never used in the metric calculation) 331:(UDP). This means that EIGRP does not use a 293:EIGRP is a distance vector & Link State 1593:Enhanced Interior Gateway Routing Protocol 1217:. Archived from the original on 2013-02-21 1062: 1018: 20:Enhanced Interior Gateway Routing Protocol 969: 964: 961: 934: 929: 926: 875: 870: 860: 855: 849: 828: 822: 801: 795: 765: 756: 745: 738: 736: 715: 709: 688: 682: 661: 655: 625: 624: 616: 607: 596: 590: 581: 580: 574: 569: 559: 544: 530: 525: 515: 508: 499: 494: 484: 474: 473: 467: 466: 464: 1133:EIGRP and compatibility to other vendors 1402: 1400: 1320: 1318: 1272: 1270: 1199: 187:EIGRP supports the following features: 1227: 1183:As of 2022 EIGRP has alpha support in 943:{\displaystyle {\text{Bandwidth}}_{E}} 357: 7: 1205: 1203: 208:authentication between two routers. 1566:"EIGRP — FRR latest documentation" 1164:Cisco has stated that EIGRP is an 978:{\displaystyle {\text{Delay}}_{E}} 379:EIGRP composite and vector metrics 14: 1327:. Cisco. Retrieved on 2014-05-30. 640:{\displaystyle {\bigg }\cdot 256} 323:EIGRP does not operate using the 75:Interior Gateway Routing Protocol 1425:Ashraf, Muhammad Irfan, et al. " 1352:What is Administrative Distance? 1112:Unequal Path Cost Load Balancing 351:Distance vector routing protocol 195:on parallel links between sites. 88:, which IGRP could not support. 28:distance-vector routing protocol 1466:from the original on 2018-03-03 1486:Cisco. Retrieved on 2017-03-24 881: 851: 1: 1685:, rfc number not yet assigned 1354:, retrieved 14 September 2013 1249:Burke, Anthony (2013-01-31). 785:is not used (i.e. taken as 1) 650:where the various constants ( 325:Transmission Control Protocol 1707:. Cisco Systems. 2005-08-10. 163:link-state routing protocols 1383:. Cisco Press. 2002-05-07. 910:EIGRP scales the interface 337:Reliable Transport Protocol 301:(DUAL) (based on work from 278:command prevents automatic 1743: 1367:. Packet Life. 2009-01-17. 1297:Cisco Training White Paper 299:diffusing update algorithm 239:protocol-dependent modules 1280:, retrieved 14 March 2014 1234:: CS1 maint: unfit URL ( 731:is set to zero, the term 428:Maximum Transmission Unit 1045:Active and passive state 147:than an equivalent path. 1705:"Introduction to EIGRP" 1682:EIGRP Information Draft 1172:definition which makes 1157:in comparison to other 318:administrative distance 314:administrative distance 145:administrative distance 1350:Cisco Systems (2013), 1338:"EIGRP Messages Types" 1276:Cisco Systems (2012), 979: 944: 894: 838: 811: 778: 725: 698: 671: 641: 329:User Datagram Protocol 1655:Indianapolis, Indiana 1649:Lammle, Todd (2007), 1634:Introduction to EIGRP 1460:10.0.0.0.1 Consortium 1325:Introduction to EIGRP 1082:Feasibility condition 1063:feasibility condition 1019:feasibility condition 980: 945: 895: 839: 837:{\displaystyle K_{3}} 812: 810:{\displaystyle K_{1}} 779: 726: 724:{\displaystyle K_{5}} 699: 697:{\displaystyle K_{5}} 672: 670:{\displaystyle K_{1}} 642: 237:, through the use of 110:network administrator 960: 950:= 10 / Value of the 925: 848: 821: 794: 735: 708: 681: 654: 463: 1637:, Document ID 13669 1596:, Document ID 16406 1097:or in other words, 790:The default is for 280:route summarization 274:255.255.240.0. The 119:In addition to the 73:EIGRP replaced the 68:incremental updates 66:, EIGRP only sends 54:EIGRP is used on a 1653:(Sixth ed.), 1570:docs.frrouting.org 1432:2013-11-09 at the 1412:2014-04-26 at the 1304:on 15 October 2013 1026:feasible successor 1009:Feasible successor 975: 940: 890: 834: 807: 774: 772: 721: 694: 667: 637: 268:bitwise complement 30:that is used on a 1727:Routing protocols 1668:978-0-470-11008-9 1390:978-0-13-303467-7 1255:packetpushers.net 989:interface command 967: 954:interface command 932: 873: 858: 771: 768: 622: 619: 572: 550: 547: 528: 497: 303:SRI International 289:Technical details 262:. The 0.0.15.255 254:Cisco IOS example 223:Internet Protocol 86:Internet Protocol 60:autonomous system 26:) is an advanced 16:Internet protocol 1734: 1708: 1692: 1691: 1690: 1671: 1659:Wiley Publishing 1644: 1643: 1642: 1623: 1622: 1621: 1603: 1602: 1601: 1580: 1579: 1577: 1576: 1562: 1556: 1555: 1553: 1552: 1538: 1532: 1531: 1529: 1528: 1514: 1508: 1507: 1505: 1504: 1493: 1487: 1481: 1475: 1474: 1472: 1471: 1452: 1446: 1443: 1437: 1423: 1417: 1404: 1395: 1394: 1375: 1369: 1368: 1361: 1355: 1348: 1342: 1341: 1334: 1328: 1322: 1313: 1312: 1311: 1309: 1292: 1281: 1274: 1265: 1264: 1262: 1261: 1246: 1240: 1239: 1233: 1225: 1223: 1222: 1207: 1189:routing software 1174:interoperability 984: 982: 981: 976: 974: 973: 968: 965: 949: 947: 946: 941: 939: 938: 933: 930: 899: 897: 896: 891: 880: 879: 874: 871: 865: 864: 859: 856: 843: 841: 840: 835: 833: 832: 816: 814: 813: 808: 806: 805: 783: 781: 780: 775: 773: 770: 769: 766: 761: 760: 750: 749: 740: 730: 728: 727: 722: 720: 719: 703: 701: 700: 695: 693: 692: 676: 674: 673: 668: 666: 665: 646: 644: 643: 638: 630: 629: 623: 621: 620: 617: 612: 611: 601: 600: 591: 586: 585: 579: 578: 573: 570: 564: 563: 551: 549: 548: 545: 536: 535: 534: 529: 526: 520: 519: 509: 504: 503: 498: 495: 489: 488: 479: 478: 472: 471: 295:routing protocol 32:computer network 1742: 1741: 1737: 1736: 1735: 1733: 1732: 1731: 1722:Cisco protocols 1712: 1711: 1703: 1700: 1688: 1686: 1675: 1669: 1648: 1640: 1638: 1627: 1619: 1617: 1607: 1599: 1597: 1586: 1583: 1574: 1572: 1564: 1563: 1559: 1550: 1548: 1540: 1539: 1535: 1526: 1524: 1516: 1515: 1511: 1502: 1500: 1495: 1494: 1490: 1482: 1478: 1469: 1467: 1454: 1453: 1449: 1444: 1440: 1434:Wayback Machine 1424: 1420: 1414:Wayback Machine 1405: 1398: 1391: 1377: 1376: 1372: 1363: 1362: 1358: 1349: 1345: 1336: 1335: 1331: 1323: 1316: 1307: 1305: 1294: 1293: 1284: 1275: 1268: 1259: 1257: 1248: 1247: 1243: 1226: 1220: 1218: 1209: 1208: 1201: 1197: 1135: 1114: 1084: 1047: 1011: 985:= Value of the 963: 958: 957: 928: 923: 922: 869: 854: 846: 845: 824: 819: 818: 797: 792: 791: 752: 751: 741: 733: 732: 711: 706: 705: 684: 679: 678: 657: 652: 651: 603: 602: 592: 568: 555: 537: 524: 511: 510: 493: 480: 461: 460: 446: 388: 381: 353: 345:protocol number 291: 286: 276:no auto-summary 260:private network 256: 251: 185: 106:dynamic routing 94: 34:for automating 17: 12: 11: 5: 1740: 1738: 1730: 1729: 1724: 1714: 1713: 1710: 1709: 1699: 1698:External links 1696: 1695: 1694: 1679:(2013-02-18), 1673: 1667: 1646: 1631:(2005-08-10), 1625: 1605: 1590:(2005-09-09), 1582: 1581: 1557: 1533: 1509: 1488: 1476: 1462:. 2018-03-02. 1447: 1438: 1418: 1396: 1389: 1370: 1365:"RTP in EIGRP" 1356: 1343: 1329: 1314: 1282: 1266: 1241: 1198: 1196: 1193: 1134: 1131: 1113: 1110: 1105: 1104: 1095: 1094: 1083: 1080: 1046: 1043: 1010: 1007: 991: 990: 972: 955: 937: 889: 886: 883: 878: 868: 863: 853: 831: 827: 804: 800: 764: 759: 755: 748: 744: 718: 714: 691: 687: 664: 660: 648: 647: 636: 633: 628: 615: 610: 606: 599: 595: 589: 584: 577: 567: 562: 558: 554: 543: 540: 533: 523: 518: 514: 507: 502: 492: 487: 483: 477: 470: 445: 444:Routing metric 442: 441: 440: 436: 432: 431: 424: 420: 419: 416: 412: 411: 408: 404: 403: 400: 396: 395: 392: 385: 380: 377: 376: 375: 372: 369: 366: 358:DUAL algorithm 352: 349: 307:remote network 297:that uses the 290: 287: 284: 255: 252: 250: 247: 246: 245: 242: 221:processes for 217:Runs separate 215: 212: 209: 199: 196: 193:load balancing 184: 181: 149: 148: 136: 93: 90: 82:IPv4 addresses 15: 13: 10: 9: 6: 4: 3: 2: 1739: 1728: 1725: 1723: 1720: 1719: 1717: 1706: 1702: 1701: 1697: 1684: 1683: 1678: 1677:Cisco Systems 1674: 1670: 1664: 1660: 1656: 1652: 1647: 1636: 1635: 1630: 1629:Cisco Systems 1626: 1616: 1615: 1610: 1609:Cisco Systems 1606: 1595: 1594: 1589: 1588:Cisco Systems 1585: 1584: 1571: 1567: 1561: 1558: 1547: 1546:frrouting.org 1543: 1537: 1534: 1523: 1519: 1513: 1510: 1498: 1492: 1489: 1485: 1480: 1477: 1465: 1461: 1457: 1451: 1448: 1442: 1439: 1435: 1431: 1428: 1422: 1419: 1415: 1411: 1408: 1403: 1401: 1397: 1392: 1386: 1382: 1381: 1374: 1371: 1366: 1360: 1357: 1353: 1347: 1344: 1339: 1333: 1330: 1326: 1321: 1319: 1315: 1303: 1299: 1298: 1291: 1289: 1287: 1283: 1279: 1273: 1271: 1267: 1256: 1252: 1245: 1242: 1237: 1231: 1216: 1212: 1206: 1204: 1200: 1194: 1192: 1190: 1186: 1181: 1179: 1175: 1171: 1167: 1166:open standard 1162: 1160: 1156: 1152: 1148: 1144: 1140: 1132: 1130: 1127: 1122: 1120: 1111: 1109: 1103: 1100: 1099: 1098: 1093: 1090: 1089: 1088: 1081: 1079: 1077: 1072: 1068: 1064: 1060: 1056: 1052: 1044: 1042: 1038: 1034: 1030: 1027: 1022: 1020: 1016: 1008: 1006: 1003: 999: 997: 988: 970: 956: 953: 935: 921: 920: 919: 917: 913: 908: 906: 905:routing loops 901: 887: 884: 876: 866: 861: 829: 825: 802: 798: 788: 786: 762: 757: 753: 746: 742: 716: 712: 689: 685: 662: 658: 634: 631: 613: 608: 604: 597: 593: 587: 575: 565: 560: 556: 552: 541: 538: 531: 521: 516: 512: 505: 500: 490: 485: 481: 459: 458: 457: 454: 450: 443: 437: 434: 433: 429: 426:Minimum path 425: 422: 421: 417: 414: 413: 409: 406: 405: 401: 398: 397: 393: 390: 389: 384: 378: 373: 370: 367: 364: 363: 362: 359: 350: 348: 346: 342: 338: 334: 330: 327:(TCP) or the 326: 321: 319: 315: 310: 308: 304: 300: 296: 288: 283: 281: 277: 273: 269: 265: 261: 253: 249:Configuration 248: 243: 240: 236: 232: 228: 224: 220: 216: 213: 210: 207: 203: 200: 197: 194: 190: 189: 188: 182: 180: 177: 175: 171: 166: 164: 159: 158:routing table 154: 153:routing table 146: 142: 137: 134: 130: 126: 125: 124: 122: 121:routing table 117: 115: 114:routing table 111: 107: 103: 102:routing table 99: 91: 89: 87: 83: 80: 76: 71: 69: 65: 61: 57: 52: 50: 46: 41: 40:Cisco Systems 37: 33: 29: 25: 21: 1687:, retrieved 1681: 1650: 1639:, retrieved 1633: 1618:, retrieved 1613: 1598:, retrieved 1592: 1573:. Retrieved 1569: 1560: 1549:. Retrieved 1545: 1536: 1525:. Retrieved 1521: 1512: 1501:. Retrieved 1491: 1479: 1468:. Retrieved 1459: 1450: 1441: 1421: 1379: 1373: 1359: 1346: 1332: 1308:17 September 1306:, retrieved 1302:the original 1296: 1258:. Retrieved 1254: 1244: 1219:. Retrieved 1214: 1182: 1163: 1136: 1123: 1115: 1106: 1101: 1096: 1091: 1085: 1075: 1070: 1066: 1058: 1054: 1050: 1048: 1039: 1035: 1031: 1025: 1023: 1015:routing loop 1012: 1000: 995: 992: 986: 951: 915: 911: 909: 902: 789: 784: 649: 455: 451: 447: 382: 354: 341:multicasting 322: 311: 292: 275: 257: 191:Support for 186: 178: 173: 167: 150: 129:IP addresses 118: 95: 72: 53: 23: 19: 18: 1542:"FRRouting" 1178:Cisco NX-OS 1155:scalability 767:Reliability 618:Reliability 415:Reliability 407:Total Delay 333:port number 272:subnet mask 96:Almost all 1716:Categories 1689:2013-02-18 1641:2024-01-22 1620:2008-04-27 1600:2008-04-27 1575:2022-09-02 1551:2022-09-02 1527:2022-09-02 1503:2017-09-02 1470:2018-03-03 1260:2022-09-02 1221:2022-09-02 1195:References 116:manually. 100:contain a 1185:FRRouting 1159:protocols 1151:usability 952:bandwidth 931:Bandwidth 912:Bandwidth 885:⋅ 857:Bandwidth 632:⋅ 588:⋅ 566:⋅ 542:− 527:Bandwidth 522:⋅ 496:Bandwidth 491:⋅ 435:Hop Count 391:Bandwidth 235:AppleTalk 174:adjacency 79:classless 1611:(n.d.), 1464:Archived 1430:Archived 1410:Archived 1230:cite web 677:through 320:of 170. 264:wildcard 183:Features 92:Overview 1499:. CISCO 1078:state. 1076:passive 1071:passive 1051:passive 270:of the 241:(PDMs). 219:routing 168:When a 133:routers 98:routers 84:in the 36:routing 1665:  1387:  1145:  1119:metric 1067:active 1059:active 1055:active 225:(IP), 170:router 141:router 56:router 47:  1522:Cisco 1215:Cisco 987:delay 966:Delay 916:Delay 872:Delay 571:Delay 206:SHA-2 24:EIGRP 1663:ISBN 1385:ISBN 1310:2013 1236:link 1153:and 1147:7868 1126:OSPF 1002:IGRP 996:show 914:and 817:and 546:Load 399:Load 347:88. 233:and 227:IPv6 204:and 49:7868 1170:RFC 1143:RFC 1139:RFC 1069:to 1053:or 888:256 635:256 539:256 423:MTU 231:IPX 202:MD5 131:of 64:RIP 45:RFC 1718:: 1661:, 1657:: 1568:. 1544:. 1520:. 1458:. 1399:^ 1317:^ 1285:^ 1269:^ 1253:. 1232:}} 1228:{{ 1213:. 1202:^ 1191:. 1161:. 1021:. 900:. 787:. 229:, 1693:. 1672:. 1645:. 1624:. 1604:. 1578:. 1554:. 1530:. 1506:. 1473:. 1436:" 1393:. 1340:. 1263:. 1238:) 1224:. 971:E 936:E 882:) 877:E 867:+ 862:E 852:( 830:3 826:K 803:1 799:K 763:+ 758:4 754:K 747:5 743:K 717:5 713:K 690:5 686:K 663:1 659:K 627:] 614:+ 609:4 605:K 598:5 594:K 583:) 576:E 561:3 557:K 553:+ 532:E 517:2 513:K 506:+ 501:E 486:1 482:K 476:( 469:[ 22:(

Index

distance-vector routing protocol
computer network
routing
Cisco Systems
RFC
7868
router
autonomous system
RIP
incremental updates
Interior Gateway Routing Protocol
classless
IPv4 addresses
Internet Protocol
routers
routing table
dynamic routing
network administrator
routing table
routing table
IP addresses
routers
router
administrative distance
routing table
routing table
link-state routing protocols
router
load balancing
MD5

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.