Enabling cflowd

Cflowd is disabled by default. Cflowd is not shut down but must be configured, including at least one collector, to be active. Executing the cflowd command enables cflowd.

Use the following CLI syntax to enable cflowd:

- config# cflowd
    - no shutdown

The following example shows the default values when cflowd is initially enabled. No collectors or collector options are configured.

A:ALA-1>config# info detail 
...
#------------------------------------------
echo "Cflowd Configuration"
#------------------------------------------
    cflowd
        active-flow-timeout 1800
        cache-size 65536
        inactive-flow-timeout 15
        overflow 1
        sample-profile 1 create
            sample-rate 1000
        exit
        no sample-profile
        template-retransmit 600 
        no shutdown
    exit
#------------------------------------------
A:ALA-1>config#