![Quantum DXi4500 Скачать руководство пользователя страница 85](http://html1.mh-extra.com/html/quantum/dxi4500/dxi4500_manual_3756124085.webp)
Quantum DXi-Series Command Line Interface (CLI) Guide
6-67081-02 Rev A
July 2011
Netcfg CLI Commands
85
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 --show netcfg
First, delete the default bond configuration with all customer ports connected
together:
syscli --del netcfg --devname bond0:2
Then configure Eth0 for IPADDR1 and, if applicable, configure GATEWAY1:
syscli --add netcfg --devname eth0 --ipaddr IPADDR1 --netmask NETMASK1 -
-gateway GATEWAY1
Then configure Eth1 for IPADDR2 and, if applicable, configure GATEWAY2:
syscli --add netcfg --devname eth1 --ipaddr IPADDR2 --netmask NETMASK2 -
-gateway GATEWAY2
Deleting a Bond and Setting Up Independent Interfaces
This section provides an example for using the
netcfg
CLI command to delete a
bond that has eth0 and eth1 as slaves and set them up as independent
interfaces. The DXi ships with all ports bonded, and you must undo bonding if
you want to use the individual Ethernet ports to communicate with other
systems on separate subnets.