Routing

last person joined: yesterday 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  issue in summarization in ABR and ASBR

    Posted 06-07-2011 15:43

    In ASBR

    1:import static route in to ospf in ASBR

    set policy-options policy-statement cjjstatic term 1 from protocol static

     

    set policy-options policy-statement cjjstatic term 1 from  route-filter 10.16.80.0/24 exact

    set policy-options policy-statement cjjstatic term 1 from  route-filter 10.16.81.0/24 exact

    set policy-options policy-statement cjjstatic term 1 then accept
    ospf {
        export cjjstatic;
        area 0.0.0.0 {
            interface ge-0/0/0.400;
        }
    }

     

     

    1)does it mean I should have 10.16.80.0/24  and 10.16.81.0/24 in my routing table to do this export?

     2)how to summarize these 2 entries?

     

    in ASBR

     

    how to summarize route in area 0 ?can someone give me an example?



  • 2.  RE: issue in summarization in ABR and ASBR
    Best Answer

    Posted 06-07-2011 17:34
    Yes, the routes must be active in the routing table in order to export them into OSPF. I would personally create an aggregate route and export the aggregate. But you may want to try the area range command?

    http://www.juniper.net/techpubs/software/junos/junos94/swconfig-routing/configuring-route-summarization.html#id-11717284


  • 3.  RE: issue in summarization in ABR and ASBR

    Posted 06-08-2011 15:05

    Use the area-range knob in protocols ospf so that the aggregate is advertised and the more specific routes are suppressed.