hoogen82 wrote: » .*65010 means you could ideally have 100 200 65010... but should have originated from 65010 ^65010$ means only routes from 65010 and shouldn't have traversed any other AS. There is a huge difference 0/0 through 0/32.. 0/0 means rejecting just about everything..Check the JNCIA page 162(196) in the pdf... They kind of explain it with examples...
IOS2JUNOS wrote: » route-filter 0.0.0.0/0 reject wouldn't work?
Aldur wrote: » keep in mind that you have to include a qualifier there too. For example if you said 0/0 orlonger then you'd block every single route, or if you said 0/0 exact then you'd only block 0/0 and 0/1, 0/2, etc could get through. So 0/0 through 0/32 will block any 0.0.0.0 route no matter the prefix so that would be the best route to go.
Aldur wrote: » So 0/0 through 0/32 will block any 0.0.0.0 route no matter the prefix so that would be the best route to go.
high1432007 wrote: » Aldur, Can I understand in this way. rather than no matter ther prefix should it be mask? which means will block prefix 0.0.0.0/0 or 0.0.0.0/24 or 0.0.0.0/32, am I right?