Quantum DXi-Series Command Line Interface (CLI) Guide
6-67081-05 Rev B
April 2012
80
Network CLI Commands
•
--devname:
Device name. The general format is <label><devno> where
•
label
: Device label, which is an alphabetic string (e.g. bond, eth, ...)
•
devno
: Device number, which can range from 0 to possibly 99,
depending on actual systems.
•
--mtu:
Enter STD to set the MTU size to the standard frame size of 1500.
Enter JUMBO to set the MTU size to the max JUMBO frame size of 9000. Or
enter a numeric value between 1500 and 9000. If this line is not entered,
the standard MTU frame size of 1500 will be used.
•
--mode:
Currently LACP (mode 4) and Round Robin (mode 0) are supported.
•
--slaves:
If
--slaves
is specified, specify two or more slave device names
separated by commas.
•
--sure:
If specified, the command will execute without asking for
confirmation.
Adding a Static Route
syscli --add route [--devname <DEVNAME>] --network <IPADDR> --
netmask <NETMASK> --gateway <GATEWAY> [--sure]
This CLI allows the admin user to add a static route for the system (and
optionally for a network device) using the specified network IP addr, netmask
and gateway.
Note:
The system does not automatically reboot; therefore, after making any
modification to your network configuration, you must manually reboot
the system. You can reboot the system using the sysclil
--nodemanage
--reboot
command.
CLI Command Options:
•
--add:
Adds a static route.
•
--devname:
Device name. The general format is
<label><devno>[:<vifno>] where
•
label
: Device label, which is an alphabetic string (e.g. bond, eth, ...)
•
devno
: Device number, which can range from 0 to possibly 99,
depending on actual systems.
•
vifno
: Virtual interface number, which is optional and can range from 1
to possibly 99, depending on actual systems.
•
--network:
IP address in decimal dotted notation (e.g. 10.20.30.0).
•
--netmask:
Netmask in decimal dotted notation (e.g. 255.255.255.0)
•
--gateway:
IP address of gateway
•
--sure:
If specified, the command will execute without asking for
confirmation.