Hello guys,
I'm getting the following error when I try to commit a config template in Cisco 3750/2960 switches.
"Aborted: External error in the NED implementation for device DEVICE-NAME: command: logging host 10.238.115.100: Internal Error: unset return code 25D8C0C".
I was trying to do a "devices device-group GROUP-NAME apply-template template-name TEMP-NAME".
The "commit dry-run" output is perfect, but the commit itself fails.
Each device (inside a device-group) is reporting a "return code" different from each other.
The major problem was: the config "logging host 10.238.115.100" was already configured on some devices in the device-group and NSO removed the config !!!
packages package cisco-ios
package-version 6.1.2
devices template CISCO-IOS
config
ios:archive log config logging enable
ios:archive log config logging size 10
ios:archive log config hidekeys
ios:archive log config notify syslog contenttype plaintext
ios:logging host ipv4 10.238.115.100
!
ios:logging origin-id hostname
!
!