sflow-collector-create
sFlow is an industry standard technology that monitors high speed switched networks. An sFlow Collector gathers information from sFlow Agents on the network. You can create as many sFlow Collectors as required. An sFlow Collector can have a scope of local or fabric.
Syntax sflow-collector-create
collector-ip ip-address |
Specify the IP address of the sFlow Collector. |
collector-port collector-port-number |
Specify the port number for the sFlow Collector. |
name name-string |
Specify a name for the sFlow. |
scope [local|fabric] |
Specify a scope, either fabric or local. |
Defaults None
Access CLI
History Command introduced in nvOS Version 1.2.1
Usage This command is used to create an sFlow Collector to gather information from the sFlow Agents on the network. If the scope is fabric, then any new switch that joins the fabric receives the sFlow Collector configuration. If the scope is local, then the sFlow Collector is configured only on the local switch.
Examples To create the sFlow Collector, sflow-local, with the IP address of 192.168.18.37 on port 37, and the scope local, use the following syntax:
CLI network-admin@switch > sflow-collector-create collector-ip 192.168.18.37 collector-port 37 name sflow-local scope local