- Table of Contents
-
- 20-Network Management and Monitoring Command Reference
- 00-Preface
- 01-Ping and tracert commands
- 02-System debugging commands
- 03-NQA commands
- 04-SNMP commands
- 05-RMON commands
- 06-NETCONF commands
- 07-Process monitoring and maintenance commands
- 08-Mirroring commands
- 09-Email Notification Service Commands
- 10-UCC commands
- 11-SQA commands
- 12-Packet capture commands
- Related Documents
-
Title | Size | Download |
---|---|---|
10-UCC commands | 58.03 KB |
Contents
UCC commands
application enable
|
NOTE: Support for this command depends on the device model. |
Use application enable to enable UCC for an audio or video application.
Use undo application enable to disable UCC for an audio or video application.
Syntax
application app-name enable
undo application app-name enable
Default
UCC is disabled for audio and video applications.
Views
UCC profile view
Predefined user roles
network-admin
mdc-admin
Parameters
app-name: Specifies an application name.
Usage guidelines
With UCC enabled for an audio or video application, the wireless service bound to the UCC profile will preferentially forward traffic from that application for wireless users that use the application to obtain higher-quality services.
Examples
# Enable UCC for FeiShu applications.
<Sysname> system-view
[Sysname] ucc profile ssidcompany
[Sysname-ucc-profile-ssidcompany] application feishu enable
Related commands
ucc profile
application flow-mark
|
NOTE: Support for this command depends on the device model. |
Use application flow-mark to configure priority marking for traffic from an audio or video application.
Use undo application flow-mark to restore the default.
Syntax
application app-name flow-mark
undo application app-name flow-mark
Default
Priority marking is not configured for traffic from audio and video applications.
Views
UCC profile view
Predefined user roles
network-admin
mdc-admin
Parameters
app-name: Specifies an application name.
Usage guidelines
Priority marking marks the priority of uplink traffic for an audio or video application and sends the priority to other service modules for them to process the traffic as configured.
Examples
# Configure priority marking for Tencent Meeting traffic.
<Sysname> system-view
[Sysname] ucc profile ssidcompany
[Sysname-ucc-profile-ssidcompany] application tencentmeeting flow-mark
Related commands
ucc profile
display ucc profile
Use display ucc profile to display configuration information for UCC profiles.
Syntax
display ucc profile [ profile-name ]
Views
Any view
Predefined user roles
network-admin
network-operator
mdc-admin
mdc-operator
Parameters
profile-name: Specifies a UCC profile by its name, a case-insensitive string of 1 to 31 characters. If you do not specify a UCC profile, this command displays configuration information for all UCC profiles.
Examples
# Display configuration information for all UCC profiles.
<Sysname> display ucc profile
UCC profile name: ssidcompany1
Application enable: tencentmeeting
Application flow-mark enable: tencentmeeting
Total UCC profiles: 1
Table 1 Command output
Field |
Description |
Application enable |
Audio or video applications enabled with UCC. |
Application flow-mark enable |
Audio or video applications of which the traffic is enabled with priority marking. |
Related commands
application enable
application flow-mark
ucc profile
Use ucc profile to create a UCC profile and enter its view, or enter the view of an existing UCC profile.
Use undo ucc profile to delete a UCC profile.
Syntax
ucc profile profile-name
undo ucc profile profile-name
Default
No UCC profiles exist.
Views
System view
Predefined user roles
network-admin
mdc-admin
Parameters
profile-name: Specifies the name of a UCC profile, a case-insensitive string of 1 to 31 characters. The UCC profile name can contain hyphens (-), underscores (_), left brackets ([), right brackets (]), and slashes (/).
Examples
# Create UCC profile ssidcompany and enter its view.
<Sysname> system-view
[Sysname] ucc profile ssidcompany
[Sysname-ucc-profile-ssidcompany]
Related commands
display ucc profile
ucc-profile
ucc-profile
Use ucc-profile to bind a UCC profile to a service template.
Use undo ucc-profile to unbind a UCC profile from a service template.
Syntax
ucc-profile profile-name
undo ucc-profile
Default
No UCC profile is bound to a service template.
Views
Service template view
Predefined user roles
network-admin
mdc-admin
Parameters
profile-name: Specifies a UCC profile by its name, a case-insensitive string of 1 to 31 characters.
Usage guidelines
Use this command to enable a service template to optimize and analyze audio and video traffic for wireless clients associated with the service template.
You can bind only one UCC profile to a service template. To bind a different UCC profile to the service template, first unbind the existing UCC profile from the service template.
Examples
# Bind UCC profile ssidcompany to service template service.
<Sysname> system-view
[Sysname] ucc profile ssidcompany
[Sysname-ucc-profile-ssidcompany] application feishu enable
[Sysname-ucc-profile-ssidcompany] quit
[Sysname] wlan service-template service
[Sysname-wlan-st-service] ucc-profile ssidcompany
Related commands
application enable
ucc profile