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. 수신 모드와 송신 모드 또는 최소 수신 모드에서 각 인터페이스에 대한 흐름 모니터를 구성하려면 다음을 수행합니다.

    configure terminal

    port-profile type vethernet <IF_NAME>

    ip flow monitor <MONITOR_NAME> input

    ip flow monitor <MONITOR_NAME> output

    .

    .

    end