cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1226
Views
0
Helpful
1
Replies

enable netflow on WS-6509

prakashrj
Level 1
Level 1

Hi guys,

I am not able to capture all the traffic on a 6509 Router. It runs the followign software..

IOS (tm) c6sup2_rp Software (c6sup2_rp-PK2SV-M), Version 12.1(23)E4, RELEASE SOFTWARE (fc1)

The configuration changes that I made are..

(all ip address are changed for security reasons)

# Global commands in configuration mode

ip flow-export source Loopback 0

ip flow-export version 5 peer-as

ip flow-export destination xxx.xxx.xxx.xxx 9065

ip flow-cache timeout active 1

# Configuration change on each interface

ip route-cache flow

following are the interefaces that I want to capture traffic.

Current configuration : 163 bytes

!

interface FastEthernet9/46

description Public Side VPN-NET

ip address xxx.xxx.xxx.xxx 255.255.255.248

ip access-group vpn-public out

ip route-cache flow

end

!

interface GigabitEthernet1/2

logging event link-status

load-interval 30

switchport

switchport access vlan 888

end

!

interface Vlan888

description Firewall Outside

ip address xxx.xxx.xxx.xxx 255.255.255.240

no ip redirects

no ip unreachables

no ip proxy-arp

ip pim sparse-mode

ip route-cache flow

logging event link-status

load-interval 30

end

Please let me know if you guys need any additional information. Any pointers towards a solution will also be greatly appreciated.

Thanks,

Prakash.

1 Reply 1

smahbub
Level 6
Level 6

check out the following link for configuring netflow on Catalyst 6500 :

http://www.cisco.com/en/US/products/hw/switches/ps708/products_configuration_guide_chapter09186a0080160a2b.html

hope this helps.