[j-nsp] Juniper equivalent of IS-IS "advertise-passive-only"?
    Sebastian Abt 
    sabt at sabt.net
       
    Mon May 16 16:43:38 EDT 2005
    
    
  
* sthaug at nethelp.no wrote:
> Unfortunately, this was basically the first thing I tried, and it
> doesn't work. Anything I did with such a policy only exported *more*
> into IS-IS, not less.
You could try using something like
policy-statement isis-export {
    term loopback {
        from {
            interface lo0.0;
            family inet;
        }
        then accept;
    }
    term reject {
        then reject;
    }
}
 
That work's for us..
--sebastian
-- 
SABT-RIPE   PGPKEY-D008DA9C
    
    
More information about the juniper-nsp
mailing list