CpProtocolInfo

CpProtocolInfo
CpProtocolInfo

This type describes the protocol layer(s) that a CP or SAP uses together with protocol-related information, like addresses. It shall comply with the provisions defined in Table 6.5.3.58-1.

JSON Example
{
    "layerProtocol": "string",
    "ipOverEthernet": {
        "macAddress": "string",
        "ipAddresses": [
            {
                "type": "string",
                "addresses": [
                    "string"
                ],
                "isDynamic": false,
                "addressRange": {
                    "minAddress": "string",
                    "maxAddress": "string"
                },
                "subnetId": "string"
            }
        ],
        "type": "string",
        "addresses": "string",
        "isDynamic": false,
        "addressRange": {
            "minAddress": "string",
            "maxAddress": "string"
        },
        "minAddress": "string",
        "maxAddress": "string",
        "subnetId": "string"
    }
}
string
layerProtocol
Required

The identifier of layer(s) and protocol(s) associated to the network address information. Permitted values: IP_OVER_ETHERNET See note.

ipOverEthernet
Required

ipOverEthernet