Browse Community
Help
Log In
Responses(2)
Solutions(0)
myles18
2 Posts
0
February 19th, 2021 08:00
I just discovered that SA uses ports 8883, 8884, 8885, or 8886 to communicate with Dell support.
Is there any way to prevent it from using one of these particular ports?
speedstep
9 Legend
•
47K Posts
There is support for this its not FREE from DELL or MICROSOFT.
https://www.dell.com/en-us/member/shop/premium-support-plus/ab/premium-support-plus
https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-protocols#
The standard AMQP protocol uses port 5671, and MQTT listens on port 8883. Use of these ports could cause problems in networks that are closed to non-HTTPS protocols.
Use MQTT over WebSockets, AMQP over WebSockets, or HTTPS in this scenario.
For information about how these protocols support specific IoT Hub features, see Device-to-cloud communications guidance and Cloud-to-device communications guidance.
The following table provides the high-level recommendations for your choice of protocol:
Dell Support Resources
View All
Top
myles18
2 Posts
0
February 19th, 2021 08:00
I just discovered that SA uses ports 8883, 8884, 8885, or 8886 to communicate with Dell support.
Is there any way to prevent it from using one of these particular ports?
speedstep
9 Legend
•
47K Posts
0
February 19th, 2021 08:00
There is support for this its not FREE from DELL or MICROSOFT.
https://www.dell.com/en-us/member/shop/premium-support-plus/ab/premium-support-plus
Premium Support Plus includes:
https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-protocols#
The standard AMQP protocol uses port 5671, and MQTT listens on port 8883.
Use of these ports could cause problems in networks that are closed to non-HTTPS protocols.
Use MQTT over WebSockets, AMQP over WebSockets, or HTTPS in this scenario.
For information about how these protocols support specific IoT Hub features, see Device-to-cloud communications guidance and Cloud-to-device communications guidance.
The following table provides the high-level recommendations for your choice of protocol:
MQTT over WebSocket
AMQP over WebSocket