展示を参照してください。エンジニアは、show process cpusorted コマンドの出力をファイルに追加するスクリプトを作成する必要があります。
正解:D
The correct answer involves using an EEM applet action to execute a CLI command and append its output to a file in the flash memory. The syntax "action X.Y cli command" is used within an EEM applet to run a CLI command, where X is the sequence number and Y is an optional decimal used for sub-actions. The "append" keyword in the command indicates that the output should be added to the specified file rather than overwriting it. References: This information would typically be found in Cisco's official documentation for Implementing and Operating Cisco Service Provider Network Core Technologies (SPCOR), specifically in sections discussing automation with EEM.