### Run HDS Setup Tool (Regular Environment, No Proxy) Source: https://help.webex.com/en-us/article/n5hs5mg/Deployment-guide-for-Webex-Hybrid-Data-Security Starts the HDS setup tool container in a regular environment without a proxy. Maps port 8080 and runs interactively. ```bash podman run -p 8080:8080 --rm -it ciscocitg/hds-setup:stable ``` -------------------------------- ### Example: Onboarding Method 5 (Unified CM with Alternate TFTP) Source: https://help.webex.com/en-us/article/5eomso This example illustrates the configuration for Unified CM onboarding with an alternate TFTP server. The 'onboardingDetail' field must specify the alternate TFTP address. ```text onboardingMethod:5 onboardingDetail: ... ``` -------------------------------- ### Install Webex VDI Plugin Package Source: https://help.webex.com/en-us/article/cdr4l8 Run the bundled VDI plug-in installer package on a MacOS-based thin client. Ensure all VDI sessions are closed before starting. ```bash WebexVDIPlugin_x64.pkg ``` -------------------------------- ### Four-Digit Extension Example Source: https://help.webex.com/en-us/article/mdos1db/Configure-calling-features Allows dialing any four-digit number starting with 1-8 for extensions. ```plaintext [1-8]xxx ``` -------------------------------- ### Example: Onboarding Method 1 (Cloud URL) Source: https://help.webex.com/en-us/article/5eomso This example demonstrates the key-value pair format for specifying a cloud URL as the onboarding method. The 'onboardingDetail' field must contain a valid HTTP address. ```text onboardingMethod:1 onboardingDetail: ... ``` -------------------------------- ### Standard URL Syntax Examples Source: https://help.webex.com/en-us/article/xwj2cdb/Configure-profile-settings-for-9800-Series-and-8875-phones-%28BroadWorks%29 These examples illustrate the standard URL syntax for specifying configuration files and firmware loads, including different schemes, servers, ports, and file paths. ```text /$MA.cfg ``` ```text /cisco/cfg.xml ``` ```text 192.168.1.130/profiles/init.cfg ``` ```text tftp://prov.call.com/cpe/cisco$MA.cfg ``` ```text http://neptune.speak.net:8080/prov/$D/$E.cfg ``` ```text https://secure.me.com/profile?Linksys ``` -------------------------------- ### Three-Digit Extension Example Source: https://help.webex.com/en-us/article/mdos1db/Configure-calling-features Allows dialing any three-digit number starting with 1-8 for extensions. ```plaintext [1-8]xx ``` -------------------------------- ### LDAP Filter for Synchronizing Specific Groups Source: https://help.webex.com/en-us/article/zqvufbb/Deployment-Guide-for-Directory-Connector Use this LDAP filter to synchronize only relevant groups to the cloud. This example synchronizes all groups within the base DN where the name starts with 'Example'. ```LDAP (&(cn=Example)(objectclass=Group)) ```