in

CCIE - Internetwork Expert's Online Community

Latest post 07-18-2008 2:07 AM by neoflix. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 07-17-2008 11:47 AM

    • neoflix
    • Top 500 Contributor
    • Joined on 07-17-2008
    • Posts 6
    • Points 105

    Lab 15 task 4.2 and 4.3 ORF

    hi,

    i read through about ORF at http://www.cisco.com/en/US/docs/ios/12_2t/12_2t11/feature/guide/ft11borf.html. From the question, it stated clearly R1 should send only the following prefixes to R4.

    my understanding is R1 is only allow to send at ORF command. thus, the configuration shall look like below

    Rack1R1# sh run | s router bgp
    router bgp 65178
     no synchronization
     bgp router-id 150.1.1.1
     bgp log-neighbor-changes
     bgp confederation identifier 100
     bgp confederation peers 65026
     neighbor 130.1.17.7 remote-as 65178
     neighbor 130.1.124.2 remote-as 65026
     neighbor 130.1.124.2 capability orf prefix-list send
     neighbor 130.1.124.4 remote-as 200
     no auto-summary

    But why at the solution guide was the other way round?

     

    • Post Points: 20
  • 07-17-2008 2:12 PM In reply to

    Re: Lab 15 task 4.2 and 4.3 ORF

    The router that is sending the update is upstream, and is therefore the router receiving the prefix-list used for outbound filtering.  For example if you are sending me routes A, B, and C, but I want to use ORF so that you only send me B and C.  I create a prefix list that permits B and C, and send the prefix list to you.  You receive the prefix list, use it as an outbound filter, and only allow prefixes B and C to be sent to me.

    HTH,

    Brian McGahan, CCIE #8593 (R&S/SP/Security)
    bmcgahan@internetworkexpert.com

    Internetwork Expert, Inc.
    http://www.InternetworkExpert.com
    Toll Free: 877-224-8987 x 705
    Outside US: 775-826-4344 x 705
    Online Community: http://www.IEOC.com
    CCIE Blog: http://blog.internetworkexpert.com


    neoflix wrote:

    hi,

    i read through about ORF at http://www.cisco.com/en/US/docs/ios/12_2t/12_2t11/feature/guide/ft11borf.html. From the question, it stated clearly R1 should send only the following prefixes to R4.

    my understanding is R1 is only allow to send at ORF command. thus, the configuration shall look like below

    Rack1R1# sh run | s router bgp
    router bgp 65178
     no synchronization
     bgp router-id 150.1.1.1
     bgp log-neighbor-changes
     bgp confederation identifier 100
     bgp confederation peers 65026
     neighbor 130.1.17.7 remote-as 65178
     neighbor 130.1.124.2 remote-as 65026
     neighbor 130.1.124.2 capability orf prefix-list send
     neighbor 130.1.124.4 remote-as 200
     no auto-summary

    But why at the solution guide was the other way round?

     




    Internetwork Expert - The Industry Leader in CCIE Preparation
    http://www.internetworkexpert.com

    Subscription information may be found at:
    http://www.ieoc.com/forums/ForumSubscriptions.aspx
    • Post Points: 20
  • 07-18-2008 2:07 AM In reply to

    • neoflix
    • Top 500 Contributor
    • Joined on 07-17-2008
    • Posts 6
    • Points 105

    Re: Lab 15 task 4.2 and 4.3 ORF

    thank you Brian for the clarification.

     

    cheers

    • Post Points: 5
Page 1 of 1 (3 items)