HP Virtual Connect Flex-10 10Gb Ethernet Module for c-Class BladeSystem User Manual

Page 113

Advertising
background image

Command line 113

Item

Description

MaxHeaderSize

(optional)

Specifies the maximum number of bytes that are copied from a sampled packet

to create a flow sample. Valid values are "128","256","512", and "1024".
The default value is "128".

MaxDatagramSize

(optional)

Specifies the maximum number of data bytes that are sent in a single datagram.

The valid range is from 256 to 1500. The default value is "1400".
The MaxDatagramSize must be greater than or equal to the

MaxHeaderSize plus 128 bytes of fixed header of an sflow datagram.

Examples

->add sflow-receiver Alpha ipaddress=10.10.2.22 port=6343

maxheadersize=256 maxdatagramsize=1400

Adds the Alpha sflow receiver

Item

Description

remove sflow-receiver

Remove a receiver.

Syntax

remove sflow-receiver <ReceiverName|*>

Parameter

ReceiverName (required) The name of an existing sflow receiver in the domain. A receiver name of "*"

removes all the receivers.

Example

->remove sflow-receiver Alpha

Removes the Alpha sflow receiver

->remove sflow-receiver *

Removes all sflow receivers

Item

Description

set sflow-receiver

Modify the receiver.

Syntax

set sflow-receiver <ReceiverName|*> [IpAddress=<IPAddress

>][Port= <1-65535>][MaxHeaderSize=<128|256|512|1024>]

[MaxDatagramSize=<256-1500>][Enabled=<true|false>]

Parameters

ReceiverName

(required)

The name of an existing sflow receiver in the domain

Properties

IpAddress (optional)

Specifies the IP Address of the receiver where the sflow datagrams are sent.

Port (optional)

Specifies the UDP port number of the receiver where the sflow datagrams are

sent. The valid range is from 1 to 65535. The default value is "6343".

MaxHeaderSize

(optional)

Specifies the maximum number of bytes that are copied from a sampled packet

to create a flow sample. Valid values are "128","256","512", and "1024".
The default value is "128".

MaxDatagramSize

(optional)

Specifies the maximum number of data bytes that are sent in a single datagram.

The valid range is from 256 to 1500. The default value is "1400".
The MaxDatagramSize must be greater than or equal to the

MaxHeaderSize plus 128 bytes of fixed header of an sflow datagram.

Enabled (optional)

Enables or disables the sFlow receiver. Valid values are "true" and "false". The

default value is "true".

Examples

->set sflow-receiver Alpha enabled=true

Enables the Alpha sflow receiver

Advertising