Network Management
Cisco 2900 series routers sample configuration for NTA
Sample NTA configuration for Cisco 2900 series routers
First published date
Last published date
Overview
This article provides an example NTA configuration for Cisco 2900 series routers.
Note: SolarWinds does not provide support for device configuration. It is recommended that you open a case with the device vendor.
Product section
Resolution
Configure terminal:
router-2960(config)#interface FastEthernet 0/1
Note: The layer 3 interfaces. Configure on all interfaces interested in collecting Netflow data.
router-2960(config-if)#ip route-cache flow or ip flow ingress router-2960(config-if)#exit router-2960(config)#ip flow-export destination x.x.x.x 2055 ( port used to export flow
Note: x.x.x.x is the Orion Server IP Address and 2055 is the collection port on the NPM server. You can verify the port by going to Setting > NTA Settings; Scroll down to the NetFlow Collector Services and look under COLLECTIONS PORT(S).
router-2960(config)#ip flow-export source FastEthernet 0/1
Note: This should be the interface that is configured with the IP address that the device is being monitored in Orion by.
router-2960(config)#ip flow-export version 5 router-2960(config)#ip flow-cache timeout active 1 router-2960(config)#ip flow-cache timeout inactive 15
Note: The two commands above will ensure that you are not receiving any data peaks that exceed the bandwidth of the circuit.
router-2960(config)#snmp-server ifindex persist router#write mem
How to verify data is being exported:
router#show ip flow export router#show ip cache flow