The iot-profile command binds an IoT profile to an IoT card interface, and configures the local port number mapping the IoT card interface.
The undo iot-profile command unbinds an IoT profile from an IoT card interface.
By default, no IoT profile is bound to an IoT card interface.
iot-profile profile-name config-agent { tcp | udp } [ port port ] [ ext-port ext-port ]
undo iot-profile
Parameter |
Description |
Value |
---|---|---|
profile-name | Specifies the name of an IoT profile. |
The value is a string of 1 to 35 case-insensitive characters. It does not contain question marks (?) or spaces, and cannot start or end with double quotation marks (" "). |
tcp | Configures the AP to communicate with the host computer using TCP. | - |
udp | Configures the AP to communicate with the host computer using UDP. | - |
port port | Specifies the source port for the first channel. | The value is an integer that ranges from 1025 to 55535.
NOTE:
A port number within the range from 50200 to 50202 is recommended. If another port number is used, a port conflict may occur and an alarm is generated. |
ext-port ext-port | Specifies the source port for the extended channel. | The value is an integer that ranges from 1025 to 55535.
NOTE:
A port number within the range from 50200 to 50202 is recommended. If another port number is used, a port conflict may occur and an alarm is generated. |