10.11.2016 Views

2eW4ZRB

2eW4ZRB

2eW4ZRB

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

interface xe-2/1/0.0;<br />

interface xe-2/0/0.0;<br />

interface xe-2/2/0.0;<br />

The EBGP configuration on the ASBRs is shown below:<br />

[edit protocols bgp]<br />

user@asbr1# show<br />

group EBGP {<br />

type external;<br />

family inet {<br />

unicast;<br />

}<br />

export PL-EBGP-EXP;<br />

peer-as 65537;<br />

neighbor 172.16.37.2;<br />

}<br />

}<br />

IBGP is used for intra-AS communications. The following configuration can be deployed in the<br />

PE and ASBR routers:<br />

user@asbr1# show protocols bgp group IBGP-DOWN<br />

type internal;<br />

local-address 192.168.36.5;<br />

family inet {<br />

unicast;<br />

}<br />

export PL-IBGP-DOWN-EXP;<br />

cluster 192.168.36.5;<br />

neighbor 192.168.36.21;<br />

neighbor 192.168.36.22;<br />

}<br />

OSPF requires a few additional lines because we have to take care of the inter-AS link:<br />

ospf {<br />

traffic-engineering;<br />

area 0.0.0.0 {<br />

interface lo0.0 {<br />

passive;<br />

}<br />

interface xe-2/1/0.0;<br />

interface xe-2/0/1.0;<br />

interface xe-2/0/0.0 {<br />

passive {<br />

traffic-engineering {<br />

remote-node-id 172.16.37.2;<br />

}<br />

}<br />

}<br />

interface xe-2/2/0.0 {<br />

passive {<br />

traffic-engineering {<br />

remote-node-id 172.16.37.6;<br />

}<br />

}<br />

}<br />

}<br />

}<br />

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

Page 16 of 53

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

Saved successfully!

Ooh no, something went wrong!