collector

Configures the NetFlow Collector host's IP address or hostname.

Supported in the following platforms:

Syntax

collector host [<IP-ADDRESS>|<HOSTNAME>] {port <1-65535>|proto [TCP|UDP]}

Parameters

collector host [<IP-ADDRESS>|<HOSTNAME>] {port <1-65535>|proto [TCP|UDP]}
collector host Identifies the NetFlow Collector host that is to receive the NetFlow templates from the APs.
Note: The NetFlow Collector here is the Extreme Analytics engine.
[<IP-ADDRESS>|<HOSTNAME>] Specify the Collector host's IPv4 address or hostname.
port <1-65535> Optional. Specify the port on which the Collector host is reachable. The default port value is 2095.
proto [TCP|UDP] Optional. Specify the protocol type used to communicate with the Collector host.
Note: The current implementation only supports UDP protocol. The default value is UDP.

Examples

nx9500-6C8809(config-netflow-policy-test)#collector host 10.234.160.126 port 2095 proto udp
nx9500-6C8809(config-netflow-policy-test)#show context
netflow-policy test
 collector host 10.234.160.126 port 2095 proto udp
nx9500-6C8809(config-netflow-policy-test)#

Related Commands

no (netflow-policy-config) Removes the Collector host IP address or hostname configuration from this NetFlow policy.