Pages

network cisco ccna gns3 certification arteq

network cisco ccna gns3 certification arteq
a network runs through it

Search insearchofthecert

Saturday, August 18, 2012

rip and ospf love cont...

so, you get to a lab that has a million loopbacks, and...
but arteq, perhaps there is more this time...

there are more things in heaven and earth, Horatio, than are dreamt of in your philosophy

ok, this is an awful lot to go through for rip, but ta da...

i give you, prefix-list...

a detailed explanation can be found here, by brian mcgahan,

http://blog.ine.com/2007/12/26/how-do-prefix-lists-work/

he bounces in and out of cln often... he was 20 when he passed his first ccie over ten years ago... damn... another rock star...

anyway, the syntax goes like this:

ip prefix-list (name|number) (deny net/length|permit net/length) (ge length|le length)

an exact match is made if the operators less-than-or-equal-to or greater-than-or-equal-to are left out...

ip prefix-list riptorn permit 192.168.48.0/22
ip prefix-list riptorn deny 192.168.48.0/22 le 24
ip prefix-list riptorn permit 0.0.0.0/0 le 32

the logic makes perfect sense just reading it aloud...

then apply it on the interface out in router config mode...

of course there's a disclaimer that it might not work, so good luck with that... lmao... now RIP all that shit outta there...






No comments:

Post a Comment