# Dell EMC Isilon

# Dell EMC Isilon Command Reference

A short list of some helpful Isilon `isi` commands for use in storage administration.

## Networking

<table id="bkmrk-source-based-routing"><colgroup><col></col><col></col></colgroup><tbody><tr><td>Source Based Routing enable/disable

</td><td>
  
  `isi network external view`
  <br>
  <br>
  `isi network external modify —sbr=[true|false]`

</td></tr><tr><td>Stop SmartConnect from distributing IPs of a specific node (useful for maintenance) (As of 8.x, can be done in the UI from the specific pool)

</td><td>

 `isi network modify pools sc-suspend-nodes..`

</td></tr><tr><td>Start SmartConnect distributing IPs of a specific node after being suspended (As of 8.x, can be done in the UI)

</td><td>

`isi network modify pools sc-resume-nodes..`

</td></tr><tr><td>Create static route

</td><td>
  
  `isi networks modify pool --add-static-routes=192.168.71.0/24-192.168.70.1 --name=media low:pool0`

</td></tr><tr><td>Remove static route

</td><td>

`isi networks modify pool --remove-static-routes=/- --name=:pool&lt;#&gt;`

</td></tr><tr><td>Display current network pools

</td><td>

`isi network pools list \[-v | -groupname groupnet0 —subnet\]`

</td></tr><tr><td>Display clients connected via SMB or FTP

</td><td>

`isi\_for\_array -n # 'netstat -an | grep ".445 \\|.21 "'
`

</td></tr><tr><td>Display current connections with smb protocols

</td><td>

`date; isi statistics client list --nodes=all --protocols=smb1,smb2 --sort=ops|head -n 30`

</td></tr><tr><td>Rebalance Dynamic Connections

</td><td>

`isi network --sc-rebalance-all`

</td></tr><tr><td>List connected clients

</td><td>

`isi statistics client list --output Node,Proto,Class,UserID,UserName,LocalAddr,RemoteAddr,RemoteName`

</td></tr><tr><td>List connected clients on a specific node

</td><td>

`isi statistics client list --nodes &lt;#&gt; --output Node,Proto,Class,UserID,UserName,LocalAddr,RemoteAddr,RemoteName
`

</td></tr><tr><td>Find connected client based on IP

</td><td>

`si statistics client list --remote-addresses ""`

</td></tr></tbody></table>