
192
Parameters
interval
: Specifies the number of packets out of which the interface will sample a packet, ranging from
1000 to 500000.
Description
Use the
sflow sampling-rate
command to specify the number of packets out of which the interface will
sample a packet.
Use the
undo sflow sampling-rate
command to disable sampling.
By default, packet sampling is disabled.
This command is supported only on Ethernet interfaces, but not on logical interfaces (such as VLAN
interfaces) and network management interfaces.
The bigger the value of the
interval
argument, the lower the sampling rate, and vice versa.
Related commands:
sflow sampling-mode
.
Examples
# Set GigabitEthernet 1/0/1 to sample a packet out of 4000 packets.
<Sysname> system-view
[Sysname] interface GigabitEthernet1/0/1
[Sysname-GigabitEthernet1/0/1] sflow sampling-rate 4000
sflow source
Syntax
sflow source
{
ip
ip-address |
ipv6
ipv6-address
} *
undo sflow source
{
ip
|
ipv6
} *
View
System view
Default level
2: System level
Parameters
ip
ip-address
: Specifies the source IPv4 address of sent sFlow packets.
ipv6
ipv6-address
: Specifies the source IPv6 address of sent sFlow packets.
Description
Use the
sflow source
command to specify the source IP address of sent sFlow packets.
Use the
undo sflow source
command to remove the specified source IP address.
By default, no source IP address is specified for sent sFlow packets.
Examples
# Specify the source IPv4 address of sent sFlow packets as 10.0.0.1.
<Sysname> system-view
[Sysname] sflow source ip 10.0.0.1