/config/net/ptp/interface/{if}/udp_ttl

The Time-to-live (TTL) value for IPv4 multicast messages and the hop limit for IPv6 multicast messages. This value is ignored unless transport is either UDPv4 or UDPv6. The default is 1, which restricts the messages to the same subnet.

Get /config/net/ptp/interface/{if}/udp_ttl

SecurityApiKey
Request
path Parameters
if
required
string

The name of a network interface to use for PTP.

Example: eth0
Responses
200

Normal response.

401

Unauthorized response.

get/config/net/ptp/interface/{if}/udp_ttl
Request samples
Response samples
application/json
{
  • "result": 1,
  • "error": "Error message (present if an error occurred)."
}

Replace /config/net/ptp/interface/{if}/udp_ttl

SecurityApiKey
Request
path Parameters
if
required
string

The name of a network interface to use for PTP.

Example: eth0
Request Body schema: application/json
integer (configNetPtpInterfaceIfUdpTtl) [ 1 .. 255 ]

The Time-to-live (TTL) value for IPv4 multicast messages and the hop limit for IPv6 multicast messages. This value is ignored unless transport is either UDPv4 or UDPv6. The default is 1, which restricts the messages to the same subnet.

Responses
200

Normal response.

401

Unauthorized response.

put/config/net/ptp/interface/{if}/udp_ttl
Request samples
application/json
1
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/net/ptp/interface/{if}/udp_ttl

SecurityApiKey
Request
path Parameters
if
required
string

The name of a network interface to use for PTP.

Example: eth0
Request Body schema: application/json
integer (configNetPtpInterfaceIfUdpTtl) [ 1 .. 255 ]

The Time-to-live (TTL) value for IPv4 multicast messages and the hop limit for IPv6 multicast messages. This value is ignored unless transport is either UDPv4 or UDPv6. The default is 1, which restricts the messages to the same subnet.

Responses
200

Normal response.

401

Unauthorized response.

post/config/net/ptp/interface/{if}/udp_ttl
Request samples
application/json
1
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/net/ptp/interface/{if}/udp_ttl

Reset to 1.

SecurityApiKey
Request
path Parameters
if
required
string

The name of a network interface to use for PTP.

Example: eth0
Responses
200

Normal response.

401

Unauthorized response.

delete/config/net/ptp/interface/{if}/udp_ttl
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}