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 YANG, I'm trying to do a "tailf:display-when" statement for displaying a container called `default`. I'm checking the existence for one of three variables (if one of the three variables being checked exists, display the container, else don't). The...
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?
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...