Day 94 RIP notes
Posted by Peter Kurdziel on June 11, 2009
RIP notes
- ip summary-address will suppress more specific routes in RIP. So you do not have to configure an distribute-list.
- watch the tasks wording.
- configure RIP for unicast ONLY you need a neighbor statement (to enable unicast) and you need to disable broadcast / multicast by using passive-interface.
- ran into an issue with authentication failed after changing from md5 to text authentication. I removed the authentication config under the interface and readded it and it started working.
- req: send updates out necessary interfaces only, loop0 sneaked in there for me. Found it by change by using debug ip rip events. solution: config passive for the loopbacks.
- when changing metrics with an offset-list config the offset-list close to the source. I got it to work on the closest router with in/out and on the router that needed to see the metric with offset in. All solutuions worked no restrictions based on the task.
- req: prepare for a futute vlan (secondary address on an interface) solution: disable ip split-horizon or no validate update source on the other router.
- when connecting to non-cisco devices you need to disable to holddown. timers basic 30 180 0 240
Q. How is IP split horizon handled on Frame Relay interfaces?
Advertisement