TAP Series Switch Command Line Reference
Related Commands
show sflow
Use this command to configure sFlow collector.
Use the no form of this command to delete the sFlow collector.
Command Syntax
sflow collector mgmt-if IP_ADDR ( UDP_PORT |)
no sflow collector IP_ADDR
Collector UDP port number, default is 6343
Command Mode
Global Configuration
Default
Default source ip is the ip address of interface which is connected with sflow collector
Usage
Use this command to add a collector by specifying the combination of IP address and UDP
port and source IP address. Only up to two unique combinations can be allowed to add.
Examples
This example shows how to add a collector:
Switch# configure terminal
Switch(config)# sflow collector mgmt-if 10.0.0.254 3000
This example shows how to remove a collector:
Switch# configure terminal
Switch(config)# no sflow collector 10.0.0.254 3000