Link to home
Start Free TrialLog in
Avatar of Elemental12
Elemental12

asked on

Netflow and Cisco 6509

I have a server that I would like to make my netflow collection server.  I am trying to setup my 6509 to send netflow traffic from a specific vlan to the collection server.  Here is what I have so far, the parts of my cfg that are relevant :

int vlan25
 ip address 172.16.25.251 255.255.255.0
 ip route-cache flow
no mls acl tcam share-global
mls netflow interface
mls flow ip interface-full
no mls flow ipv6
mls nde sender version 5
mls cef error action freeze
mls nde sender version 5
ip flow ingress layer2-switched vlan 25
ip flow export layer2-switched vlan 25
ip flow-export destination SERVERIPINDIFFERENTNETWORK 9996

Very strange, I cannot seem to ping 172.16.25.251 from anywhere.  Which I assume is my bigger issue, but then:

 Total Netflow Data Export Packets are:
    0 packets, 0 no packets, 0 records
Avatar of eeRoot
eeRoot

What device on your network routes traffic between VLAN's?  Does it know about VLAN 25 and can it ping 172.16.25.251?
ASKER CERTIFIED SOLUTION
Avatar of Elemental12
Elemental12

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Elemental12

ASKER

I found the solution doing more research.