Cisco Catalyst 3850とCisco 3925 ISRコンフィグ
以下は、Cisco 3850とCisco 3925 ISRのフローコンフィグサンプルです。
詳細に関しましては機器ベンダー様へのお問い合わせをお願いいたします。
flow record NFA1
match ipv4 tos
match ipv4 protocol
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
match interface input
collect interface output
collect counter bytes long
collect counter packets long
collect timestamp absolute first
collect timestamp absolute last
flow record NFAout
match ipv4 tos
match ipv4 protocol
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
match interface output
collect interface input
collect counter bytes long
collect counter packets long
collect timestamp absolute first
collect timestamp absolute last
flow exporter NFA
destination {server ip address}
transport udp 9996
template data timeout 60
!
!
flow record NFA1
exporter NFA
cache timeout active 60
record NFA1
!
!
flow record NFAout
exporter NFA
cache timeout active 60
record NFAout
ネットワーク機器の全インターフェースに対して以下のコマンドを適用
ip flow monitor NFA1 input
ip flow monitor NFAout output
例 :
interface GigabitEthernet1/1/1
ip flow monitor NFA1 input
ip flow monitor NFAout output