ns-appflowCollector¶
The following operations can be performed on "ns-appflowCollector":
rm ns appflowCollector¶
Remove an AppFlow collector. NOTE: This command is deprecated.This command is deprecated in favor of 'rm appflow collector'
Synopsis¶
Arguments¶
name Name of an AppFlow collector.
Example¶
rm ns appflowCollector collector1
show ns appflowCollector¶
Display details of all the AppFlow collectors configured on the system. Alternatively, to view the details of a particular AppFlow collector, specify its name. NOTE: This command is deprecated.This command is deprecated in favor of 'show appflow collector'
Synopsis¶
Arguments¶
name Name of the AppFlow collector.
Output¶
IPAddress The IPv4 address of the AppFlow collector.
port The UDP port on which the AppFlow collector is listening.
devno count stateflag
Example¶
show ns appflowCollector collector1
add ns appflowCollector¶
Add a new AppFlow collector. NOTE: This command is deprecated.This command is deprecated in favor of 'add appflow collector'
Synopsis¶
Arguments¶
name Name of the AppFlow collector.
IPAddress The IPv4 address of the AppFlow collector.
port The UDP port on which the AppFlow collector is listening. Default value: 4739
Example¶
add ns appflowCollector collector1 -IPAddress 192.168.1.40 -port 2055