在 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