11 Oct 2009

RIP Lab advises from a CCIE

These quick-and-dirty notes are not from me, I came across a post on a blog, and thought it could be useful..

So, taking note for future reference..


Opening Move:
————-
conf t
router rip
ver 2
no auto
pass def

do sh ip int br
network
no pass

!Broadcast v2 update:
———————
(config-if)#ip rip v2-broadcast

!Unicast updates:
—————–
1- send unicast updates
(config-router)#neighbor A.B.C.D “Neighbor address”
2- stop broadcast/multicast updates
passiv

Differet subnets:
—————–
(config-router)#NO validate-update-source

!check split horizon

Show commds:
————
Sh ip protocols
Routing Information Sources:
Gateway Distance Last Update

Killing the Route:
——————
1- Distribute list
2- offset list (poison the metric)
3- admin distance (poison the distance)


Reference

No comments:

Post a Comment