Saturday, June 2, 2012

Configuring Pica8 Pronto switches

The following commands configure a Pica8 Pronto series switch to sample packets at 1-in-1024, poll counters every thirty seconds and send sFlow to an analyzer (10.0.0.50) over UDP using the default sFlow port (6343):
XorPlus# set open-flow sflow sflow-1 address 10.0.0.50
XorPlus# set open-flow sflow sflow-1 port 6343
XorPlus# set open-flow sflow sflow-1 polling-interval 30
XorPlus# set open-flow sflow sflow-1 sampling-rate 1024
XorPlus# set open-flow sflow sflow-1 interface ge-1/1/1 
... 
XorPlus# set open-flow sflow sflow-1 interface ge-1/1/24
XorPlus# commit
A previous posting discussed the selection of sampling rates. Additional information can be found on the Pica8 web site.

See Trying out sFlow for suggestions on getting started with sFlow monitoring and reporting.

No comments:

Post a Comment