ip flow-export frequency
Specifies the frequency in packets-per-second for the generation of Netflow packets by a module.
Syntax: ip flow-export frequency packetsPerSec
packetsPerSec
Specifies the number of Netflow packets generated per second by a module. Valid range: 1 - 65535. Default: 500
Description: Periodically expired or inactive flows are written to Netflow packets and sent to the collector. The number of packets sent to the collector per second (frequency) can be configured.
Use the ip flow-export frequency command to specify the number of Netflow packets-per-second to send to the collector.
Use the no ip flow-export frequency command to reset the command to the factory default if entered in global configuration mode. Use the no ip flow-export frequency command in module configuration mode to delete the module configuration. If you delete the module configuration, the command resets to the current global configuration value.
Factory Default: 500 packets-per-second
Command Mode: Configuration for global affect and Module configuration for per module affect.
Example 1: The following example:
- Sets the number of Netflow packets per second generated globally by a module at 600.
- Sets the number of Netflow packets per second generated by module 1/2 at 400.
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#ip flow-export frequency 600
router(config)#module 1/2
router(config-module)#ip flow-export frequency 400
router(config-module)#exit
router(config)#
Example 2: The following example deletes the flow export frequency configuration on module 1/2. The result is that the frequency for this module is reset to the current global default set in configuration mode.
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#module 1/2
router(config-module)#no ip flow-export frequency
router(config-module)#exit
router(config)#
Related Commands: show ip flow-cache
Copyright © 2004
Avici Systems Inc.
Avici® and TSR®
is a registered trademark of Avici Systems Inc.
IPriori, Composite Links, SSR, QSR, and NSR® are
trademarks of Avici Systems Inc.
Source
File Name: Routing_Pol.fm
HTML File Name: Routing_Pol16.html
Last Updated: 05/10/04 at 16:38:37