NetFlow Generation - CLI
# port 1/1/x5 type tool
# apps net flow record alias NetFlow9_record
# netflow-version netflow-v9
# match add ipv4 protocol
# match add ipv4 source address
# match add ipv4 destination address
# match add transport source-port
# match add transport destination-port
# collect add counter bytes
# collect add counter packets
# collect add transport source-port
# collect add transport destination-port
# collect add counter packets
# collect add timestamp sys-uptime first
# collect add timestamp sys-uptime last
# collect add ipv4 protocol
# collect add ipv4 source address
# collect add ipv4 destination address
# exit
# apps net flow exporter alias v9_flows
# destination ipv4addr 192.168.51.41
# netflow-version net flow-v9
# template-refresh-interval 300
# snap enable
# transport ump 2055
# exit
# apps net flow monitor alias GS51 NetFlowMonitor
# cache timeout active 60
# cache timeout inactive 900
# cache timeout event transaction-end
# exit
# gsgroup alias GS51 port-list 1/5/e1
# tunneled-port 1/1/x5 ip 192.168.51.91 255.255.255.0 gateway 192.168.51.1 mtu 1500 port-list GS51
# tunneled-port 1/1/x5 net flow-exporter add v9_flows
# gsparams gsgroup GS51
# netflow-monitor add GS51-NetFlowMonitor
# exit
# gsop alias v9NetFlow flow-ops net flow port-list GS51
# map alias NetFlowExample
# use gsop v9NetFlow
# rule add pass Inver 4
# to 1/1/x5
# from 1/1/x1
# exit
'업무이야기 > 패킷전달플랫폼' 카테고리의 다른 글
GigaSMART Packet Slicing (0) | 2019.09.23 |
---|---|
Passive SSL Decryption (0) | 2019.09.23 |
ASF Example : instant messaging (0) | 2019.09.23 |
Gigamon Password reset : (0) | 2019.09.23 |
APCon SSL 복호화 및 네트워크 가시성을 위한 솔루션 (0) | 2017.08.28 |