VMware Aria Operations for Networks에서 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 - 수신 모드와 송신 모드 또는 적어도 수신 모드에서 각 인터페이스에 대한 흐름 모니터를 구성하려면 다음을 수행합니다.
configure terminalport-profile type vethernet <IF_NAME>ip flow monitor <MONITOR_NAME> inputip flow monitor <MONITOR_NAME> output..end