Sflow destination, Sflow max-datagram-size, Sflow destination sflow max-datagram-size – Brocade Communications Systems Brocate Ethernet Access Switch 6910 User Manual

Page 186

Advertising
background image

136

Brocade 6910 Ethernet Access Switch Configuration Guide

53-1002581-01

Flow Sampling Commands

8

Example

Console(config)#sflow

Console(config)#

sflow destination

This command configures the IP address and UDP port used by the Collector. Use the no form to
restore the default settings.

Syntax

sflow destination {ipv4 ipv4-address | ipv6 ipv6-address} [destination-udp-port]

no sflow destination

ipv4-address - IPv4 address of the sFlow Collector. Valid IPv4 addresses consist of four
decimal numbers, 0 to 255, separated by periods.

ipv6-address - IPv6 address of the sFlow Collector. A full IPv6 address including the
network prefix and host address bits. An IPv6 address consists of 8 colon-separated 16-bit
hexadecimal values. One double colon may be used to indicate the appropriate number of
zeros required to fill the undefined fields.

destination-udp-port - The UDP port on which the Collector is listening for sFlow streams.
(Range: 0-65534)

Default Setting

IP Address: null
UDP Port: 6343

Command Mode

Interface Configuration (Ethernet)

Example

This example configures the Collector’s IP address, and uses the default UDP port.

Console(config)#interface ethernet 1/9

Console(config-if)#sflow destination ipv4 192.168.0.4

Console(config-if)#

sflow max-datagram-size

This command configures the maximum size of the sFlow datagram payload. Use the no form to
restore the default setting.

Syntax

sflow max-datagram-size max-datagram-size

no max-datagram-size

max-datagram-size - The maximum size of the sFlow datagram payload.
(Range: 200-1500 bytes)

Default Setting

1400 bytes

Advertising