Try it, may be this can help u out.

To trace ICMP protocol traffic, you can specify options in the global
traceoptions statement at the [edit routing-options] hierarchy level, and
you can specify ICMP-specific options by including the traceoptions
statement at the [edit protocols router-discovery] hierarchy level:
 [edit protocols router-discovery]
 traceoptions

         file name    
                 ;
         flag flag  ;
 }

You can specify the following ICMP-specific flags in the ICMP  traceoptions
statement:
* error--Trace error packets.
* info--Trace information packets.
* routerdiscovery--Trace all ICMP packets.
* redirect--Trace redirect packets.
Example: Trace ICMP Protocol Traffic
Trace only unusual or abnormal operations to routing-log, and trace router
discovery state transitions to icmp-log:
 [edit}
 routing-options {
         traceoptions {
                 file routing-log;
         }
 }
 protocols {
         router-discovery

                 traceoptions {
                         file icmp-log;
                         flag state;
                 }
         }
 }



Thanks and warm regards.

Muhammad Tariq

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Marc-Andre Giroux
Sent: Monday, May 14, 2001 5:47 PM
To: [EMAIL PROTECTED]
Subject: RE: Juniper technical question [7:4398]

the run monitor command will let me see the number of packets sent thru the
interfaes but I am trying to debug the icmp packets. As for the show command
thank you

-----Original Message-----
From: Mohammad Tariq [mailto:[EMAIL PROTECTED]]
Sent: May 14, 2001 8:19 AM
To: Marc-Andre Giroux; [EMAIL PROTECTED]
Subject: RE: Juniper technical question [7:4398]




Use show command in juniper which is equivalent to show run and u can use
the monitor command in junos to monitor the ICMP packet.
Thanks and warm regards.

Muhammad Tariq

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Marc-Andre Giroux
Sent: Monday, May 14, 2001 5:19 PM
To: [EMAIL PROTECTED]
Subject: Juniper technical question [7:4398]

2 questions the first is what is the equivalent of a "show run" in the
Junos world and the second I am trying to turn on ICMP debugging in cisco it
would be " debug packet icmp" does anyone know how to do this in junos?
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=4422&t=4398
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to