Quantum DXi-Series Command Line Interface (CLI) Guide
6-67081-02 Rev A
July 2011
84
Netcfg CLI Commands
Figure 4 Netcfg Example –
1 x 1 x N Data Networks
The following syscli sequences can be used to configure a similar setup.
To display the existing configuration:
syscli --show netcfg
First, delete the default bond configuration with all customer ports connected
together:
syscli --del netcfg --devname bond0:2
Then configure bond0:2 for IPADDR1 and for replication source, if applicable,
configure GATEWAY1:
syscli --add netcfg --devname bond0:2 --slaves eth1, eth2, eth3, eth4
--ipaddr IPADDR1 --netmask NETMASK1 --gateway GATEWAY1 --policy REP
Then configure eth0 for IPADDR2 and, if applicable, configure the GATEWAY2:
syscli --add netcfg --devname eth0 --ipaddr IPADDR2 --netmask NETMASK2 -
-gateway GATEWAY2
Then configure Eth5 for IPADDR3 and, if applicable, configure GATEWAY3:
syscli --add netcfg --devname eth5 --ipaddr IPADDR3 --netmask NETMASK3 -
-gateway GATEWAY3