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.

14.9 Verifying that the RSVP-Signaled LSP Is Carrying<br />

Traffic<br />

Problem<br />

You want to know that traffic is actually using an RSVP-signaled LSP that you’ve<br />

configured.<br />

Solution<br />

Look at the LSP traffic statistics:<br />

aviva@R3> show mpls lsp statistics transit<br />

Transit LSP: 2 sessions<br />

To From State Packets Bytes LSPname<br />

10.0.0.1 10.0.0.6 Up 0 0 R6-to-R1<br />

10.0.0.6 10.0.0.1 Up 25 2400 R1-to-R6<br />

Total 2 displayed, Up 2, Down 0<br />

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

To make sure that traffic is using the LSP, look at the traffic statistics. This recipe<br />

shows the show mpls lsp statistics commands. You can also use the show rsvp<br />

session statistics command to get the same output.<br />

The Packets column shows the number of packets that have followed a particular<br />

LSP, and the Bytes column gives the total byte count of all the packets. In this recipe,<br />

LSP R1-to-R6 has carried 25 packets, for a total of 2,400 bytes.<br />

14.10 Configuring RSVP Authentication<br />

Problem<br />

You want to verify that all RSVP traffic that the router accepts comes from trusted<br />

routers to ensure the security of the LSP and the data it carries.<br />

Solution<br />

Configure MD5 authentication for each interface running RSVP:<br />

[edit protocols rsvp]<br />

aviva@R1# set interface so-0/0/2 authentication-key 1991$poPPi<br />

aviva@R1# show<br />

interface so-0/0/2.0 {<br />

authentication-key "$9$GoDqm5QF/ApTQSrKMXxqmPfn/"; ## SECRET-DATA<br />

}<br />

Configuring RSVP Authentication | 519<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!