16.06.2014 Views

Cisco CCNA Study Guide - Router Alley

Cisco CCNA Study Guide - Router Alley

Cisco CCNA Study Guide - Router Alley

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>CCNA</strong> <strong>Study</strong> <strong>Guide</strong> v2.62 – Aaron Balchunas<br />

188<br />

RIP Neighbors<br />

Recall that RIPv1 sends out its updates as broadcasts, whereas RIPv2 sends<br />

out its updates as multicasts to the 224.0.0.9 address. We can configure<br />

specific RIP neighbor commands, which will allow us to unicast routing<br />

updates to those neighbors.<br />

On <strong>Router</strong> B:<br />

<strong>Router</strong>B(config)# router rip<br />

<strong>Router</strong>B(config-router)# network 10.3.0.0<br />

<strong>Router</strong>B(config-router)# network 10.4.0.0<br />

<strong>Router</strong>B(config-router)# neighbor 10.3.5.1<br />

<strong>Router</strong>B(config-router)# neighbor 10.4.5.1<br />

<strong>Router</strong> B will now unicast RIP updates to <strong>Router</strong> A and <strong>Router</strong> C.<br />

However, <strong>Router</strong> B will still broadcast (if RIPv1) or multicast (if RIPv2) its<br />

updates, in addition to sending unicast updates to its neighbors. In order to<br />

prevent broadcast/multicast updates, we must also use passive interfaces:<br />

<strong>Router</strong>B(config)# router rip<br />

<strong>Router</strong>B(config-router)# passive-interface s0<br />

<strong>Router</strong>B(config-router)# passive-interface s1<br />

<strong>Router</strong>B(config-router)# neighbor 10.3.5.1<br />

<strong>Router</strong>B(config-router)# neighbor 10.4.5.1<br />

The passive-interface commands prevent the updates from being<br />

broadcasted or multicasted. The neighbor commands still allow unicast<br />

updates to those specific neighbors.<br />

* * *<br />

All original material copyright © 2013 by Aaron Balchunas (aaron@routeralley.com),<br />

unless otherwise noted. All other material copyright © of their respective owners.<br />

This material may be copied and used freely, but may not be altered or sold without the expressed written<br />

consent of the owner of the above copyright. Updated material may be found at http://www.routeralley.com.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!