Reference Guide

Result
*** Getting Gateway status
Gateway IP address is 10.250.240.1
Route to the gateway is up and uses bond0 interface.
Pinging gateway 10.250.240.1
Ping successful. No packet loss.
RTT timings min/avg/max/mdev = 0.261/1.907/5.244/1.830 ms
network --troubleshoot [--show_active <NFS| CIFS|OST|NDMP|ISCSI|RDS>]
Description
Displays the current network activity for NFS, CIFS, OST, NDMP, iSCSI, or RDS clients on a DR Series system (the
example that follows shows CIFS).
Syntax
network --troubleshoot --show_active cifs
Result
tcp 0 0 10.25.19.10:45 10.25.20.82:52596
ESTABLISHED
tcp 0 0 10.25.19.10:45 10.250.201.68:60163 ESTABLISHED
tcp 0 0 10.25.19.10:45 10.250.208.235:29587 ESTABLISHED
tcp 0 0 10.25.19.10:45 10.250.209.210:13828 ESTABLISHED
network --tcpdump [--port <nfs | windows | replication | ost | rds>] [--pkt_size <128 -
32768>] [--file_size <0 - 100>] [--stop] [--host <ip address list>] [--interface <bondN |
ethN>]
Intercepts TCP/IP packets being transmitted or received over the network to which the DR Series system is attached.
You can filter the packets being collected by using the following options to the DR Series system CLI network --tcpdump
command:
--port by its type: NFS, CIFS, replication, OST, or RDS port
--pkt_size by the packet size you specify
--file_size by the file size you specify
--host by the IP address (or addresses) that you specify
--interface by the interface that you specify
The tcpdump files are collected on the DR Series system (in /store/tcpdump/), and they can be a valuable resource of
information about how your system and network interact. To stop collecting tcpdump files, use the DR Series system CLI
network --tcpdump --stop command.
network --tcpdump [--pkt_size <128 - 32768>]
Description
Collects TCP/IP packet information based on a specific packet size (for example, 256 Kilobytes or KB).
NOTE: To stop the tcpdump process, use the DR Series system CLI network --tcpdump --stop command.
Syntax
network --tcpdump --pkt_size 256
49