Hello everyone,
I'm using HPE Intelligent Management Center (IMC) and need to update the syslog server on one or more switches using Service > Configuration Templates. Here's what I have so far:
config^|^#
logging 10.2.13.10 udp 5514^|^(config)#
logging 192.168.125.6 udp 5514^|^(config)#
logging severity info^|^(config)#
logging origin-id hostname^|^(config)#
end^|^#

My questions are:
-
Line Delimiters
Is using ^|^
the correct way to separate lines so that IMC sends each line as an individual CLI command?
-
Removing Old Entries
Do I need to include undo logging …
or no logging …
commands before adding the new entries to clear out any existing servers?
-
Bulk Deployment
What's the best practice for pushing this template to multiple switches at once? Can I simply select all target devices in the template wizard, or are there additional steps required?
-
Verification
Does IMC provide an automatic confirmation or report that the script was applied successfully, or do I have to log into each switch and verify the configuration manually?
Thanks in advance for your guidance and examples!
Best regards