Hello,tried to use the new upgrade Python Class available starting with NSO version 5.3 class RfsSdwanSubVpnsUpgrade(ncs.upgrade.Upgrade):
def upgrade(self, cdbsock, trans):It seems to work with the write transaction (trans) in the upgrade method...
Hello,I want to select a specific ned-id of the Cisco-IOS NED in a service and an action.Found this pattern: leaf default-ned-id {
type string;
tailf:non-strict-leafref {
path "/ncs:packages/ncs:package/ncs:name";
}
must "start...
Hello, I've seen some strange behavior when using the scp-to against Cisco IOS devices: NSO VersionNEDDeviceHow?File transferedResult4.7.4.36.36.2CSR1000vUsing CLIYesSession hangs until interrupted with CTRL + C4.7.4.36.36.2ISR4451xUsing CLIYesSessio...
Hello, want to use device-groups to ease the selection of devices.For testing I start with a static group name "PE-group". I start trying with YANG-path below and always got this error message:error: bad argument value "/ncs:devices/ncs:device-group[...
Hello,
I want to use a leaf type boolean:
leaf active { type boolean;}
What is the expected result of the exists() function a leaf of type boolean?
I get a error message "'bool' object has no attribute 'exists'."
That's not what I expect! ...
Hallo @Alexander Stevenson ,it was a long way to go. but finaly we found a way that works for us:Reading old data from cdb:Based on the class maagic_MaagiBackend an own backend class CdbBackend reading data from the cdbsock. According to that we also...
So it's not a bug it's a feature. :( Don't expact that.The idea looks so simple and natrual.So I see two ways:1) Using a additional leaf as filter.2) Adding a must-statment which filters the wanted group-members.Thanks for your support!RegardsLothar