Hello, everyone!
Example
The following section uses an example to describe how to configure a dual-homing GPON type B protection group on the active OLT (huawei_A) and standby OLT (huawei_B), respectively:
GPON service port on the two OLTs: 0/2/1
Index of the protection groups on the two OLTs: 1
Associated port with the dual-homing protection groups: 0/19/1
IP address of the local huawei_A and peer huawei_B: 192.168.68.1; TCP port number: 6076; key: work_4234
IP address of the local huawei_B and peer huawei_A: 192.168.68.8; TCP port number: 6076; key: protect_4234
Configuration on huawei_A:
huawei_A(config)#dual-parenting local-node ip-address 192.168.68.1 port 6076 key work_4234
huawei_A(config)#dual-parenting peer-node standby ip-address 192.168.68.8 port 6076 key protect_4234
huawei_A(config)#dual-parenting sync enable
huawei_A(config)#protect-group 1 protect-target gpon-uni-port workmode dual-parenting
huawei_A(protect-group-1)#protect-group member port 0/2/1 role work
huawei_A(protect-group-1)#peer-group-member peer-node standby peer-port 0/2/1
huawei_A(protect-group-1)#uplink-monitor port 0/19/1
huawei_A(protect-group-1)#quit
Configuration on huawei_B:
huawei_B(config)#dual-parenting local-node ip-address 192.168.68.8 port 6076 key protect_4234
huawei_B(config)#dual-parenting peer-node active ip-address 192.168.68.1 port 6076 key work_4234
huawei_B(config)#dual-parenting sync enable
huawei_B(config)#protect-group 1 protect-target gpon-uni-port workmode dual-parenting
huawei_B(protect-group-1)#protect-group member port 0/2/1 role protect
huawei_B(protect-group-1)#peer-group-member peer-node active peer-port 0/2/1
huawei_B(protect-group-1)#protect-group enable
huawei_B(protect-group-1)#uplink-monitor port 0/19/1
huawei_B(protect-group-1)#quit
Thank you for reading!