Skip to content

Commit 241660f

Browse files
Removal of unnecessary line
1 parent f9b753e commit 241660f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/private-5g-core/data-plane-packet-capture.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,9 @@ Data plane packet capture works by mirroring packets to a Linux kernel interface
3535

3636
`upft list`
3737

38-
39-
1. Either:
40-
- Run `upftdump` with any parameters that you would usually pass to tcpdump. In particular, `-i` to specify the interface, and `-w` to specify where to write to. Close the UPFT tool when done by pressing <kbd>Ctrl + C</kbd>. The following examples are common use cases:
41-
- To run capture packets on all interfaces run `upftdump -i any -w any.pcap`
42-
- To run capture packets for the N3 interface and the N6 interface for a single data network, enter the UPF-PP troubleshooter pod in two separate windows. In one window run `upftdump -i n3trace -w n3.pcap` and in the other window run `upftdump -i <N6 interface> -w n6.pcap` (use the N6 interface for the data network as identified in step 2).
38+
1. Run `upftdump` with any parameters that you would usually pass to tcpdump. In particular, `-i` to specify the interface, and `-w` to specify where to write to. Close the UPFT tool when done by pressing <kbd>Ctrl + C</kbd>. The following examples are common use cases:
39+
- To run capture packets on all interfaces run `upftdump -i any -w any.pcap`
40+
- To run capture packets for the N3 interface and the N6 interface for a single data network, enter the UPF-PP troubleshooter pod in two separate windows. In one window run `upftdump -i n3trace -w n3.pcap` and in the other window run `upftdump -i <N6 interface> -w n6.pcap` (use the N6 interface for the data network as identified in step 2).
4341

4442
> [!IMPORTANT]
4543
> Packet capture files may be large, particularly when running packet capture on all interfaces. Specify filters when running packet capture to reduce the file size - see the tcpdump documentation for the available filters.

0 commit comments

Comments
 (0)