210
# Configure the aggregation mode as protocol-port, and in aggregation view configure the destination
host for the NetStream protocol-port aggregation data export.
[SwitchA] ip netstream aggregation protocol-port
[SwitchA-ns-aggregation-protport] enable
[SwitchA-ns-aggregation-protport] ip netstream export host 4.1.1.1 3000
[SwitchA-ns-aggregation-protport] quit
# Configure the aggregation mode as source-prefix, and in aggregation view configure the destination
host for the NetStream source-prefix aggregation data export.
[SwitchA] ip netstream aggregation source-prefix
[SwitchA-ns-aggregation-srcpre] enable
[SwitchA-ns-aggregation-srcpre] ip netstream export host 4.1.1.1 4000
[SwitchA-ns-aggregation-srcpre] quit
# Configure the aggregation mode as destination-prefix, and in aggregation view configure the
destination host for the NetStream destination-prefix aggregation data export.
[SwitchA] ip netstream aggregation destination-prefix
[SwitchA-ns-aggregation-dstpre] enable
[SwitchA-ns-aggregation-dstpre] ip netstream export host 4.1.1.1 6000
[SwitchA-ns-aggregation-dstpre] quit
# Configure the aggregation mode as prefix, and in aggregation view configure the destination host for
the NetStream prefix aggregation data export.
[SwitchA] ip netstream aggregation prefix
[SwitchA-ns-aggregation-prefix] enable
[SwitchA-ns-aggregation-prefix] ip netstream export host 4.1.1.1 7000
[SwitchA-ns-aggregation-prefix] quit