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've developed for a service in Python a validation check. It will validate if the service.vlan_id is already in use on multiple devices which are added to a list inside NSO.
Because the network is a brownfield environment we want to have this check ...
I want to upgrade all NED's to NCS 4.7 but I'm stuck with the NX NED.
When I set the symlink towards the correct NED directory, and after I did a make clean,make. I receive the following error when requesting to reload all packages inside NSO.
The fo...
I've loaded a netsim with Junos, IOS-XE,NX and Fortios and I've added the devices in NSO v4.7
Also I've loaded the nso4.7 most recent neds.
I fetched the keys without any problem.
But now when I want to sync-from to all devices, only the Junos devi...
Hi experts,I'm trying to integrate ACI and ISE.To explain my current situation I'll go from access layer towards ACI.On the access layer a C3650 switch is configured with dot1x. 2 VM's are connected on dedicated switch ports, which can login into an ...
Hi,
I've managed to deploy an AVE on an ESX host. Also I've configured the VMM domain and I see no errors. All VMM / Access policy's seems to be ok. The ESX host is directly connected to 2 ACI leafs, and is configured with a VPC profile with MAC pi...
I've found the solution.
I need to check what value 'op' has:
@Service.pre_modification
def cb_pre_modification(self, tctx, op, kp, root, proplist):
op == 0 when doing a dry-run or a commit.
op == 1 when doing a re-deploy (reconcile), check-syn...
Yes you're right, thanks! I have now a successfully added all devices.
Didn't realize it with all those other cli based NEDs.
ncs-netsim list
name=xxx netconf=12022 snmp=11022 ipc=5010 cli=10022 dir=/root/install/lab/netsim/xxxx/xxxxname=xxx netc...