Configuring cflowd collectors

To configure cflowd collector parameters, enter the following commands:

- config>cflowd#
    - collector ip-address[:port] [version version]
        - aggregation
            - as-matrix
            - destination-prefix
            - protocol-port
            - raw
            - source-destination-prefix
            - source-prefix
        - autonomous-system-type [origin | peer]
        - description description-string
        - no shutdown
        - template-set {basic | mpls-ip | l2-ip | mpls-transport}

The following example shows a basic cflowd configuration:

A:ALA-1>config>cflowd# info
-----------------------------------------
        active-flow timeout 1800
        inactive-flow-timeout 10
        overflow 10
        sample-profile 1 create
            sample-rate 100
        exit
        no sample-profile
        collector 10.10.10.1:2000 version 8
            aggregation
                as-matrix
                raw
            exit
            description "AS info collector"
        exit
        collector 10.10.10.2:5000 version 8
            aggregation
                protocol-port
                source-destination-prefix
            exit
            autonomous-system-type peer
            description "Neighbor collector"
        exit
-----------------------------------------
A:ALA-1>config>cflowd# 

Version 9 collector example:

collector 10.10.10.9:2000 version 9
           description "v9collector"
           template-set mpls-ip
           no shutdown
exit