On the DR 4100 Replication traffic was set to the incorrect Bond0 displayed by running network --show command. The output listed Traffic “Replication” under Bond0 with a capital R for Replication. Replication was supposed to be configured under Bond1 as the network used by the customer. Replication was deleted using System –replication_traffic –delete –interface bond0 from bond0. When adding Replication to bond1 using command System –replication_traffic –add –interface bond1 the results is as follows:
Bond1 shows Status replication
Bond0 shows status Replication
in which appears to be a bug. The command re-adds “Replication” back to bond0 and added “replication” to bond1
Workaround was to remove “Replication” line from etc/oca/network.env (requires service user) and recreate replication from the GUI.
/etc/oca/network.env
export NETWORK_INTF_APPL_bond0="Replication" capitalized line to be removed
Pending defect confirmation.