Quantum DXi-Series Command Line Interface (CLI) Guide
6-67081-02 Rev A
July 2011
Netcfg CLI Commands
81
Figure 1 Netcfg Example – Two
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 and use this bond IPADDR1 for replication source, if
applicable configure the GATEWAY1:
syscli --add netcfg --devname bond0 --slaves eth0, eth1 --ipaddr IPADDR1
--netmask NETMASK1 --gateway GATEWAY1 --policy REP
Then, configure bond1 for the other subnet. If applicable, configure the
GATEWAY2:
syscli --add netcfg --devname bond1 --slaves eth2, eth3 --ipaddr IPADDR2
--netmask NETMASK2 --gateway GATEWAY2
DXi 6540 With Only Two Independent Ports Being Used
There are only two independent customer ports that are configured. They have
to be connected to two independent non-aggregated ports on the switch. The
IP subnet dependent gateways, if applicable, can be configured.