vRealize Network Insight では、Cisco Nexus 1000v スイッチ用に NetFlow コレクタを構成できます。
- タイムアウトを設定するには、次を実行します。
configure terminalActive timeout 60Inactive timeout 15end - エクスポータを構成するには、次を実行します。
configure terminalflow exporter <EXPORTER_NAME>destination <PROXY_IP>transport udp 2055source <VSM_IP_OR_SUBNET>end - 各インターフェイスに対してフロー モニターを構成するには、次を実行します。
configure terminalflow monitor <MONITOR_NAME>record netflow-originalexporter <EXPORTER_NAME>end - Egress モードと Ingress モード、または少なくとも Ingress モードで各インターフェイスに対するフロー モニターを構成するには、次を実行します。
configure terminalport-profile type vethernet <IF_NAME>ip flow monitor <MONITOR_NAME> inputip flow monitor <MONITOR_NAME> output..end