Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I've upgraded from IOS-XE 3.6 to Denali 16.3 and the interface level "nmsp attachment suppress" command is not available (the upgrade removed it from the config) the documentation says it should be available.Command Reference, Cisco IOS XE Denali 16....
java.security.cert.CertPathBuilderException: No such signature algorithm.It appears that UCCX doesn't support RSASSA-PSS which Microsoft uses on the root and issuing ca. Are there any workarounds for this?
I realize this is an old post but if anyone else reads this, The issue here is not Device Controllability it is the Telemetry wired endpoint collection:
Your corporate network will typically have a tunnel group specified. If their tunnel group matches with your internal home network then you will experience issues described above. You may need to change your internal home subnet to "not" match anythi...
#! /bin/bash
# this saves the config and then copies it locally via SCP to a directory called wsa/config-backups
HOSTNAME=cisco-wsa01.domain.org
USERNAME=admin
FILENAME=`ssh $USERNAME@$HOSTNAME "saveconfig N" | grep xml | cut -f 3 -d " "`
scp $USERN...