Dell PowerVault DR4100 User Manual
Page 35

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
<512-9000> --ip
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
<512-9000> --ip
4. Create a route from Seattle1 to Lansing1 using the flowing command:
network --route --add --network
5. Create a route from Lansing1 to Seattle1 using the following command:
network --route --add --network
Example
administrator@Lansing1 >
network --create bond --bondif bond1 --static –nwif eth2,eth3 --
mode ALB --mtu <512-9000> --ip
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
Example
administrator@Seattle1>
network --route --add --network
gateway
Example
administrator@Lansing1 >
network --route --add --network
gateway