09-30-2025 09:25 AM
@Ed Novak - Cisco Workflows TME Probably a super basic question but, I have a handful of Catalyst switches I was hoping to ssh to via workflows. I don't really want to set up Catalyst Center for the handful. Is there anyway to do a direct SSH session to the Catalysts? Ive tried a few things but I cant seem to get it to work.
Please let me know! Thanks!
Solved! Go to Solution.
10-01-2025 05:03 AM
Yes, you can use Cisco Workflows with SSH to automate devices. This currently requires that you create a Terminal Endpoint Target for each device. Then in your workflow you can use the Terminal Execute Terminal Command(s) Activity. You may need to use a Automation Remote to proxy the connection if your devices are not directly reachable from the cloud. Could you provide more details on what you've tried and what isn't working?
09-30-2025 09:54 AM
If the switch is configured for SSH, you can log in to the switch using SSH (using any terminal client like Putty)
Is this what you're looking for, or is there something else? ( DNAC) Catalyst Centre does automation using Netconf.
If this is not SD-Access, you can do workflows of configuration using Python or another mode - depends on the requirement (so kindly elaborate more on the requirement)
10-01-2025 05:03 AM
Yes, you can use Cisco Workflows with SSH to automate devices. This currently requires that you create a Terminal Endpoint Target for each device. Then in your workflow you can use the Terminal Execute Terminal Command(s) Activity. You may need to use a Automation Remote to proxy the connection if your devices are not directly reachable from the cloud. Could you provide more details on what you've tried and what isn't working?
10-02-2025 11:20 AM
PEBCAK... Looking at everything but the mirror. My bad.
10-01-2025 05:13 AM - edited 10-01-2025 05:18 AM
Yes:
1. enable
2. configure terminal
3. hostname {define-hostname-without-braces}
4. ip domain-name {define-domain-name-without-braces}
5. crypto key generate rsa
6. ip ssh version 2
7. line vty 0 15
8. transport input ssh
! transport input all may want to use all if telnet is needed as well
6. end
7. show running-config
8. write memory
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide