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 />

189<br />

Interoperating between RIPv1 and RIPv2<br />

Recall that, with some configuration, RIPv1 and RIPv2 can interoperate. By<br />

default:<br />

• RIPv1 routers will sent only Version 1 packets<br />

• RIPv1 routers will receive both Version 1 and 2 updates<br />

• RIPv2 routers will both send and receive only Version 2 updates<br />

If <strong>Router</strong> A is running RIP v1, and <strong>Router</strong> B is running RIP v2, some<br />

additional configuration is necessary.<br />

Either we must configure <strong>Router</strong> A to send Version 2 updates:<br />

<strong>Router</strong>A(config)# interface s0<br />

<strong>Router</strong>A(config-if)# ip rip send version 2<br />

Or configure <strong>Router</strong> B to accept Version 1 updates.<br />

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

<strong>Router</strong>B(config-if)# ip rip receive version 1<br />

Notice that this is configured on an interface. Essentially, we’re configuring<br />

the version of RIP on a per-interface basis.<br />

We can also have an interface send or receive both versions simultaneously:<br />

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

<strong>Router</strong>B(config-if)# ip rip receive version 1 2<br />

We can further for RIPv2 to send broadcast updates, instead of multicasts:<br />

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

<strong>Router</strong>B(config)# ip rip v2-broadcast<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!