I want to know if IPv6 traffic within NSG flow logs is supported (can I see it as source/destination in flow tuples?)

Ran Berenstin 0 Reputation points
2024-01-07T12:09:23.9633333+00:00

Hi all ,

I was wondering if IPV6 traffic within NSGs (Network Security Groups) is supported in flow log containers?

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,716 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,436 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,160 questions
Azure Network Watcher
Azure Network Watcher
An Azure service that is used to monitor, diagnose, and gain insights into network performance and health.
159 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Azar 19,245 Reputation points
    2024-01-07T12:48:49.4966667+00:00

    Hi Ran Berenstin

    I think it does support flow logs support IPv6 traffic

    You can use PowerShell to retrieve NSG flow logs infor.

    powershellCopy code
    Get-AzNetworkSecurityGroup -ResourceGroupName <resource-group-name> -Name <nsg-name> | Get-AzNetworkSecurityGroupFlowLog
    

    Replace <resource-group-name> and <nsg-name> .

    If this helps kindly accept the answer thanks much..

    0 comments No comments