|
This section is common to all the editions of IT360 - Professional Edition, Enterprise Edition - Probes only and MSP Edition - Probes only.
Follow the steps below to configure Netflow export on a Cisco IOS device.
| Refer the Cisco Version Matrix for information on Cisco platforms and IOS versions supporting NetFlow |
Enter global configuration mode on the router or MSFC, and issue the following commands for each interface on which you want to enable Netflow:
interface {interface} {interface_number}
ip route-cache flow
bandwidth <kbps>
exit| In some recent IOS releases Cisco Express Forwarding has to be enabled. Issue the command ip cef in global configuration mode on the router or MSFC for this. |
This enables Netflow on the specified interface alone. Remember that
on a Cisco IOS device, Netflow is enabled on a per-interface basis. The
bandwidth command is optional, and is used to set the
speed of the interface in kilobits per second. Interface speed or link
speed value is used to later calculate percentage utilization
values in traffic graphs.
Issue the following commands to export Netflow data to the server on
which IT360 is running:
| Command | Purpose |
ip flow-export destination
{hostname|ip_address} 9996 |
Exports the Netflow cache entries to the specified IP address. Use the IP address of the IT360 server and the configured Netflow listener port. The default port is 9996. |
ip flow-export source {interface}
{interface_number} |
Sets the source IP address of the Netflow exports sent by the device to the specified IP address. IT360 will make SNMP requests of the device on this address. |
ip flow-export version 5
[peer-as | origin-as] |
Sets the Netflow export version to version 5. IT360 supports only version 5 and version 7. If your router uses BGP you can specify that either the origin or peer AS is included in exports - it is not possible to include both. |
ip flow-cache timeout
active 1 |
Breaks up long-lived flows into 1-minute fragments. You can choose any number of minutes between 1 and 60. If you leave it at the default of 30 minutes your traffic reports will have spikes. It is important to set this value to 1 minute in order to generate alerts and view troubleshooting data. |
ip flow-cache timeout
inactive 15 |
Ensures that flows that have finished are periodically exported. The default value is 15 seconds. You can choose any number of seconds between 10 and 600. However, if you choose a value greater than 250 seconds, IT360 may report traffic levels that are too low. |
snmp-server ifindex persist |
Enables ifIndex persistence (interface names) globally. This ensures that the ifIndex values are persisted during device reboots. |
| For more information on BGP reporting in IT360, look up the section on Configuring Netflow for BGP |
| Command | Purpose |
show ip flow export |
Shows the current Netflow configuration |
show ip cache flow |
These commands summarize the active flows and give an indication of how much Netflow data the device is exporting |
show ip cache verbose flow |
The following is a set of commands issued on a router to enable Netflow version 5 on the FastEthernet 0/1 interface and export to the machine 192.168.9.101 on port 9996.
router#enable |
*repeat these commands to enable Netflow for each interface
Please note that NetFlow data export has to be enabled on all interfaces of a router in order to see accurate IN and OUT traffic. Suppose you have a router with interface A and B. Since NetFlow, by default, is done on an ingress basis, when you enable NetFlow data export on interface A, it will only export the IN traffic for interface A and OUT traffic for interface B. The OUT traffic for interface A will be contributed by the NetFlow data exported from interface B.
Even if you are interested in managing only interface A, please enable NetFlow data export on A and B. You may subsequently unmanage interface B from the License Management link.
| Command |
Purpose |
no ip flow-export
destination {hostname|ip_address} {port_number} |
This will stop exporting Netflow cache entries to the specified destination IP address on the specified port number |
interface {interface}
{interface_number} |
|
no ip route-cache flow |
This will disable Netflow export on the specified interface. Repeat the commands for each interface on which you need to disable Netflow. |
exit |
|
For further information on configuring your IOS device for Netflow data export, refer Cisco's Netflow commands documentatio |
|