vRealize Network Insight では、Cisco 4500 シリーズ スイッチ用に NetFlow コレクタを構成できます。

  1. フロー レコードを作成するには、次を実行します。

    configure terminal

    flow record netflow-original

    match ipv4 protocol

    match ipv4 source address

    match ipv4 destination address

    match transport source-port

    match transport destination-port

    match interface input

    collect transport tcp flags

    collect counter bytes

    collect counter packets

    collect timestamp sys-uptime first

    collect timestamp sys-uptime last

    End

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

    configure terminal

    flow exporter e1

    destination <PROXY_IP>

    transport udp 2055

    end

  3. フロー モニターを作成するには、次を実行します。

    configure terminal

    flow monitor m1

    record netflow-original

    exporter e1

    end

  4. タイムアウトを構成するには、次を実行します。

    configure terminal

    cache timeout inactive 30

    cache timeout active 60

    end

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

    configure terminal

    interface <INTERFACE_NAME>

    ip flow monitor m1 unicast input

    end