[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Examining the ResvErr Message

Purpose

When a reservation request fails, a ResvErr error message is delivered to all the receivers involved. ResvErr messages are advisory; these messages do not alter any reservation state along the way.

Figure 17 shows an RSVP ResvErr message that flows downstream to the destination address of the LSP 10.0.0.5 (R5), indicating that an error with the reservation allocation occurred while sending Resv messages back to the ingress node. The destination address of the ResvErr message is the interface from R1 to R3 (so-0/0/2.0), which the Resv message just left.

Figure 17: RSVP ResvErr Message

Image g017066.gif

Action

To examine the ResvErr message, enter the following JUNOS CLI command:

user@R1> monitor start filename

Sample Output 1

[edit protocols rsvp]
user@R1# show 
traceoptions {
    file rsvp-log;
    flag packets detail;
....flag error detail ;
}
interface so-0/0/2.0;
interface fxp0.0 {
    disable;
}

Sample Output 2

user@R1> clear log rsvp-log

user@R1> monitor start rsvp-log  

user@R1>
*** rsvp-log ***
[...Output truncated...]
Jan 15 15:44:57  RSVP send ResvErr 10.1.13.1->10.0.13.2 Len=104 so-0/0/2.0 
Jan 15 15:44:57  Session7 Len 16 10.0.0.5(port/tunnel ID 13527) Proto 0 
Jan 15 15:44:57  Hop Len 12 10.0.13.1/0x08554198 
Jan 15 15:44:57  Error Len 12 code 4 value 0 flag 0 by 10.0.16.1 
Jan 15 15:44:57  Style   Len  8 FF 
Jan 15 15:44:57  Flow Len 36 rate 0bps size 0bps peak Infbps m 20 M 1500 
Jan 15 15:44:57  Filter7 Len 12 10.0.0.1(port/lsp ID  2) 
monitor stop

Meaning

Sample Output 1 shows the configuration of RSVP tracing on ingress router R1. The packets and error flags are included at the [edit protocols rsvp traceoptions] hierarchy level to provide slightly different information about RSVP traffic. For more information about RSVP tracing flags, see Table 18. The detail option is included to show granular details about the configured flags.

Sample Output 2 shows clear commands, the output for the rsvp-log file, and that monitoring was started and then stopped.

The first line of sample output from the rsvp-log file indicates that this is a ResvErr message. The source address of the IP packet is 10.1.13.1 (R1) and the destination address is 10.1.13.2 (R3). The outgoing interface on R1 is interface so-0/0/2.0. The ResvErr message is in response to a Resv message indicating an error with the reserved LSP allocation.

All subsequent lines of sample output indicate object values for this ResvErr message and are indented in the output. To facilitate this discussion, each line of output for each object is displayed before the corresponding explanation.


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]