CISCOSITE
Up ] Routing 1 ] Routing 2 ] Routing 3 ] Routing 5 ] Routing 6 ] Routing 7 ] Routing 8 ] Routing 9 ] Routing 10 ] Routing 11 ] Routing 12 ] Routing 13 ] Routing 14 ] Routing 15 ] Routing 16 ] Routing 18 ] Routing 19 ] Routing 21 ] Routing 22 ] Routing 26 ] Routing 27 ] Routing 28 ] Routing 29 ] Routing 30 ] Routing 33 ] Routing 34 ] Routing 35 ] Routing 38 ] Routing 40 ] Routing 42 ] [ Routing 43 ] Routing 44 ] Routing 45 ] Routing 47 ] Routing 48 ] Routing 50 ]
 

Back ] Next ]

ROUTING

EXCELLENT
Great!

Great!

Great!

~~~

You are visitor #### to CiscoSite since May 14th, 2000

SIGN | VIEW
GUESTBOOK

Thank You Line

   

43. Select and configure the different ways to control routing update traffic

Redistribution guidelines

  1. Be familiar with the network and it's traffic
  2. Not to overlap routing protocols
  3. One/two-way Redistribution

Selecting the best route parameters

  1. Administrative distance (believability)
  2. Routing metric

Protocol redistribution consideration

  1. Support the same routed protocol stack
  2. Redistribution varieties between protocols

EIGRP redistribution consideration

  1. IGRP & EIGRP redistribution is automatic only in the same AS
  2. Automatically redistribute IPX RIP. Can be configured to redistribute NLSP since IOSV11.1
  3. Automatically redistribute AT RTMP.
  4. Configure redistribution for all other IP routing protocol.

Local preference is for setting a preferred outbound-pathway for the originating AS when redundancy is enabled.

MED is for setting a preferred return pathway back into the origination AS.

Ways to control routing update traffic:

  1. Passive interface (PI)
    • Continue receiving DV updates
    • Stop sending DV updates
    • Prohibit LS routing protocols to form adjacencies by blocking the hello packets
    • Applies to all IP-based routing protocols except the BGP.
    • In OSPF, PI is a stub network in the domain.
    • In EIGRP, PI stops router sending hello packets, so the route filters should be applied out of the interface.
    router(config-router)#passive-interface type number
  2. Default routes, used when the router doesn't have a route for a given destination.
    router(config)#ip default-network network-number
    router(config)#ipx advertised-default-route-only network
  3. Static routes, a route to a destination configured statically.
    1. By a next hop address if there is a route address.
      • Redistribution required.
      • Default administrative distance is 1.
      router(config)#ip route network mask {next hop address} [administrative distance]
    2. By an interface if there is no route to the next hop address.
      • Automatically redistributed.
      • Default administrative distance is 0.
      router(config)#ip route network mask {out interface} [administrative distance]
  4. Route filters, using the access lists to filter specific routing update by applying it to a routing protocol and / or an interface.
    router(config)#access-list access-list-number deny any
    router(config-router)#distribute-list access-list-number in | out [interface-name]
Exam 43
   

This Website is not sponsored by, endorsed by or affiliated with Cisco Systems, Inc. Cisco®, Cisco Systems®, CCDA™, CCNA™, CCDP™, CCNP™, CCIE™, CCSI™, the Cisco Systems logo and the CCIE logo are trademarks or registered trademarks of Cisco Systems, Inc. in the United States and certain other countries. All other trademarks are trademarks of their respective owners. Opinions expressed on this site are solely those of the participants and may not reflect the opinions of the owners or moderators of this site.

©2001 PetraCom—Last Updated 10/16/01 03:57 PM —Administrated by wisinss@yahoo.com

1