docker run -p 8008:8008 -p 6343:6343/udp sflow/prometheusThe pre-built sflow/prometheus Docker image packages sFlow-RT with the applications for exploring real-time sFlow analytics. Run the command above, configure network devices to send sFlow to the application on UDP port 6343 (the default sFlow port) and connect with a web browser to port 8008 to access the user interface.
The chart at the top of this article demonstrates the visibility that sFlow can provide into nested protocol stacks that result from network virtualization. For example, the most deeply nested set of protocols shown in the chart is:
- eth: Ethernet
- q: IEEE 802.1Q VLAN
- trill: Transparent Interconnection of Lots of Links (TRILL)
- eth: Ethernet
- q: IEEE 802.1Q VLAN
- ip: Internet Protocol (IP) version 4
- udp: User Datagram Protocol (UDP)
- vxlan: Virtual eXtensible Local Area Network (VXLAN)
- eth: Ethernet
- ip Internet Protocol (IP) version 4
- esp IPsec Encapsulating Security Payload (ESP)