[j-nsp] question about policy-statement

Li Zhu lz6 at njit.edu
Thu Aug 27 00:18:49 EDT 2009


All,

In configuration below, groupA and groupB import policy-statement 1 and 2,
respectively. So, what is the sequence of import policy neighbor 10.0.0.1
should go through? Should it be
1. policy-statement-3, then 2, then 1? or
2. policy-statement-3 only? or
3 something else?

 group MyGroup {
  apply-groups [groupA];
  neighbor 10.0.0.1 {
   apply-groups groupB;
   import policy-statement-3;
  }
 }

Thanks,

Li


More information about the juniper-nsp mailing list