Solved

Mosquitto Was Installed Correctly on the Cisco IR829 Router as a Cisco

Question 40

Multiple Choice

Mosquitto was installed correctly on the Cisco IR829 router as a Cisco IOx application. When the sensor is connected to the broker on the Cisco IR829 router with the default port, the connection is refused (Error Code 5) . Which action should be done to resolve the issue?


A) Insert in the IOS config: ip nat inside source static tcp <CAF IP> 1883 interface GigabitEthernet0 1883 Insert in the IOS config: ip nat inside source static tcp <CAF IP> 1883 interface GigabitEthernet0 1883
B) Insert in the package_config.ini file under section ports: tcp: ["8883"] Insert in the package_config.ini file under section ports: tcp: ["8883"]
C) Use the correct username and password.
D) Insert in the package.yaml file under section ports: tcp: ["1883"] Insert in the package.yaml file under section ports: tcp: ["1883"]

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions