10-30-2024 07:59 AM
I am trying to run commands from Cisco Prime within the infrastructure and I find that the result of the jobs is Failure but the commands are executed within the equipment, except for the configuration recording.
The error that the output of the jobs gives is the following.
Failed
<MLTCMD>
10-30-2024 08:10 AM
Seems to me Prime tried to execute your tamplate as on line command.
" configure terminalip access-list standard 4015 permit 10.74.xx.xxx exitip access-list standard 4115 permit 10.74.xx.xxx"
You need to add carriage return to you templace so that Prime can execute it line by line
10-30-2024 08:42 AM
Flavio, thanks for reply..
I apologize for the ignorance, what would be a carriage return?
10-30-2024 08:50 AM
"What is carriage return (CR)? CR, short for "carriage return," refers to a control character used in computing, programming, and communications. It represents the action of moving the cursor or print head back to the beginning of a line. In other words, it indicates the return to the left edge of the current line
If I am not mistaken, Prime templace accept <R> as Carriage return
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide