Skip to Content
Network Warrior, 2nd Edition
book

Network Warrior, 2nd Edition

by Gary A. Donahue
May 2011
Intermediate to advanced
788 pages
23h 34m
English
O'Reilly Media, Inc.
Content preview from Network Warrior, 2nd Edition

Limiting Redistribution

When designing complex networks with multiple redistribution points, you must somehow limit redistribution so that loops are prevented. Next I’ll show you my method of choice, which involves tagging routes and filtering with route maps.

Route Tags

Many routing protocols—for example, EIGRP, OSPF, and RIPv2 (but not RIPv1)—allow you tag routes with values when redistributing them. The route tags are nothing more than numbers within the range of 0–4,294,967,295 (unfortunately, the tags cannot be alphanumeric). Route tags do not affect the protocol’s actions; the tag is simply a field to which you can assign a value to use elsewhere.

To set a route tag when redistributing into OSPF, add the tag tag# keyword to the redistribute command:

R2(config-router)#redistribute eigrp 100 metric 10 subnets tag 2

This command will redistribute routes from EIGRP 100 into OSPF. The OSPF metric will be 10, and the tag will be 2. To see the tags in OSPF routes, use the show ip ospf database command. Redistributed routes will be external routes. The last column will be the tags for these routes:

R2#sho ip ospf dat OSPF Router with ID (10.10.10.2) (Process ID 100) Router Link States (Area 0) Link ID ADV Router Age Seq# Checksum Link count 10.10.10.2 10.10.10.2 128 0x80000002 0x00F5BA 1 20.20.20.1 20.20.20.1 129 0x80000002 0x009DD9 1 Net Link States (Area 0) Link ID ADV Router Age Seq# Checksum 10.10.10.1 20.20.20.1 129 0x80000001 0x00B5CA Type-5 AS External Link States Link ID ADV Router ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Computer Networks, Fifth Edition

Computer Networks, Fifth Edition

David J. Wetherall, Andrew S. Tanenbaum

Publisher Resources

ISBN: 9781449307974Errata Page