How to Disable MULTICAST TO UNICAST CONVERSION?

Options
Zyxel_JoyLee
Zyxel_JoyLee Posts: 183 image  Zyxel Employee
Friend Collector First Anniversary
edited July 27 in Radio
  1. SSH to the Nebula managed AP
  2. Access the CLI of the Nebula managed AP

a. Check the wlan-radio-porifle name

Router# show running-config

wlan-radio-profile RADIO_SETTING_TYPE_5
activate
role ap
country-code TW
band 5G band-mode anacaxbe
5g-channel 36
ch-width 20/40
multicast-to-unicast
5g-multicast-speed 6.0

b. Enter the command:

Router# configure terminal
Router(config)# wlan-radio-profile RADIO_SETTING_TYPE_5

Router(config-wlan-radio RADIO_SETTING_TYPE_5)# no multicast-to-unicast

Then, type exit to apply the change.

Router(config)# write

c. exit configure terminal

d. Chek no multicast-to-unicast in wlan-radio-profile RADIO_SETTING_TYPE_5

Router# show running-config

wlan-radio-profile RADIO_SETTING_TYPE_5
activate
role ap
country-code TW
band 5G band-mode anacaxbe
5g-channel 36
ch-width 20/40
5g-multicast-speed 6.0