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.
Hello Cisco Community,We've recently been mandated to enforce Encryption Type 8 (SHA256) for all device passwords. I've successfully created templates to update existing passwords to Type 8. However, I'm struggling to find a way to automatically conf...
Hello Everyone- We had a witness server crash and had to build a new one. Its working with the software and using the same IP. There is an issue with the new witness server. It's not establishing IPsec tunnels to either the primary or backup Catalyst...
Hello Everyone, I have been working on a template that uses the hostname as part of its CTS Creds, but Cat Center use the hostname with the fdqn while ISE doesn't use the FDQN tag. The first set command works as expected, but the issue is if I use s...
Hello Everyone, I have a situation with a new install where we have a stacked 48 port 9200 having issues seeing the Access Points in the cdp table. Cdp is turned on both the global and on the interfaces. I did notice that the uplink switches from tim...
Hello, I'm attempting to execute my first interactive command but it's consistently failing. I've tried various approaches, but I'm still stuck. Any advice would be greatly appreciated.#INTERACTIVEauthentication convert-to new-style <IQ> Do you wish ...
I noticed the same issue where there were a limit to discoveries. I am working the script option. Run a query to check ping/snmp to the environment.(this is running on a weekly basis) If we get something check cat center. If not found, then, send api...
Thanks for some reason it was not splitting on the " . " probably caused Velocity to think it was a wildcard or something, but your idea did lead me down to resolution.#set( $hostname = $__device.hostname) ## Calls System Variable#set( $ctsnameid = $...
I did the split option and getting java error. I am not sure how to pull the information or if I am coding it wrong. #set( $hostname = $__device.hostname)#set($desc = $hostname.split('.'))hostname [Ljava.lang.String;@1d265e54