| Step 1 |
configure terminal
Example:
Switch# configure terminal
|
Enters global configuration mode.
|
| Step 2 |
ap dot11 24ghz | 5ghz media-stream multicast-direct
Example:
Switch(config)#ap dot11 24ghz media-stream multicast-direct
|
Configures if media stream (mc2uc) is allowed for 802.11 band
|
| Step 3 | ap dot11 24ghz | 5ghz media-stream video-redirect
Example:Switch(config)#ap dot11 24ghz media-stream video-redirect
| Configures to redirect unicast video traffic to best effort queue.
|
| Step 4 | ap dot11 24ghz | 5ghz media-stream multicast-direct admission-besteffort
Example:Switch(config)#ap dot11 24ghz media-stream multicast-direct admission-besteffort
| Configures the media stream to still be sent through the best effort queue if a media stream cannot be prioritized due to bandwidth availability limitations. Add no in the command to drop the stream if the media stream cannot be prioritized due to bandwidth availability limitations.
|
| Step 5 | ap dot11 24ghz | 5ghz media-stream multicast-direct client-maximum [<value >]
Example:Switch(config)#ap dot11 24ghz media-stream multicast-direct client-max 15
| Configures maximum number of allowed media streams per individual client. The maximum is 15 and the default is 0.
|
| Step 6 | ap dot11 24ghz | 5ghz cac multimedia max-bandwidth [<bandwidth>]
Example:Switch(config)#ap dot11 24ghz cac multimedia max-bandwidth 60
| Configure maximum media (voice + video) bandwidth in %. The range is between 5% and 85%.
|
| Step 7 | ap dot11 24ghz | 5ghz cac media-stream multicast-direct min_client_rate [<dot11_rate> ]
Example:Switch(config)#ap dot11 24ghz cac media-stream multicast-direct min_client_rate
| Configures the minimum PHY rate needed for a client to send media-stream as unicast. Clients communicating below this rate will not receive the media stream as a unicast flow. Typically, this PHY rate is equal to or higher than the rate at which multicast frames are sent.
|
| Step 8 | end
Example:Switch(config)# end
| Returns to privileged EXEC mode. Alternatively, you can also press Ctrl-z to exit global configuration mode.
|