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 know this question was asked 7-8 years ago, but has the capability been added to know if a transaction that a python based service is processing is a dry-run or the real thing?I know there is the `op` variable in the ... will represent if it is a "...
Similar to this post https://community.cisco.com/t5/nso-developer-hub-discussions/python-vm-not-starting-from-darwin-ncs-install-on-m1-macbook/m-p/4646305/highlight/true#M7218 I am having issue with NSO and the M1 Mac. My second issue is running a Li...
The NSO Darwin install of NSO for my M1 Macbook works fine for ncs and java, however the python vm fails to load. Looking in the ncs-python-vm.log, it states that the mach-o file is of type x86_64. ImportError: dlopen(/Users/sam/Documents/ncs/install...
In /etc/ssh/sshd_config you can set login to allow PasswordAuthentication and/or PubkeyAuthentication.We have a NED for Netrounds, but I believe it is set to accept PubkeyAuthentication only, and not PasswordAuthentication. Can NSO support this?
I'm attempting to create a template for creating an NSO local user. For the secret, I want to copy paste and already encrypted value from an existing device to be used. The issue is that when I see the dry-run, NSO think's the encrypted value is usin...
It looks like 6.1.1 supports for standard (non-docker) install works on Mac M1 now - Solved: Re: Python VM not starting from Darwin NCS install on M1 Macbook - Cisco Community I haven't tried container yet.
Hi @frjansso I've tried using the code you posted with the paramiko library. I noticed that the interactions with a device are quite poor compared to bash SSH. The issues we've ran into are that certain interactions are "laggy". For example we if typ...
I remember we ran into this error as well, but the guy who fixed it is no longer at the company.From viewing our yml file that takes in the NSO base container and builds our new one, we have some of the following (hopefully it helps):# Symlink /nso/r...