...
Product | Appliance/ Application/ Tool | Software Version |
---|---|---|
Ribbon SBC | Ribbon SWe Core | 10 V10.101.000R000 |
Cisco Control Hub | Cisco Webex | NA |
Third-party Equipment | Cisco Unified Communications Manager | 12.5.1.11900-146 |
Poly VVX 411 | 5.9.3.2857 | |
Administration and Debugging Tools | Wireshark | 3.4.9 |
...
Code Block |
---|
set system security pki certificate SBC_CERT type local-internal commit Command to generate CSR on SBC request system security pki certificate SBC_CERT generateCSR csrSub /C=IN/ST=KA/L=Bangalore/O=Sonus/CN=<common_name_for_tenant1> keySize keySize2K After generating the CSR for tenant 1 on Ribbon SBC, provide it to the Certificate Authority. CA would generally provide the following certificates: SBC Certificate CA's Root Certificate Intermediate Certificate Upload the certificates to Ribbon SBC at /opt/sonus/external and convert them into SBC readable format using openssl i.e. SBC certificate must be in .pem or .p12 format and root certificate in .cer or .der format Converting .crt to .pem using openssl for SBC Certificate. openssl x509 -in sbc_cert.crt -out sbc_cert.der -outform DER openssl x509 -in sbc_cert.der -inform DER -out sbc_cert.pem -outform PEM After generating sbc_cert.pem file, convert it to .p12 format using below command and provide the location of the certificate key openssl pkcs12 -export -out sbc1_cert.p12 -in sbc_cert.pem -inkey /opt/sonus/company_san.key.temp Converting .crt to .cer using openssl for CA's Root and Intermediate Certificates. openssl x509 -in root_cert.crt -out root_cert.cer -outform DER After converting all these certificates, upload them to Ribbon SBC at /opt/sonus/external location. |
Info | ||
---|---|---|
| ||
The SAN/CN name for the TLS establishment with Webex is CASE SENSITIVE on the Cisco Webex side. |
Add the required certificates on SBC.
...
Attended Transfer issue with ICE enabled
No Ringback Tone with ICE enabled
DNS query issue while Switching from Public to Local DNS
...
Blocklisting Blocking Cisco node when INVITE gets 503 failure response
Core Dump observed during failover with vnic VNIC down on VMware host server
These issues will be Some of the above issues have been addressed by Ribbon in their upcoming releasesthe forthcoming releases and the rest would follow soon.
For any support related queries about this guide, please contact your local Ribbon representative, or use the details below:
...