28.06.2014 Views

Discussion

Discussion

Discussion

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

[edit protocols pim]<br />

aviva@RouterB# set rp bootstrap-import pim-bootstrap-import<br />

aviva@RouterB# set rp bootstrap-export pim-bootstrap-export<br />

<strong>Discussion</strong><br />

As a final part of the bootstrap router configuration, you need to make sure that Bootstrap<br />

messages from one PIM-SM domain don’t accidentally cross into another PIM-SM<br />

domain. To prevent this from happening, configure bootstrap routing-policy filters that<br />

reject all incoming and outgoing traffic on interfaces that connect to other PIM-SM<br />

domains. The two policies you need to accomplish this are very simple:<br />

aviva@RouterB> show configuration policy-options<br />

policy-statement pim-bootstrap-import {<br />

from interface se-0/0/3.0;<br />

then reject;<br />

}<br />

policy-statement pim-bootstrap-export {<br />

from interface se-0/0/3.0;<br />

then reject;<br />

}<br />

Apply these policies directly in the PIM bootstrap configuration, with the set rp<br />

bootstrap-import and set rp bootstrap-export commands in the [edit protocols pim]<br />

hierarchy.<br />

See Also<br />

Recipes 9.1 and 16.4<br />

16.6 Configuring Multiple RPs in a PIM-SM Domain<br />

with Anycast RP<br />

Problem<br />

Your PIM-SM domain has multiple RPs. When you use PIM bootstrap or auto-RP to<br />

establish RPs, PIM maps each group to a single RP, but you want to deploy more<br />

than one RP for a single group range.<br />

Solution<br />

Configure anycast RP on each RP router in the PIM-SM domain. First, configure the<br />

shared anycast address on the router’s loopback interface:<br />

[edit interfaces]<br />

aviva@RouterA# set lo0 unit 0 family inet address 10.0.1.1/32<br />

592 | Chapter 16: IP Multicast<br />

This is the Title of the Book, eMatter Edition<br />

Copyright © 2008 O’Reilly & Associates, Inc. All rights reserved.

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

Saved successfully!

Ooh no, something went wrong!