Skip to content

Commit f8f6a15

Browse files
Merge pull request #3532 from MicrosoftDocs/main638761213182730465sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents cfc371e + 5a7a724 commit f8f6a15

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

AKS-Arc/aks-edge-howto-multi-nic.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to attach multiple network interfaces to an AKS Edge Esse
44
author: sethmanheim
55
ms.author: sethm
66
ms.topic: how-to
7-
ms.date: 07/12/2024
7+
ms.date: 02/25/2025
88
ms.custom: template-how-to, linux-related-content
99
---
1010

@@ -61,19 +61,11 @@ To deploy a Linux node with multiple NICs, you must add your secondary interface
6161

6262
## Verify multiple NIC network configuration settings
6363

64-
After you successfully install and deploy the AKS Edge Essentials node, follow these steps to make sure both primary, and secondary interfaces were created and added to the Linux node:
64+
After you successfully install and deploy the AKS Edge Essentials node, follow these steps to make sure both the primary and secondary interfaces were created and added to the Linux node. To check the interfaces, run the following command:
6565

66-
1. Check the primary interface:
67-
68-
```powershell
69-
Invoke-AksEdgeNodeCommand -NodeType "Linux" -command "sudo ip addr eth0"
70-
```
71-
72-
1. Check the secondary network interface. If you added more than one extra interface, it appears as **ethX** with **X** being the number of extra network interfaces:
73-
74-
```powershell
75-
Invoke-AksEdgeNodeCommand -NodeType "Linux" -command "sudo ip addr eth1"
76-
```
66+
```powershell
67+
Invoke-AksEdgeNodeCommand -NodeType "Linux" -command "sudo ip addr"
68+
```
7769

7870
## Configure Multus CNI plugin
7971

0 commit comments

Comments
 (0)