Cisco Catalyst 3850 Wirelessコンフィグ

以下は、Cisco Catalyst 3850 Wirelessのフローコンフィグサンプルです。
詳細に関しましては機器ベンダー様へお問い合わせください。

configure terminal
flow record NFAWLANRecord
match ipv4 destination address
match ipv4 source address
match ipv4 protocol
match ipv4 tos
match ipv4 ttl
match ipv4 version
match wireless ssid
collect wireless ap mac address
collect counter packets long
collect counter bytes long
collect timestamp absolute first
collect timestamp absolute last
exit
flow export NFAWLANExporter
destination {NETFLOW_SERVER_IP}
transport udp {NETFLOW_SERVER_LISTENER_PORT}
exit
flow monitor NFAWLANMonitor
record NFAWLANRecord
exporter NFAWLANExporter
exit

ルーターまたはMSFCでグローバル コンフィグレーション モードを開始し、フローを有効にする各WLAN_IDに対して次のコマンドを発行します。

wlan $WLAN_ID
ip flow monitor NFAWLANMonitor in
end