ネットワーク エンジニアは、Cisco NX-OS スイッチからの ping を使用して、複数のホストの IP 到達可能性を迅速に検証するスクリプトを作成する必要があります。スクリプトは管理 VRF を使用し、実行後にシェルを終了する必要があります。この目的を達成するには、どのスクリプトを使用する必要がありますか?
正解:D
A script that uses the management VRF to ping multiple hosts and exits after execution would typically involve a loop or iteration over the host IPs, a ping command specifying the management VRF, and an exit command.