Netflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 04:41 PM - edited 03-05-2019 02:51 PM
Can you enable Netflow on Cisco switch runing either CatOS or IOS. What's the command?
Thanks in advance..
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 11:00 PM
HI
For catos
set mls nde {hostname|ip_address} 9996
ip flow-export destination {hostname|ip_address} 9996
set mls agingtime long 64
set mls agingtime 32
set mls flow full
set mls nde enable
for IOS
ip flow-export destination {hostname|ip_address} 9996
ip flow-export source {interface} {interface_number}
ip flow-cache timeout active 1
ip flow-cache timeout inactive 15
Thanks
Mahmood
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 04:55 AM
