This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Are all Cisco products using the same CLI configuration to enable NetFlow?

Hi, is the CLI code shown below applicable to all these Cisco products? (7606-S, 7606, XR 12406, WS-C6506-E, WS-C6509, WS-C3560G-48TS and WS-C3560E-24TD)

 

#ip flow-export source interface0/0

#ip flow-export version 5

#ip flow-export destination xxx.xxx.xxx.xxx 2055

#interface interface0/0

<interface0/0>#ip flow egress

<interface0/0>#ip flow ingress

<interface0/0>#ip route-cach flow

 

I need to make sure these are correct before implementing NetFlow since we are dealing with critical live networks, thanks!