ネットワーク技術者は、コア スイッチが過剰な量のデータを syslog サーバーに記録する理由を調査しています。スイッチの実行コンフィギュレーションには、次のログ情報が示されています。
ip ssh ロギング イベント
ロギングレベルのデバッグ
ロギングホスト 192.168.1.100
ロギング同期
問題を最適に解決するには、技術者が次の変更のうちどれを行う必要がありますか?
正解:D
The logging level debugging is the highest level of logging, which means that the switch will log every possible event, including low-priority and verbose messages. This can result in excessive amounts of data being sent to the syslog server, which can affect the performance and storage of the server. To fix the issue, the technician should adjust the logging level to a lower value, such as informational, warning, or error, depending on the desired level of detail and severity. This will reduce the amount of log data generated by the switch and only send the relevant and necessary messages to the syslog server.
https://betterstack.com/community/guides/logging/log-levels-explained/