ルーターのインターフェイス Gig0/1 で帯域幅の使用率が高くなります。エンジニアは、最も多くの帯域幅を消費しているフローを特定する必要があります。Cisco DNA Center はフロー エクスポータとして使用され、IP アドレス 192.168.23.1 と UDP ポート 23000 で設定されています。ルータで NetFlow データのエクスポートとキャプチャを設定するには、どの設定を適用する必要がありますか?
正解:D
The correct configuration for setting NetFlow data export and capture on the router involves specifying the version of flow-export, setting the destination IP address and UDP port, selecting the interface, and enabling both ingress and egress flow capture. This is exactly what is done in Option D. It starts with specifying that IP flow-export version 9 should be used. Then it sets the destination for flow data export to IP address
192.168.23.1 on UDP port 23000, which matches the Cisco DNA Center configuration mentioned in the question. After that, it selects interface Gig0/1 and enables both ingress and egress IP flow capture on this interface.