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.

6 Inter-AS LSPs with BGP-LS: Verification and Analysis<br />

6.1 Scanning the TED<br />

In this section, we’re going to analyze the content of the TED database to see how traffic<br />

engineering routes from different ASs can be part of the same database.<br />

When a traffic engineering route is received via BGP, it is installed in the lsdist.0 table. We<br />

can see which routes are received from a BGP neighbor using the receive-protocol option in<br />

the show route command:<br />

user@mx80-23# run show route receive-protocol bgp 192.168.36.5 table lsdist.0<br />

lsdist.0: 28 destinations, 28 routes (28 active, 0 holddown, 0 hidden)<br />

Prefix Nexthop MED Lclpref AS path<br />

NODE { AS:65537 Area:0.0.0.0 IPv4:192.168.38.6 OSPF:0 }/1152<br />

* 192.168.36.5 100 65537 I<br />

Here we see that a router in AS 65536 has received routes from AS 65537:<br />

• The route is from OSPF area 0.<br />

• 192.168.36.5 is the router that received the route via EBGP.<br />

• The advertised address is 192.168.38.6.<br />

Loopbacks are not the only advertised routes:<br />

NODE { AS:65537 Area:0.0.0.0 IPv4:10.37.0.1-1 OSPF:0 }/1152<br />

* 192.168.36.5 100 32 I<br />

Now we see how the lsdist.0 table appears on a router in AS 65536:<br />

user@mx80-23# run show route table lsdist.0<br />

lsdist.0: 28 destinations, 28 routes (28 active, 0 holddown, 0 hidden)<br />

+ = Active Route, - = Last Active, * = Both<br />

NODE { AS:65537 Area:0.0.0.0 IPv4:10.37.0.1-1 OSPF:0 }/1152<br />

*[BGP/170] 2d 20:04:21, localpref 100, from 192.177.31.5<br />

AS path: 65537 I, validation-state: unverified<br />

> to 10.36.0.2 via xe-0/0/0.0<br />

to 10.36.2.2 via xe-0/0/2.0<br />

What does this output tell us?<br />

• There exists a BGP route to subnet 10.37.0.0/30.<br />

• The route came by way of IBGP from 192.168.36.5.<br />

• Destination is in AS 65537.<br />

• There are two possible next-hops. As usual, only one is active (>).<br />

The next step is to look at the “updated” TED by looking at the different types of entries we<br />

can have. A local entry looks like this:<br />

user@mx80-23# run show ted database 192.168.36.5<br />

TED database: 0 ISIS nodes 18 INET nodes<br />

ID<br />

Type Age(s) LnkIn LnkOut Protocol<br />

192.168.36.5 Rtr 246092 3 3 OSPF(0.0.0.0)<br />

To: 10.36.1.2-1, Local: 10.36.1.1, Remote: 0.0.0.0<br />

Local interface index: 0, Remote interface index: 0<br />

To: 10.36.4.2-1, Local: 10.36.4.1, Remote: 0.0.0.0<br />

Local interface index: 0, Remote interface index: 0<br />

To: 192.168.37.6, Local: 31.37.0.1, Remote: 172.16.37.2<br />

Local interface index: 0, Remote interface index: 0<br />

Now we can see that:<br />

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

Page 30 of 53

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

Saved successfully!

Ooh no, something went wrong!