beautypg.com

Dell PowerVault DR4100 User Manual

Page 35

background image

35

DR4100 Best Practice Guide | April 2014

1. On Lansing1 create a bond on the 1GB ports using the following command:


network --create_bond --bondif --static –nwif --mode –mtu
<512-9000> --ip --netmask –restart

2. Add replication to Lansing1 bond1 using the following command:


system –replication_traffic --add --interface
 

3. On Seattle1 create a bond on the 1GB ports using the following command:


network --create_bond --bondif --static –nwif --mode –mtu
<512-9000> --ip --netmask –restart

4. Create a route from Seattle1 to Lansing1 using the flowing command:


network --route --add --network --gateway --interface

5. Create a route from Lansing1 to Seattle1 using the following command:


network --route --add --network --gateway --interface


 

 

 

 

 

 

Example

administrator@Lansing1 >

network --create bond --bondif bond1 --static –nwif eth2,eth3 --

mode ALB --mtu <512-9000> --ip --netmask --restart

Example

administrator@Lansing1 >

system --replication_traffic --add --interface bond1

Example

administrator@Seattle1 >

network --create_bond --bondif bond1 --static –nwif eth2,eth3 --

mode ALB --mtu <512-9000> --ip --netmask --restart

Example

administrator@Seattle1>

network --route --add --network --

gateway --interface bond1

Example

administrator@Lansing1 >

network --route --add --network --

gateway --interface bond1