I am trying to configure IPv6 netflow, and I can see there are commands that repeating for the same config, for example:
ipv6 flow-export destination 1.1.1.1 1234
and
ipv6 flow-aggregation cache protocol-port
export destination 1.1.1.1 1234
or
ipv6 flow-cache entries 9999
and
ipv6 flow-aggregation cache protocol-port
cache entries 9999
What is the diffrence? do I need to configure both? or its ok to configure only under the global config?
Thanks in advance