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


3. View the RSVP Log File

Action

To view the contents of the RSVP log file, enter the following JUNOS CLI operational mode command:

user@host> show log filename

Sample Output

user@R1> show log rsvp-log 
Jun 16 17:12:23 R1 clear-log[9511]: logfile cleared
Jun 16 18:34:51 trace_on: Tracing to "/var/log/rsvp-log" started
Jun 16 18:35:09 RSVP send Path 10.0.0.1->10.0.0.5 Len=216 so-0/0/2.0
Jun 16 18:35:09   Session7 Len 16 10.0.0.5(port/tunnel ID 26619) Proto 0
Jun 16 18:35:09   Hop      Len 12 10.1.13.1/0x08678198
Jun 16 18:35:09   Time     Len  8 30000 ms
Jun 16 18:35:09   SrcRoute Len 28  10.1.13.2 S 10.1.36.2 S 10.1.56.1 S
Jun 16 18:35:09   LabelRequest Len  8 EtherType 0x800
Jun 16 18:35:09   Properties Len 12 Primary path
Jun 16 18:35:09   SessionAttribute Len 16 Prio (7,0) flag 0x0 "R1-to-R5"
Jun 16 18:35:09   Sender7  Len 12 10.0.0.1(port/lsp ID  3)
Jun 16 18:35:09   Tspec    Len 36 rate 0bps size 0bps peak Infbps m 20 M 1500
Jun 16 18:35:09   ADspec   Len 48 MTU 1500
Jun 16 18:35:09   RecRoute Len 12  10.1.13.1
Jun 16 18:35:27 RSVP recv Path 10.0.0.5->10.0.0.1 Len=216 so-0/0/2.0
Jun 16 18:35:27   Session7 Len 16 10.0.0.1(port/tunnel ID 23942) Proto 0
Jun 16 18:35:27   Hop      Len 12 10.1.13.2/0x08680198
Jun 16 18:35:27   Time     Len  8 30000 ms
Jun 16 18:35:27   SrcRoute Len 12  10.1.13.1 S
Jun 16 18:35:27   LabelRequest Len  8 EtherType 0x800
Jun 16 18:35:27   Properties Len 12 Primary path
Jun 16 18:35:27   SessionAttribute Len 16 Prio (7,0) flag 0x0 "R5-to-R1"
Jun 16 18:35:27   Sender7  Len 12 10.0.0.5(port/lsp ID  2)
Jun 16 18:35:27   Tspec    Len 36 rate 0bps size 0bps peak Infbps m 20 M 1500
Jun 16 18:35:27   ADspec   Len 48 MTU 1500
Jun 16 18:35:27   RecRoute Len 28  10.1.13.2 10.1.36.2 10.1.56.1

What It Means

The sample output shows the tracing information in the rsvp-log file. The first entry shows that the log file was cleared, and the second entry shows that tracing is going to the rsvp-log file in the /var/log/ directory.

The log file displays a Path message that was sent from R1 to R5, and another that R1 received from R5, indicating that the two unidirectional LSPs between R1 and R5 are established. For more information about Path messages, see Examining RSVP Log Messages.


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