Enable dedicated network origination media source port ranges for Webex App
If you're using Webex App on Windows and you want to use dedicated source port ranges to originate media traffic, follow the steps in this article.
Webex App 43.6 and later uses the following dedicated source port ranges to originate media traffic:
Meetings, and Calls on Webex App:
- Audio and content audio port range: 52,000–52,049
- Video and content video port range: 52,100–52,199
Calls using Unified CM:
- Audio and content audio port range: Cisco Unified Communications Manager configuration
- Video and content video port range: Cisco Unified Communications Manager configuration
Calls using Webex Calling and Calls hosted by a Service Provider:
- Audio and content audio port range: 8500–8598
- Video and content video port range: 8600–8698
This allows you to mark media packets for QoS using the source port ranges and properly prioritize network traffic.
If you use Webex App, or Webex App and the Webex Meetings desktop app on Windows, follow the guidance in this article to manually enable it in meetings and calls on Webex App (these instructions aren’t applicable to Webex Calling and calls using Unified CM). This includes enabling the app to use the new source port ranges, configuring your firewall, and setting recommended DSCP values for media traffic using a group policy template.
-
webex.msi
: You can choose this option in most situations. The package installs only Webex App. Webex App downloads the desktop meeting app components, if necessary. There are some exceptions when you may need the bundle instead. -
webexBundle.msi
: This package installs both Webex App and the Webex Meetings desktop app. Only use the bundle package in the following situations:- You’re installing in a secure environment that blocks the users' computers from downloading software. If Webex App can't download meetings components, people may have usability problems joining meetings with the app.
- You haven’t yet fully migrated to Webex App and your users still need the separate Webex Meetings desktop app.
Enable dedicated media source ports while installing webex.msi or webexBundle.msi using a command-line parameter. The parameter adds the required Windows registry settings and the Windows Defender firewall access-control lists (ACLs).
You need the command-line parameter during the initial installation only; webex or webexBundle package retains the configuration after all automatic upgrades.
Before you begin
webex.msi
or webexBundle.msi
on the computer before.1 |
Go to https://www.webex.com/downloads.html, scroll down to Other download options, click Visit our admin download page, and then select Install webex. |
2 |
Add one of the following command-line parameter for the MSI install:
If you download an MSI package with another name, then you must ensure you update the command-line parameter. |
Enable dedicated media source ports after installing webex app or webexBundle app using a batch file that you run on the Windows computer. The batch file adds the required Windows registry settings and the Windows Defender firewall ACLs.
Use this procedure to enable dedicated media source ports after an automatic upgrade to webex app or webexBundle app 43.6 or later.
Perform one of either "During installation" or "After installation" to enable the feature. Perform the "After installation" task if you have installed webex.msi
or webexBundle.msi
on the computer before.
1 |
Open a text editor and paste the following code block into the file:
If Webex App wasn’t initially installed using the default path, then you must update the EnablePortRangeForWebexApp.bat file with the correct paths to set up the firewall policies. |
2 |
Save the file as |
3 |
Run |
Enable dedicated media source ports after installing the WebexBundle app using a batch file that you run on the Windows computer. The batch file adds the required Windows registry settings and the Windows Defender firewall access-control lists (ACLs).
Use this procedure to enable dedicated media source ports after an automatic upgrade to WebexBundle app 43.6 or later.
1 |
Open a text editor and paste the following code block into the file:
If the WebexBundle app wasn’t initially installed using the default path, then you must update the EnablePortRangeForWebexBundle.bat file with the correct paths to set up the firewall policies. |
2 |
Save the file as |
3 |
Run |
The policy sets DSCP 46 for the audio port range (52,000–52,049) and DSCP 34 for the video port range (52,100–52,199). These are the recommended values; modify them if necessary.
1 |
Open a text editor and paste the following code block into the file:
|
2 |
Save the file as |
3 |
On your Windows computer, open the Group Policy Editor. |
4 |
Go to Administrative Templates and select Add/Remove Templates. , then right-click on |
5 |
Click Add, navigate to the |
6 |
Click Close. A new Webex template appears under Classic Administrative Templates.
|
7 |
Expand Webex General Settings. and then click |
8 |
Double-click Configure Audio DSCP for Webex App. |
9 |
Select Enabled and then click OK. This sets DSCP 46 for the audio port range. |
10 |
Double-click Configure Video DSCP for Webex App. |
11 |
Select Enabled and then click OK. This sets DSCP 34 for the video port range. |
12 |
If you installed WebexBundle app, you must also configure DSCP values for Webex Meetings. |
13 |
Reboot your computer to make the DSCP configure take effect. |
Use a batch file to disable the feature on the Windows computer.
1 |
Open a text editor and paste the following code block into the file:
|
2 |
Save the file as |
3 |
Run The following actions also disable the feature:
|
1 |
Open a text editor and paste the following code block into the file:
|
2 |
Save the file as |
3 |
Run The following actions also disable the feature:
|