H3C S7500 Series Ethernet Switches Command Manual

Table Of Contents
Command Manual – NAT, Netstream, Policy Routing
H3C S7500 Series Ethernet Switches Chapter 2
Netstream Configuration Commands
2-6
Examples
# Set the DSCP value of Netstream export packets to 60.
<H3C> system-view
System View: return to User View with Ctrl+Z.
[H3C] ip netstream export dscp 60
2.1.6 ip netstream export host
Syntax
ip netstream export host ip-address udp-port
undo ip netstream export host
View
System view, Netstream aggregation view
Parameters
ip-address: IP address of the destination host for Netstream export packets, in dotted
decimal notation.
udp-port: UDP port number of the destination host for Netstream export packets.
Description
Use the ip netstream export host command to configure the IP address and UDP port
number of the destination host for Netstream export packets.
Use the undo ip netstream export host command to restore the default IP address
and port number.
By default:
z The destination IP address is 0.0.0.0 and the destination port number is 0 in
system view.
z The destination IP address and port number in aggregation view are those
configured in system view.
You can configure different destination IP addresses and port numbers for different
aggregation modes.
Related commands: ip netstream aggregation, ip netstream export source.
Examples
# Configure the destination IP address and UDP port number for Netstream export
packets to 172.16.105.48 and 50000 respectively.
<H3C> system-view
System View: return to User View with Ctrl+Z.
[H3C] ip netstream export host 172.16.105.48 50000