Comments on: OSPF default route in JUNOS https://backreference.org/2009/12/04/ospf-default-route-in-junos/ Proudly uncool and out of fashion Sat, 05 Jul 2014 18:31:00 +0000 hourly 1 https://wordpress.org/?v=5.8.2 By: waldner https://backreference.org/2009/12/04/ospf-default-route-in-junos/#comment-25104 Sat, 05 Jul 2014 18:31:00 +0000 http://backreference.org/?p=253#comment-25104 In reply to Andrea.

As explained previously in the text, "discard" is used to completely blackhole the traffic. "reject", instead, would send back an ICMP error packet.

]]>
By: Andrea https://backreference.org/2009/12/04/ospf-default-route-in-junos/#comment-25102 Tue, 01 Jul 2014 09:51:47 +0000 http://backreference.org/?p=253#comment-25102 Hello,
in the following case:

generate {
    route 0.0.0.0/0 {
        policy filter-contributors;
        discard;
    }

What "discard" is exactly for?

Thank you,
Andrea

]]>
By: Frederic Kinnaer https://backreference.org/2009/12/04/ospf-default-route-in-junos/#comment-25090 Tue, 13 May 2014 07:30:23 +0000 http://backreference.org/?p=253#comment-25090 Wow this is really just a GREAT article, lots better than the O'Reilly books!! They are way too abstract, their examples don't represent real-world setups, unstructured (and expect you to be a JNCP already or something)...
This was very clear, I got it from the first read!

]]>
By: waldner https://backreference.org/2009/12/04/ospf-default-route-in-junos/#comment-24882 Wed, 10 Apr 2013 13:33:53 +0000 http://backreference.org/?p=253#comment-24882 In reply to Sam.

I see JunOS has a RPM (real-time performance monitoring) feature which looks similar to what IP SLA can do. However, I don't know whether RPM results can be used as criteria for conditional advertisement; but it should be a starting point for further investigation.

]]>
By: Sam https://backreference.org/2009/12/04/ospf-default-route-in-junos/#comment-24880 Tue, 09 Apr 2013 16:29:20 +0000 http://backreference.org/?p=253#comment-24880 Good article, but is there a way to track an external ISP IP address (e.g. DNS Server) and disable the advertisement of the default into OSPF based on this probe. Similar to the IPSLA tracking option within Cisco IOS

]]>