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 tried cisco-fmc ned 1.4 and 1.5 but getting same error on both.
I have set read timeout to an hour so i am guessing it not to be a timeout error.
admin@ncs# devices device demo-fmc sync-from result falseinfo External error in the NED implementati...
It will be awesome if all the flags of apply can be listed out
x=root.services.nso_acl_python
x.delete()
trans.apply()
I am not able to figure out the flag to be used in apply to perform commit with no-networking and no-out-of-sync check.Thanks
Hi,Live status tab for version, interfaces and switches are populated in UI , once clicked. Is there a way to auto-populate this data every day?I tried using this data from Python API , but i got nothing.c=root.devices.device['lab-sw1'] In [7]: ncs.m...
Hi,I have to choose between two options of sending multiple API Requests to push acl to device or sending a pretty huge json data to API Which option should be preferred and is more scalable? Option 1 will be sending multiple API request ashttps://l...
Yes , i have cisco ios ned 5.6 and i am using nso 4.5.1 .Output from build-meta-data.xml of cisco-ios ned<package> <name>cisco-ios</name> <version>5.6</version>Do i need to change the ned ?
Hi,I installed the ntool in packages folder and reloaded the packages but I am not able to figure out how to use this tool. Also i guess there are certain differences between documentation and code.In the yang , there is no option to provide a file p...
Thanks , it did help I was trying to create an action for converting hostname to ip in ACL since a user may want to add/delete a hostname before pushing.with ncs.maapi.single_write_trans('admin', 'python') as th: root = maagic.get_root(th)...