Skip to main content

Netgear Switch(sFlow) Configuration

This document outlines the steps for configuring a Netgear switch, specifically focusing on setting up sFlow for network monitoring.

Configuration Steps

Enter privileged mode

enable

Enter global configuration mode

configure terminal

Configure the sFlow receiver:

sflow receiver 1 owner MEMFE timeout 4294967295 ip {MOTADATA_COLLECTOR_IP} {MOTADATA_COLLECTOR_LISTENER_PORT}

For each interface where SFlow should be enabled, enter the following commands:

interface {INTERFACE_NAME}
sflow sampler 1 rate 128
sflow poller 1 interval 30
exit

After completing the configuration, navigate to Menu > Flow Explorer and select the Event Source(s) and the associated Interface(s) from the drop-downs to view the active flow data.