File tree Expand file tree Collapse file tree 4 files changed +36
-1
lines changed
Expand file tree Collapse file tree 4 files changed +36
-1
lines changed Original file line number Diff line number Diff line change @@ -72,3 +72,15 @@ of the ICMP client group identifier (icmp-client-group-id).
7272It is mandatory to set either ICMP client group identifier or network interface
7373but only one as those attributes are mutually exclusive.
7474
75+ The ICMP logging flag (``-l icmp ``) enables detailed ICMP logging:
76+
77+ .. code-block :: none
78+
79+ # network interfaces
80+ Dec 18 15:58:22.394677 ICMP (eth1:10) send echo-request addr=10.0.1.2 id=2 seq=21
81+ Dec 18 15:58:22.395566 ICMP (eth1:10) fragmentation needed addr=10.0.1.2 id=2 seq=21 mtu=1492
82+ # sessions
83+ Dec 18 15:58:22.727988 ICMP (ID: 1) send echo-request addr=10.0.1.2 id=1 seq=21
84+ Dec 18 15:58:22.728992 ICMP (ID: 1) received echo-reply addr=10.0.1.2 id=1 seq=21 size=8 ttl=63 rtt=1ms
85+ Dec 18 15:58:22.927569 ICMP (ID: 2) send echo-request addr=10.0.1.2 id=1 seq=21
86+ Dec 18 15:58:22.928480 ICMP (ID: 2) TTL exceeded addr=10.0.1.2 id=1 seq=21
Original file line number Diff line number Diff line change @@ -259,6 +259,17 @@ <h2>ICMP Client<a class="headerlink" href="#icmp-client" title="Link to this hea
259259of the ICMP client group identifier (icmp-client-group-id).</ p >
260260< p > It is mandatory to set either ICMP client group identifier or network interface
261261but only one as those attributes are mutually exclusive.</ p >
262+ < p > The ICMP logging flag (< code class ="docutils literal notranslate "> < span class ="pre "> -l</ span > < span class ="pre "> icmp</ span > </ code > ) enables detailed ICMP logging:</ p >
263+ < div class ="highlight-none notranslate "> < div class ="highlight "> < pre > < span > </ span > # network interfaces
264+ Dec 18 15:58:22.394677 ICMP (eth1:10) send echo-request addr=10.0.1.2 id=2 seq=21
265+ Dec 18 15:58:22.395566 ICMP (eth1:10) fragmentation needed addr=10.0.1.2 id=2 seq=21 mtu=1492
266+ # sessions
267+ Dec 18 15:58:22.727988 ICMP (ID: 1) send echo-request addr=10.0.1.2 id=1 seq=21
268+ Dec 18 15:58:22.728992 ICMP (ID: 1) received echo-reply addr=10.0.1.2 id=1 seq=21 size=8 ttl=63 rtt=1ms
269+ Dec 18 15:58:22.927569 ICMP (ID: 2) send echo-request addr=10.0.1.2 id=1 seq=21
270+ Dec 18 15:58:22.928480 ICMP (ID: 2) TTL exceeded addr=10.0.1.2 id=1 seq=21
271+ </ pre > </ div >
272+ </ div >
262273</ section >
263274</ section >
264275
Original file line number Diff line number Diff line change @@ -72,3 +72,15 @@ of the ICMP client group identifier (icmp-client-group-id).
7272It is mandatory to set either ICMP client group identifier or network interface
7373but only one as those attributes are mutually exclusive.
7474
75+ The ICMP logging flag (``-l icmp ``) enables detailed ICMP logging:
76+
77+ .. code-block :: none
78+
79+ # network interfaces
80+ Dec 18 15:58:22.394677 ICMP (eth1:10) send echo-request addr=10.0.1.2 id=2 seq=21
81+ Dec 18 15:58:22.395566 ICMP (eth1:10) fragmentation needed addr=10.0.1.2 id=2 seq=21 mtu=1492
82+ # sessions
83+ Dec 18 15:58:22.727988 ICMP (ID: 1) send echo-request addr=10.0.1.2 id=1 seq=21
84+ Dec 18 15:58:22.728992 ICMP (ID: 1) received echo-reply addr=10.0.1.2 id=1 seq=21 size=8 ttl=63 rtt=1ms
85+ Dec 18 15:58:22.927569 ICMP (ID: 2) send echo-request addr=10.0.1.2 id=1 seq=21
86+ Dec 18 15:58:22.928480 ICMP (ID: 2) TTL exceeded addr=10.0.1.2 id=1 seq=21
You can’t perform that action at this time.
0 commit comments