Quantum DXi-Series Command Line Interface (CLI) Guide
6-67081-09 Rev B
February 2014
114
Network CLI Commands
Then configure bond2 for IPADDR3 and, if applicable, configure GATEWAY3:
syscli --add netcfg --devname bond2:1 --slaves eth4, eth5 --ipaddr IPADDR3
--netmask NETMASK3 --gateway GATEWAY3 --segments MGMT
DXi 6540 With One Bond and Two Independent Interfaces
The two independent interfaces have to be connected to a non-aggregated port
on a switch. The bonded ports are connected to appropriately link aggregated
switch ports.
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 --list interface
First, delete the default bond configuration with all customer ports connected
together:
syscli --del netcfg --devname bond0
Then configure bond0 for IPADDR1 and for replication source, if applicable,
configure GATEWAY1:
syscli --add netcfg --devname bond0:1 --slaves eth1, eth2, eth3, eth4
--ipaddr IPADDR1 --netmask NETMASK1 --gateway GATEWAY1
--segments REP
Then configure eth0 for IPADDR2 and, if applicable, configure the GATEWAY2:
syscli --add netcfg --devname eth0:1 --ipaddr IPADDR2 --netmask
NETMASK2 --gateway GATEWAY2 --segments REP