This issue is fixed in the following PCS OS releases:
8.2R12 and up
8.3R5 and up
9.0R1 and up
Workaround:
As a workaround follow the steps below to edit the XML file and remove the custom server port prior to importing the XML config to the target server:
- Open the XML file in a text editor
- Search the file for the custom port number specified in the Log settings. (The port is also mentioned in the error message displayed in the XML import page when the import fails.)
<syslog>
<node>localhost2</node>
<syslog-servers>
<syslog-server>
<server>10.10.10.10:3426</server>
<facility>local-zero</facility>
<communication-type>udp</communication-type>
<client-cert>Select Client Cert</client-cert>
<filter>Standard</filter>
</syslog-server>
</syslog-servers>
</syslog>
- Remove the ':' and the custom port from the <server> tag then save the changes.
- Reimport the XML config to the target PCS device then navigate to the Log settings page where the Syslog server is configured and edit the Syslog IP field to include the custom port.