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
{
    "ipOverEthernet": {
        "maxAddress": "maxAddress",
        "subnetId": "subnetId",
        "macAddress": "macAddress",
        "addresses": "addresses",
        "isDynamic": true,
        "addressRange": {
            "maxAddress": "maxAddress",
            "minAddress": "minAddress"
        },
        "ipAddresses": [
            {
                "subnetId": "subnetId",
                "addresses": [
                    null,
                    null
                ],
                "isDynamic": true,
                "addressRange": {
                    "maxAddress": "maxAddress",
                    "minAddress": "minAddress"
                },
                "type": "IPV4"
            },
            {
                "subnetId": "subnetId",
                "addresses": [
                    null,
                    null
                ],
                "isDynamic": true,
                "addressRange": {
                    "maxAddress": "maxAddress",
                    "minAddress": "minAddress"
                },
                "type": "IPV4"
            }
        ],
        "minAddress": "minAddress",
        "type": "PV4"
    },
    "layerProtocol": "IP_OVER_ETHERNET"
}
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