vRealize Network Insight에서 Cisco Nexus 1000v 스위치에 대한 Netflow 수집기를 구성할 수 있습니다.
- 시간 초과를 구성하려면 다음을 수행합니다.
configure terminal
Active timeout 60
Inactive timeout 15
end
- 내보내기를 구성하려면 다음을 수행합니다.
configure terminal
flow exporter <EXPORTER_NAME>
destination <PROXY_IP>
transport udp 2055
source <VSM_IP_OR_SUBNET>
end
- 각 인터페이스에 대한 흐름 모니터를 구성하려면 다음을 수행합니다.
configure terminal
flow monitor <MONITOR_NAME>
record netflow-original
exporter <EXPORTER_NAME>
end
- 수신 모드와 송신 모드 또는 적어도 수신 모드에서 각 인터페이스에 대한 흐름 모니터를 구성하려면 다음을 수행합니다.
configure terminal
port-profile type vethernet <IF_NAME>
ip flow monitor <MONITOR_NAME> input
ip flow monitor <MONITOR_NAME> output
.
.
end