Pete's Packet

Limitless

  • Catagories

  • Global visitors

    free counters
  • RSS CCIE Jobs – Metro NY area

    • Wide Area Network Administrator
    • Sr. Network Engineer Cisco - Somerset NJ or Jersey City
      Confidential Company Somerset, NJJob description: ...industry knowledge* Excellent communication and interpersonal skills* Excellent customer presentation skills** Cisco Certifications preferred (CCNA, CCNP,CCIE).We are committed to a policy of Equal Employment opportunity and will not discriminate on any legally...
    • Architect
      Tekmark Global Solutions LLC New York, NYJob description: ...6) Visio drawings 7) Voice/data convergence 8) Data center design 9) Firewalls/security 10) CCIE Written Roles and Responsibilities: -Provide Network Architectural direction to various client outsourced customer accounts-Works with...
    • Senior CISCO Engineer
      Diverse Lynx Llc Union, NJ

Archive for June 17th, 2009

Day 89 notes – redistribution

Posted by Peter Kurdziel on June 17, 2009

Routing protocol seed metric for redistribution

router rip

redistribute static
redistribute eigrp 1
redistribute ospf 1
default-metric 1

router ospf 1

redistribute static metric 200 subnets
redistribute rip metric 200 subnets
redistribute eigrp 1 metric 100 subnets

router igrp/eigrp 1

redistribute static metric 10000 100 255 1 1500
redistribute ospf 1  metric 10000 100 255 1 1500
redistribute rip  metric 10000 100 255 1 1500

* or use default-metric 10000 100 255 1 1500

Allow/deny even/odd routes

access-list 1 120.10.0.0 0.0.254.255 ==> 120.10.(0,2,4,6,8).x ===> Even numbers

access-list 1 120.10.1.0 0.0.254.255 ==> 120.10.(1,3,5,7,9).x ===> Odd numbers

lab notes

  1. permit only odd routes – routes should be in the rip database
    • access-list 1 per 199.1.1.0 0.0.254.0
    • router rip
    • distance 255 135.5.1.1 255.255.255.255 1
  2. set cost t0 300 do not use ip ospf bandwidth
  3. 300 * 1544000(link bw) = 463.2 round up 464
    • auto-cost reference-bandwidth 464
  4. rip, ospf 1, ospf 256 – you need to redistribute mutually, even though your redistributed between ospf 1 and ospf 256.
  5. watch out for typo’s in the AS when redistributing.
  6. do not see ospf routes: solution:
    • redistribute ospf 256 match internal external 1 external 2
  7. clear ip ospd redistribution -flushes type 5 and type 7 routes.
  8. always set a seed metric when redistributing:
  9. rip – 1 – cisco recomments you use the lowest.
  10. ospf – cost – 10^8/BW – for ethernet 1000 for 1544 serial 64767 (if you forget this then ospf will default to 20 for all protocols except bgp which will dedault to 1).
  11. eigtp – bandwidth delay reliability load mtu 1000 100 255 1 15000
  12. bgp – no metric
  13. area X range only works on ABR
  14. summary-address only works on ASBR
  15. Common ways to solve issues with redistribution, distance, distribute-lists, route-maps and tags.
  16. OSPF and BGP router ID must match
  17. Whenever you see ” minimum number of commands” start thinking of all the ways to do something because something is likely out of the ordinary

Posted in Routing & Switching Lab | Leave a Comment »

 
Follow

Get every new post delivered to your Inbox.