Cisco 6500 CatOSコンフィグ

次の手順で、Cisco 6500 CatOSを設定してください。

config t
flow record NFArecord
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 routing source as
collect routing destination as
collect routing next-hop address ipv4
collect ipv4 source mask
collect ipv4 destination mask
collect transport tcp flags
collect counter bytes
collect counter packets
collect timestamp sys-uptime first
collect timestamp sys-uptime last

flow exporter NFAexporter
destination {NETFLOW_SERVER_IP}
source {LOOPBACK_INTERFACE_NAME}
Export-protocol version-9
transport udp {NETFLOW_SERVER_LISTENER_PORT}
template data timeout 60

flow monitor NFAmonitor
record NFArecord
exporter NFAexporter
cache timeout active 60
cache timeout inactive 15
ルーターまたはMSFCでグローバル コンフィグレーション モードを開始し、フローを有効にする各インターフェースに対して次のコマンドを発行します。
interface {INTERFACE_NAME}
ip flow monitor NFAmonitor input