cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
577
Views
0
Helpful
2
Replies

Could not sync netscaler data

Chris Wang
Cisco Employee
Cisco Employee

When I added an netscaler device into NSO and try to do operation sync-from. It shows below error, how to fix this issue:

ncsadmin@ncs# devices device SJC02-WXPD-LB01A sync-from
result false
info External error in the NED implementation for device SJC02-WXPD-LB01A: Error on line 1: invalid value for: cmp in /ncs:devices/ncs:device[ncs:name='SJC02-WXPD-LB01A']/ncs:config/citrix:service[citrix:name='alwaysUp_HTTP_80']/citrix:cmp: "YES (but effectively NO)" is an invalid value.

2 Replies 2

vleijon
Cisco Employee
Cisco Employee
This means that your configuration is not compatible with the NED model of the device configuration. Taking a quick peek at the netscaler NED it says that cmp is a yes-no-type and a yes-no-type can only be YES or NO, not “YES (but effectively NO)”. So, you have two options there, you can either change your device configuration or you can raise a ticket on the NED to enhance it to handle your configuration.

I login the device and checked the configuration, its values is YES, still got exception.
ncsadmin@ncs# devices device SJC02-WXPD-LB01A sync-from
result false
info External error in the NED implementation for device SJC02-WXPD-LB01A: Error on line 1: invalid value for: cmp in /ncs:devices/ncs:device[ncs:name='SJC02-WXPD-LB01A']/ncs:config/citrix:servicegroup[citrix:servicegroupname='mis-j2eeservicessubc-sf-tcp-svcg']/citrix:cmp: "YES (but effectively NO)" is an invalid value.

below is the configuration get from devices:
"add serviceGroup mis-j2eeservicessubc-sf-tcp-svcg HTTP -maxClient 0 -maxReq 0 -cip ENABLED X-Forwarded-For -usip NO -useproxyport YES -cltTimeout 180 -svrTimeout 360 -CKA NO -TCPB NO -CMP YES"