Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
IS-IS User Guide
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Displaying Sent or Received IS-IS Protocol Packets

date_range 17-Feb-21

To configure the tracing for only sent or received IS-IS protocol packets, follow these steps:

  1. Configure the flag to display sent, received, or both sent and received packets.

    content_copy zoom_out_map
    [edit protocols isis traceoptions]
    user@host# set flag hello send               
    

    or

    content_copy zoom_out_map
    [edit protocols isis traceoptions]
    user@host# set flag hello receive           
    

    or

    content_copy zoom_out_map
    [edit protocols isis traceoptions]
    user@host# set flag hello           
    
  2. Verify the configuration.

    content_copy zoom_out_map
    user@host# show
    

    For example:

    content_copy zoom_out_map
    [edit protocols isis traceoptions]
    user@host# show 
    file isislog size 10k files 10;
    flag hello send;

    or

    content_copy zoom_out_map
    [edit protocols isis traceoptions]
    user@host# show 
    file isislog size 10k files 10;
    flag hello receive;

    or

    content_copy zoom_out_map
    [edit protocols isis traceoptions]
    user@host# show 
    file isislog size 10k files 10;
    flag hello send receive;
  3. Commit the configuration.

    content_copy zoom_out_map
    user@host# commit
    
  4. View the contents of the file containing the detailed messages.

    content_copy zoom_out_map
    user@host# run show log filename                 
    

    For example:

    content_copy zoom_out_map
    user@host# run show log isislog
    Sep 27 18:17:01 ISIS periodic xmit to 01:80:c2:00:00:15 (IFL 2)
    Sep 27 18:17:01 ISIS periodic xmit to 01:80:c2:00:00:14 (IFL 2)
    Sep 27 18:17:03 ISIS periodic xmit to 01:80:c2:00:00:15 (IFL 2)
    Sep 27 18:17:04 ISIS periodic xmit to 01:80:c2:00:00:14 (IFL 2)
    Sep 27 18:17:06 ISIS L2 hello from 0000.0000.0008 (IFL 2) absorbed
    Sep 27 18:17:06 ISIS periodic xmit to 01:80:c2:00:00:15 (IFL 2)
    Sep 27 18:17:06 ISIS L1 hello from 0000.0000.0008 (IFL 2) absorbed
footer-navigation