- Table of Contents
-
- 21-Network Management and Monitoring Configuration Guide
- 00-Preface
- 01-Ping and tracert configuration
- 02-System debugging configuration
- 03-NQA configuration
- 04-iNQA configuration
- 05-NTP configuration
- 06-SNMP configuration
- 07-RMON configuration
- 08-Event MIB configuration
- 09-CWMP configuration
- 10-Sampler configuration
- 11-Mirroring configuration
- 12-NetStream configuration
- 13-IPv6 NetStream configuration
- 14-Cloud connection configuration
- 15-Packet capture configuration
- 16-sFlow configuration
- 17-IP traffic statistics collection configuration
- Related Documents
-
Title | Size | Download |
---|---|---|
10-Sampler configuration | 58.32 KB |
Contents
Verifying and maintaining a sampler
Samplers and IPv4 NetStream configuration examples
Example: Configuring samplers and IPv4 NetStream
Configuring samplers
About sampler
A sampler selects a packet from sequential packets and sends the packet to other service modules for processing. Sampling is useful when you want to limit the volume of traffic to be analyzed. The sampled data is statistically accurate and sampling decreases the impact on the forwarding capacity of the device.
The following sampling modes are available:
· Fixed mode—The first packet is selected from sequential packets in each sampling.
· Random mode—Any packet might be selected from sequential packets in each sampling.
A sampler can sample packets for NetStream. Then, only the sampled packets are sent to and processed by the NetStream module. For more information about NetStream, see "Configuring NetStream."
Creating a sampler
1. Enter system view.
system-view
2. Create a sampler.
sampler sampler-name mode { fixed | random } packet-interval rate
By default, no samplers exist.
Verifying and maintaining a sampler
To display configuration information about the sampler, execute the following command in any view:
display sampler [ sampler-name ] [ slot slot-number ]
Samplers and IPv4 NetStream configuration examples
Example: Configuring samplers and IPv4 NetStream
Network configuration
As shown in Figure 1, configure samplers and NetStream as follows:
· Configure IPv4 NetStream on the device to collect statistics on outgoing traffic.
· Send the NetStream data to port 5000 on the NetStream server.
· Configure random sampling in the outbound direction to select one packet randomly from 256 packets on GigabitEthernet 1/0/2.
Configuration procedure
# Create sampler 256 in random sampling mode, and set the sampling rate to 256. One packet from 256 packets is selected.
<Device> system-view
[Device] sampler 256 mode random packet-interval 256
# Enable IPv4 NetStream to use sampler 256 to collect statistics about outgoing traffic on GigabitEthernet 1/0/2.
[Device] interface gigabitethernet 1/0/2
[Device-GigabitEthernet1/0/2] ip netstream outbound
[Device-GigabitEthernet1/0/2] ip netstream outbound sampler 256
[Device-GigabitEthernet1/0/2] quit
# Configure the address and port number of the NetStream server as the destination for the NetStream data export. Use the default source interface for the NetStream data export.
[Device] ip netstream export host 12.110.2.2 5000
Verifying the configuration
# Display configuration information for sampler 256.
[Device] display sampler 256
Sampler name: 256
Mode: random; Packet-interval: 256; IsNpower: N