10.11.2016 Views

2eW4ZRB

2eW4ZRB

2eW4ZRB

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.

There are seven different messages:<br />

• Type 1 and Type 2 messages are similar and are used to exchange information about<br />

membership to a particular MVPN. This information is useful when building the P2MP<br />

because we know which PEs need to be reached.<br />

• Type 3 messages are used when there is the intention to build a selective tree. In<br />

response to this message, egress routers can reply with a Type 4 message,<br />

indicating interest in a particular source and group.<br />

• Type 5 messages are generated when a source is discovered. It is important to notice<br />

that before this message is created, a pure PIM message is generated. PE routers<br />

receive that message and translate its content into a Type 5 MVPN signaling<br />

message.<br />

• Type 6 and 7 MVPN signaling messages are similar to Type 5 and are sent when an<br />

egress router receives a PIM shared-tree join or a PIM source-tree join message.<br />

Those messages are translated, and Type 6 or Type 7 MVPN signaling messages<br />

are sent. Type 7 messages are also sent in response to a Type 5 route<br />

announcement received from an ingress PE.<br />

8.4 CE Configuration<br />

The first thing to configure is the PIM protocol running between the CE and the PE.<br />

user@mx80-1# show protocols pim<br />

pim {<br />

rp {<br />

local {<br />

family inet {<br />

address 192.168.100.1;<br />

}<br />

}<br />

}<br />

interface lo0.1;<br />

interface xe-0/0/1.1;<br />

interface xe-0/0/3.0;<br />

}<br />

Then we have to define the EBGP session with the PE router:<br />

user@mx80-23# show protocols bgp<br />

bgp {<br />

group EBGP {<br />

type external;<br />

export MCAST-SRC;<br />

peer-as 65536;<br />

neighbor 10.136.1.1;<br />

}<br />

}<br />

8.5 PE Configuration<br />

Now let’s look at all the different protocols we have to configure on the PE router. The PE<br />

needs to configure a routing instance, and inside the instance we also configure all the<br />

necessary protocols, such as PIM, EBGP for a session with the CE, and support for NG<br />

MVPN.<br />

user@mx80-23# show vrf<br />

instance-type vrf;<br />

interface xe-0/0/1.1;<br />

interface lo0.1;<br />

Copyright (©) 2016 Juniper Networks. All Rights Reserved.<br />

Page 42 of 53

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

Saved successfully!

Ooh no, something went wrong!