RUCKUS Community Forums are now in READ-ONLY mode while we migrate to a new platform.
You will still be able to read posts and knowledge articles, but will be unable to post new content until Go Live on the new platform Monday August 17.
Lennar Smart Home customers: please contact [email protected] for assistance during the week of August 9-17.
06-20-2022 11:07 AM
I figured how to send commands to an ICX switch directly from the SSH command. Like so from Powershell on a Windows System:
"conf t
enable acl-per-port-per-vlan" | ssh user@switch
However I don't get any output from the switch, so I can't see the results of any of the commands. Has anyone figured how to get the output?
Also I started importing client public keys for passwordless logins to the switches and it works perfectly but I have some questions:
ip ssh pub-key-file tftp x.x.x.x filename.txt import new certificates rather than overwriting the whole list. How can I see the current certificate list in the switch?
Also the certificate-based login is not tied to a login or username. How can I know which certificate granted the access in the system log?
