Quantum DXi-Series Command Line Interface (CLI) Guide
6-67081-05 Rev B
April 2012
Network CLI Commands 87
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 --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 --ipaddr IPADDR2 --netmask NETMASK2 -
-gateway GATEWAY2 --segments REP
Then configure Eth5 for IPADDR3 and, if applicable, configure GATEWAY3:
syscli --add netcfg --devname eth5 --ipaddr IPADDR3 --netmask NETMASK3 -
-gateway GATEWAY3 --segments MGMT
DXI 6540/6550 With All Customer Interfaces Used Independently
Data traffic comes from two media servers going thru GbE port #1 and the two
10 GbE ports. Replication and management traffic are routed to GbE port #0.
Figure 5 Netcfg Example –
1 x 1 Networks with Multi-
Subnets for Data
The following syscli sequences can be used to configure a similar setup.
To display the existing configuration:
syscli --list interface