How to make a capture for uplink port of HG8245Q


Warning: foreach() argument must be of type array|object, string given in /www/wwwroot/wordpress/wp-content/themes/loobek/single.php on line 138

Issue Description

In customer’s GPON network, if there is an issue that is not easy to define where the problem is, we can use the capture way to make a mirror for uplink port of HG8245Q to distinguish whether the traffic is sent out or receive, to verify whether this issue is in ONT.

HG8245Q

Solution

Commond:
set ethportmirror sourceport {value} destport {value} mirrordate {0:out/1:in/2:all} enable {0/1}
OPTIONS:
sourceport : value range [1-5:eth/9:cpu/10:pon]
destport : eth port value range [1-5]
mirrordate : direction [0:out/1:in/2:all]
enable : switch [1:enable/0:disable]
Example: Make whole traffic mirror from pon port to ETH3
WAP>set ethportmirror sourceport 10 destport 3 mirrordate 2 enable 1