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.