NSX-T Data Center REST API
Profinet (type)
{ "id": "Profinet", "module_id": "PolicyRealTimeEth", "properties": { "dcp_multicast_address": { "description": "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.", "items": { "$ref": "MACAddress" }, "maxItems": 25, "minItems": 0, "required": false, "title": "List of MAC addresses used for PROFINET DCP protocol", "type": "array", "uniqueItems": true }, "enabled": { "required": true, "title": "Flag to turn on or off the protocol", "type": "boolean" }, "vlan_strip_keeps_priority": { "default": false, "description": "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.", "required": false, "title": "Flag indicating if the VLAN zero priority tagging is allowed", "type": "boolean" } }, "title": "PROFINET protocol settings", "type": "object" }