The following commands configure an AlaxalA switch, sampling at 1-in-1024, polling counters every 30 seconds and sending sFlow to an analyzer (10.0.0.50) over UDP using the default sFlow port (6343):
See Trying out sFlow for suggestions on getting started with sFlow monitoring and reporting.
(config)# sflow destination 10.0.0.50 6343For each port:
(config)# sflow extended-information-type switch
(config)# sflow sample 1024
(config)# sflow polling-interval 30
(config)# interface gigabitethernet 0/4A previous posting discussed the selection of sampling rates. Additional information can be found on the AlaxalA web site.
(config-if)# sflow forward ingress
See Trying out sFlow for suggestions on getting started with sFlow monitoring and reporting.