If use uplink monitor bfd, how long the fail over time?
BFD detetion time can be changed as your requirement :
Modify the detection time.
- Run the min-tx-interval command to configure the interval for sending BFD packets.
- Run the min-rx-interval command to configure the interval for receiving BFD packets
Another question,if just PON port on OLT 1 down, how does OLT 2 knows and activate its own PON ports to forward the traffic?
--- in dual homing configuration defined the dual homing devices (for example ):
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_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
----and in the protect group defined the protect target(for example ,TYPE B protect group configuration in 2 OLT) :
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
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
--- and your terminal (ONT) need support type B or type C protect