Para quitar los mensajes de aviso que aparecen en la consola <sxh>options cifs.trace_login off|on</sxh>
<sxh>options nfs.export.auto-update off</sxh>
<sxh>priv set advanced </sxh>
Para salir <sxh> priv set </sxh>
entramos a través del interfaz SP <sxh>system console </sxh> <sxh>show pci</sxh> o más detallado con <sxh>show pci -v </sxh>
Para salir del modo console pulsar CTRL+D
<sxh>netstat -rn </sxh>
route add net <red/máscara> gateway
Ejemplo route add net 10.129.1.0/24 10.100.1.1
Para ver las rutas permanentes hay que editar el fichero /etc/rc
<sxh> rdfile /etc/rc </sxh>
Para añadir un alias de una dirección IP usamos:
<sxh>ifconfig e0 alias <dirección IP> </sxh>
ifconfig interface_name [-]alias address
<sxh>filer1> route delete default delete net default filer1> route add default 10.100.1.1 1 add net default: gateway 10.100.1.1 </sxh>
<sxh> network ping -vserver CL_GREFILE -lif Intercluster1 -destination xxx.xxx.xxx.xxx</sxh>
Para ver las opciones habilitadas de SMB2 ejecutar <sxh>options cifs.smb2 </sxh>
<sxh>options cifs.smb2.enable on</sxh> <sxh>options cifs.smb2.client.enable on</sxh>
NOTE: VLAN commands are NOT persistent across a reboot and must be added in /etc/rc files to make them permanent.
<sxh>vlan create “Interface name” vlan id</sxh>