Skip to content

Commit ea634ff

Browse files
Merge pull request #17185 from sethmanheim/ee-upd2-25
AKS EE: update PowerShell commands
2 parents 39f16b5 + cddf764 commit ea634ff

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)