Quantum DXi-Series Command Line Interface (CLI) Guide
6-67081-09 Rev B
February 2014
Network CLI Commands
111
•
DXi 6540 With Only Two Independent Ports Being Used
•
DXi 6540 With Three Bonds of Two Ports Each
•
DXi 6540 With One Bond and Two Independent Interfaces
•
DXI 6540/6550 With All Customer Interfaces Used Independently
•
Deleting a Bond and Setting Up Independent Interfaces
DXi 6540 Connected to Two Different Networks Through Two Bonds
The bonded interfaces on the DXi are connected to two different subnets; this
may have two different default gateways for the subnet.
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 --list interface
First, delete the default bond configuration with all customer ports connected
together:
syscli --del netcfg --devname bond0
Then configure bond0 and use this bond IPADDR, if applicable configure the
GATEWAY1:
syscli --add netcfg --devname bond0:1 --slaves eth0, eth1
--segments DATA,REP --ipaddr IPADDR1 --netmask NETMASK1
--gateway GATEWAY1