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
_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to