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 MFEME timeout 4945875525 ip {MOTADATA_SERVER_IP} 6343
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.