vRealize Network Insight では、Cisco Nexus 1000v スイッチ用に NetFlow コレクタを構成できます。

  1. タイムアウトを設定するには、次を実行します。

    configure terminal

    Active timeout 60

    Inactive timeout 15

    end

  2. エクスポータを構成するには、次を実行します。

    configure terminal

    flow exporter <EXPORTER_NAME>

    destination <PROXY_IP>

    transport udp 2055

    source <VSM_IP_OR_SUBNET>

    end

  3. 各インターフェイスに対してフロー モニターを構成するには、次を実行します。

    configure terminal

    flow monitor <MONITOR_NAME>

    record netflow-original

    exporter <EXPORTER_NAME>

    end

  4. Egress モードと Ingress モード、または少なくとも Ingress モードで各インターフェイスに対するフロー モニターを構成するには、次を実行します。

    configure terminal

    port-profile type vethernet <IF_NAME>

    ip flow monitor <MONITOR_NAME> input

    ip flow monitor <MONITOR_NAME> output

    .

    .

    end