After configuring the promiscuous mode on the RT controller, you can check whether it is enabled or disabled by running the following command:
ip link show <name_of_NIC> | grep PROMISC
If the promiscuous mode is enabled, the above command will generate the response below:

If it is disabled, no response will be displayed.