Hi all,

in JNCIP book there are 2 diffrent rip import policies.

l...@r6# show policy-options policy-statement rip-in
term 1 {
from {
protocol rip;
next-hop 172.16.40.1;
}
then accept;
}
term 2 {
then reject;
}


l...@r7# show policy-options policy-statement rip-in
term 1 {
from {
protocol rip;
route-filter 192.168.0.0/22 orlonger;
}
then accept;
}
term 2 {
then reject;



1st one is ensuring to not get RIP from R7

and 2nd one is ensuring to not get OSPF routes from RIP routetr

why we dont do like this


l...@r7# show policy-options policy-statement rip-in
term 1 {
from {
protocol rip;
next-hop 172.16.40.1;
route-filter 192.168.0.0/22 orlonger;
}
then accept;
}
term 2 {
then reject;

so Dont accept except ONLY RIP routes from RIP router....


?!!


Ahmad



      
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to