Skip to content

Commit 92d6772

Browse files
authored
Merge pull request #92786 from charwen/patch-132
Updated the cipher name
2 parents db299e2 + 0d33271 commit 92d6772

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/expressroute/expressroute-howto-macsec.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: cherylmc
66

77
ms.service: expressroute
88
ms.topic: conceptual
9-
ms.date: 10/09/2019
9+
ms.date: 10/22/2019
1010
ms.author: cherylmc
1111

1212
---
@@ -94,10 +94,10 @@ Each ExpressRoute Direct instance has two physical ports. You can choose to enab
9494
$erDirect = Get-AzExpressRoutePort -ResourceGroupName "your_resource_group" -Name "your_direct_port_name"
9595
$erDirect.Links[0]. MacSecConfig.CknSecretIdentifier = $MacSecCKNSecret.Id
9696
$erDirect.Links[0]. MacSecConfig.CakSecretIdentifier = $MacSecCAKSecret.Id
97-
$erDirect.Links[0]. MacSecConfig.Cipher = "gcm-aes-128"
97+
$erDirect.Links[0]. MacSecConfig.Cipher = "GcmAes256"
9898
$erDirect.Links[1]. MacSecConfig.CknSecretIdentifier = $MacSecCKNSecret.Id
9999
$erDirect.Links[1]. MacSecConfig.CakSecretIdentifier = $MacSecCAKSecret.Id
100-
$erDirect.Links[1]. MacSecConfig.Cipher = "gcm-aes-128"
100+
$erDirect.Links[1]. MacSecConfig.Cipher = "GcmAes256"
101101
$erDirect.identity = $erIdentity
102102
Set-AzExpressRoutePort -ExpressRoutePort $erDirect
103103
```

0 commit comments

Comments
 (0)