Connectivity Guide

Table Of Contents
View the sFlow running conguration in EXEC mode.
OS10# show running-configuration sflow
sflow enable
sflow max-header-size 80
sflow polling-interval 30
sflow sample-rate 4096
sflow collector 10.16.150.1 agent-addr 10.16.132.67 6767
sflow collector 10.16.153.176 agent-addr 3.3.3.3 6666
!
interface ethernet1/1/1
sflow enable
!
sFlow commands
sow collector
Congures an sFlow collector IP address where sFlow datagrams forward. You can congure a maximum of two collectors.
Syntax
sflow collector {ipv4-address | ipv6-address} agent-addr {ipv4-address | ipv6-
address} [collector-port-number] [vrf default]
Parameters
ipv4-address | ipv6-address — Enter an IPv4 or IPv6 address in A.B.C.D/A::B format.
agent-addr ipv4-address | ipv6-address — Enter the sFlow agent IP address. If you congure
two collectors, the agent IP address must be the same for both the collectors.
collector-port-number — (Optional) Enter the UDP port number, from 1 to 65535. The default is
6343.
vrf — (Optional) Enter default to congure the sFlow collector corresponding to the front panel ports.
Defaults Not congured
Command Modes CONFIGURATION
Usage Information
You must enter a valid and reachable IPv4 or IPv6 address. If you congure two collectors, trac samples are sent
to both. The sFlow agent address is the IPv4 or IPv6 address used to identify the agent to the collector. The no
version of this command removes the congured sFlow collector.
Example
OS10(conf)# sflow collector 10.1.1.1 agent-addr 2.2.2.2 6343vrf default
Supported Releases 10.3.0E or later
sow enable
Enables sFlow on a specic interface or globally on all interfaces.
Syntax
sflow enable [all-interfaces]
Parameters all-interfaces — (Optional) Enter to enable sFlow globally.
Default Disabled
Command Mode CONFIGURATION
sFlow 911