- 퀄컴, 베트남 빈AI의 생성형 AI 부문 ‘모비안AI’ 인수··· AI 솔루션 고도화 박차
- 블로그 | 정치적 격동기에 IT 리더가 할 수 있는 역할
- 완전 자율 주행 자동차가 관광 산업에도 영향··· 웨이모, ‘2025 관광 영향 보고서’ 발간
- European cloud group invests to create what it dubs “Trump-proof cloud services”
- The OnePlus 12 is still a powerhouse in 2025 - and it's on sale for a limited time
Solar Winds Net-flow Configuration for Cisco devices
flow record NetFlow-to-Orion
match ipv4 source address
match ipv4 destination address
match ipv4 protocol
match transport source-port
match transport destination-port
match ipv4 tos
match interface input
collect interface output
collect counter bytes long
collect counter packets long
!
!
flow exporter NetFlow-to-Orion
destination 192.168.7.56
source GigabitEthernet0/0/1
transport udp 2055
!
!
flow monitor NetFlow-to-Orion
exporter NetFlow-to-Orion
cache timeout active 60
record NetFlow-to-Orion
And finally associate the flow monitor to all the interfaces you would monitor with your flow analyzer. Go to the ‘interface config’ mode for each interface and apply the command:
ip flow monitor NetFlow-to-Orion
input \ Or use the name of your custom flow monitor
The above command attaches the flow monitor to the interface you selected after which the ingress traffic that passes across the interface is captured and send to your flow analyzer for reporting.