28.06.2014 Views

Discussion

Discussion

Discussion

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

}<br />

family inet {<br />

address 192.168.13.1/32 {<br />

primary;<br />

}<br />

address 10.0.1.1/32;<br />

}<br />

Also, check that the router ID is set:<br />

[edit routing-options]<br />

aviva@RouterA# show<br />

router-id 192.168.13.1<br />

As the next step in configuring the RP routers, use the shared anycast address as the<br />

local address when configuring the RP routers. Verify that all the RP routers have the<br />

same configuration:<br />

[edit protocols pim]<br />

aviva@RouterA# show rp<br />

local {<br />

address 10.0.1.1;<br />

}<br />

The RPs in the PIM-SM domain use MSDP to discover each other and share information<br />

and to maintain a consistent view of the active sources. To set up MSDP on each<br />

RP, configure the address of the local router’s loopback address and the addresses of<br />

the other RPs in the domain. This recipe shows the configuration on RouterA (local<br />

loopback address of 192.168.13.1) in a domain that has only one other RP, RouterB<br />

(loopback address of 192.168.12.1):<br />

[edit protocols]<br />

aviva@RouterA# show msdp<br />

local-address 192.168.13.1;<br />

peer 192.168.12.1;<br />

Because anycast RP works in conjunction with an RP election method, you must also<br />

configure static, auto-RP, or bootstrap RPs on the appropriate PIM routers. This recipe<br />

uses static RP configuration, so you must configure the address of the RP on each<br />

of the non-RP routers. Here, you use the shared RP address, not the address of one of<br />

the router’s primary loopback interfaces. Here’s what the configuration looks like on<br />

the non-RP RouterG:<br />

aviva@RouterG> show configuration protocols pim<br />

rp {<br />

static {<br />

address 10.0.1.1;<br />

}<br />

}<br />

interface all;<br />

interface fe-0/0/0.0 {<br />

disable;<br />

}<br />

594 | 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!