Reference Guide

Description
Tests network performance between a client and server using a designated port (use this command at the same time
you use the other --iperf command).
Syntax
network --iperf_server --port 5001 --window_size 7KB
Result
-----------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 14.0 KByte (WARNING: requested 7.00 KByte)
-----------------------------------------------------------
[ 7] local 10.20.21.23 port 5812 connected with 10.20.20.3 port 5001
[ ID] Interval Transfer Bandwidth
[ 7] 0.0-60.0 sec 398 MBytes 55.7 Mbits/sec
network --help
Description
Displays the list of network-related options that can be used as a reference when using the DR Series system CLI.
Syntax
network --help
Result
network --show [--bondif <bond0,bond1,...,bondN>]
[--nwif <eth0,eth1,...,ethN>]
[--hosts]
[--routes]
[--interface <bondN|ethN>]
network --delete [--bondif <bond0,bond1,...,bondN>]
[--member <eth0,eth1,...,ethN>]
[--nwif <eth0,eth1,...,ethN>]
network --restart
network --setdhcp [--bondif <bondN>]
[--nwif <ethN>]
network --setstatic_ip [--bondif <bondN>]
[--nwif <ethN>]
--ip <IPv4/IPv6 address>
--netmask <netmask>
[--gateway <IPv4/IPv6 address>]
network --create_bond --bondif <bondN>
[--dhcp]
[--static]
--nwif <eth0,eth1,...,ethN>
[--mode < ALB | 802.3ad >]
[--name < DNS name >]
[--mtu <Supported MTU range 512 - 9000>]
[--ip <IPv4/IPv6 address>]
[--netmask <netmask>]
[--gateway <IPv4/IPv6 address>]
[--restart]
52