v1

latestSwagger 2.02026-07-17443059.0 KB

Transmit an ICMPv6 Echo message.

put/transmitter/icmpv6Echo

Request body

srcAddressstring required

The source address to be used by the sender. Must be one of the LL, ULA, GUA, or mcast addresses configured on the device. IPv6 address strings are formatted per RFC 5952.

destAddressstring required

The destination address to which the ICMPv6Echo message will be sent. IPv6 address strings are formatted per RFC 5952.

hopLimitinteger required

The hop limit value to be set in the IPv6 header.

echoBodystring required

The body of the ICMPv6Echo message encoded as a string of ASCII characters.

frameExchangePattern0 | 1 required

Set to 0 if DFE is to be used, set to 1 if EDFE is to be used.

identifierinteger required

Value to be placed in the ICMPv6 Echo Identifier field.

sequenceNumberinteger required

Value to be placed in the ICMPv6 Echo Sequence Number field.

modeSwitchinteger

0 == do not attempt mode switch. 1 == the transmitter MUST attempt PHY mode switch. 2 == the transmitter MUST attempt MAC Command mode switch.

phyModeIDinteger

The PhyModeID to which the device will attempt to switch. This value MUST be set to a PhyModeID value defined in section 5.2 of [PHYTPS].

adjustedListeningOffsetinteger

The adjusted listening offset in milliseconds to send in an LTO-IE to an LFN destination.

adjustedListeningIntervalinteger

The adjusted listening interval in milliseconds to send in an LTO-IE to an LFN destination.

Response

ICMPv6 Echo message successfully transmitted.