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.
Using REST API you get the operations container. Is there a flag for omitting the operations container in the response (both the built in and user defined in the yang service)?
I use pyangbind to create an service Object in my application. I don't wa...
Can't figure out how to set "shutdown" under a loopback interface for cisco ios-xrCode snippet: for lo in root.devices.device[er_info[0]["name"]].config.cisco_ios_xr__interface['Loopback']: if lo.id == 40001: ...
I can't figure out how to create a key value pair via python maagic api.I have an ciso ios-xr device and want to add a community-set. Like this:community-set CS-CORE_REGION_ID-LOCAL 39651:1099end-setI have the community-set defined in ncs but withou...
Release notes for CSM states that only up to 7.1(4)E4 is supported. But 7.1(6)E4 was released sep-2012?! Is CSM a dead product or? Trying to import ASA AIP-SSM with no luck. I have network connectivity and access-list configured on IPS. Anyone that k...
Nothing happens when (using CSM 4.4 SP2 client) trying to open online help. Chrome browser pop up but no new tab is created. What settings are needed in Chrome?
Thank's Fredrik your way of deleting (cli equivalent to "no shutdown") works fine. However my problem is the opposite, i.e. I want to do shutdown of an interface. If an interface is up there is no leaf key "shutdown" and I can't figure out why I can'...