You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/private-5g-core/create-a-site.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,11 +40,7 @@ In this step, you'll create the mobile network site resource representing the ph
40
40
41
41
:::image type="content" source="media/create-a-site/create-site-basics-tab.png" alt-text="Screenshot of the Azure portal showing the Basics configuration tab for a site resource.":::
42
42
43
-
1. You'll now see the **Packet core** configuration tab.
44
-
45
-
:::image type="content" source="media/create-a-site/create-site-packet-core-tab.png" alt-text="Screenshot of the Azure portal showing the Packet core configuration tab for a site resource.":::
46
-
47
-
1. In the **Packet core** section, set the fields as follows:
43
+
1. You'll now see the **Packet core** configuration tab. Set the fields as follows:
48
44
49
45
- Use the information you collected in [Collect packet core configuration values](collect-required-information-for-a-site.md#collect-packet-core-configuration-values) to fill out the **Technology type**, **Azure Stack Edge device**, and **Custom location** fields.
50
46
- For a Highly Available (HA) deployment, specify the ASE two node cluster as the Azure Stack Edge device.
@@ -67,8 +63,6 @@ In this step, you'll create the mobile network site resource representing the ph
67
63
- If you decided not to configure a DNS server, clear the **Specify DNS addresses for UEs?** checkbox.
68
64
- If you decided to keep NAPT disabled, ensure you configure your data network router with static routes to the UE IP pools via the appropriate user plane data IP address for the corresponding attached data network.
69
65
70
-
:::image type="content" source="media/create-a-site/create-site-attach-data-network.png" alt-text="Screenshot of the Azure portal showing the Attach data network screen.":::
71
-
72
66
Once you've finished filling out the fields, select **Attach**.
73
67
:::zone-end
74
68
:::zone pivot="ase-pro-2"
@@ -84,8 +78,6 @@ In this step, you'll create the mobile network site resource representing the ph
84
78
- If you decided not to configure a DNS server, clear the **Specify DNS addresses for UEs?** checkbox.
85
79
- If you decided to keep NAPT disabled, ensure you configure your data network router with static routes to the UE IP pools via the appropriate user plane data IP address for the corresponding attached data network.
86
80
87
-
:::image type="content" source="media/create-a-site/create-site-attach-data-network.png" alt-text="Screenshot of the Azure portal showing the Attach data network screen.":::
88
-
89
81
Once you've finished filling out the fields, select **Attach**.
Copy file name to clipboardExpand all lines: articles/private-5g-core/data-plane-packet-capture.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ To perform packet capture using the command line, you must:
62
62
63
63
1. Once the packet capture has completed, the AP5GC online service will save the output at the provided storage account URL.
64
64
65
-
In HA deployments, two packet capture files will be uploaded, one for each node. The files will be labelled with a `0` or a `1`, corresponding to the `core-mec-dp-0` or `core-mec-dp-1` pod. If one packet capture fails, the status page will show an error, but the successful capture results will upload as normal.
65
+
In HA deployments, two packet capture files will be uploaded, one for each node. The files will be labeled with a `0` or a `1`, corresponding to the `core-mec-dp-0` or `core-mec-dp-1` pod. If one packet capture fails, the status page will show an error, but the successful capture results will upload as normal.
66
66
67
67
1. To download the packet capture output, you can use the **Copy to clipboard** button in the **Storage** or **File name** columns to copy those details and then paste them into the **Search** box in the portal. To download the output, right-click the file and select **Download**.
68
68
@@ -83,19 +83,17 @@ To perform packet capture using the command line, you must:
83
83
mect list
84
84
```
85
85
86
-
This should report a single interface on the control plane network (N2), a single interface on the access network (N3) and an interface for each attached data network (N6). For example:
86
+
This should report a single interface on the control plane network (N2), a single interface on the access network (N3) and a single interface for the core network (N6).
87
87
88
88
```azurecli
89
89
n2trace
90
90
n3trace
91
-
n6trace0 (Data Network: internet)
92
-
n6trace1 (Data Network: enterprise)
93
-
n6trace2 (Data Network: test)
91
+
n6trace
94
92
```
95
-
96
93
1. Run `mectdump` 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 tool when finished by pressing <kbd>Ctrl + C</kbd>. The following examples are common use cases:
97
-
- To run capture packets on all interfaces, run `mectdump -i any -w any.pcap`
98
-
- To run capture packets for the N3 interface and the N6 interface for a single data network, enter the MEC-DP troubleshooter pod in two separate windows. In one window run `mectdump -i n3trace -w n3.pcap` and in the other window run `mectdump -i <N6 interface> -w n6.pcap` (use the N6 interface for the data network as identified in step 2).
94
+
- To capture packets on all interfaces, run `mectdump -i any -w any.pcap`
95
+
- To capture packets for the N3 interface and the N6 interface for a single data network, enter the MEC-DP troubleshooter pod in two separate windows. In one window run `mectdump -i n3trace -w n3.pcap` and in the other window run `mectdump -i n6trace -w n6.pcap`. To select an individual data network, filter by VLAN ID.
96
+
99
97
100
98
> [!IMPORTANT]
101
99
> Packet capture files might 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