Routing

last person joined: 5 days ago 

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.  Remnant in M7i configuration

    Posted 01-22-2013 02:16

    Hi,

     

    I have a remnant in configuration -

    routing-options {

        options {
            no-resolve; ## Warning: 'no-resolve' is deprecated
        }

    }

     

    Only reference I have found is this -

    routing-options {

        options {

            /* Turn off DNS resolution */

            no-resolve;

        }

     

    That's it.

    What DNS resolution is refered? CLI, something else?

    Seem to be some very old thingy because I can't find any reference to this configuration option even in junos 4.x - can anybody shed some light on this?

     

    BR,

    Kalev



  • 2.  RE: Remnant in M7i configuration
    Best Answer

    Posted 01-23-2013 17:30

    Hey Kalev,

     

     IIRC, this "no-resolve" turned off DNS resolution for addresses in the syslog messages sent (configured as routing-options options syslog", which later on became the default, hence deprecated.

     

     I suggest you remove the statement from your routers to avoid further confusion.

     

     Cheers,