NSX-T Data Center REST API

# *************************************************************************** # Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential. # ***************************************************************************

Profinet (schema)

PROFINET protocol settings

Name Description Type Notes
dcp_multicast_address List of MAC addresses used for PROFINET DCP protocol

Discovery and Configuration Protocol (DCP) is part of PROFINET protocol suite and it is used to discover IO devices, identify device information and configure device setting such as device name and IP address. The default configuration will use a couple of multicast MACs - 01:0e:cf:00:00:00, 01:0e:cf:00:00:01 If non-empty set of MAC addresses are provided as input, then it will override these default multicast MACs.
array of MACAddress Minimum items: 0
Maximum items: 25
enabled Flag to turn on or off the protocol boolean Required
vlan_strip_keeps_priority Flag indicating if the VLAN zero priority tagging is allowed

PROFINET traffic generated by VM guest will have VLAN 0 with priority tag. The NSX datapath will then add or strip VLAN ID as per the Segment configuration. This boolean flag indicates if the priority tag should be retained across such add/strip operation.
boolean Default: "False"