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.
Hi there,I'm trying to set an encrypted preshared key on a C9200 (ver 17.06.05) with a python script. When executing the following script import cli
cli.configurep([
"password encryption aes",
"key config-key password-encrypt MYKEY"
]) I get the ...
Hi, I'm facing an issue with IGMP. I'm currently using a pfsense with igmp proxy, two switches with igmp snooping and a set-top box. Modem -> Pfsense (igmp proxy) -> SG300 (igmp snooping) -> SG350 (igmp snooping) -> set-top box When I start watching ...
First try, I had to remove ,cli.enable() because of this : "AttributeError: module 'cli' has no attribute 'enable''"After a second try, the rsa key pairs were generated successfully. The "password encryption aes" command was executed successfully but...