Esta comando serve para verificar se não existe ONUs transmitindo sinal na fração de tempo errada, ocasionando oscilação de link GPON em outra ONU.
PARA OLTs 300xx/400xx:
conf t
logging terminal prio 7
interface gponx/x
rogue-detection start periodical configure 1 previously-used
Para desativar a detecção deve-se estar dentro da porta GPON:
no rogue-detection periodical
PARA OLTS 1000x/200xx:
Para ativar a detecção, acesse a porta GPON e configure neste formato:
conf t
logging terminal prio 7
interface gponx/x
rogue-detection periodical configure 1 0 127 256 1023 previously-used
rogue-detection periodical start
Caso detecte, deve mostrar mensagens de "Rogue ONU Detected!" conforme no exemplo abaixo:
T4# May 19 13:57:24 OLT4 GPONMgt[1020]: paldriver.c:DevEventCallback CE_OLTPON_INDICATION_ROGUE_ALLOC_ID_WRAPAROUND: deviceId=1, linkId=1, first allocId=13
May 19 13:57:33 OLT4 GPONMgt[1020]: Rogue ONU Detected! deviceId=1, linkId=1, onuId=33, allocId=32, messageId=4, crc error =FALSE, arrival time=1
May 19 13:57:42 OLT4 GPONMgt[1020]: Rogue ONU Detected! deviceId=1, linkId=1, onuId=33, allocId=312, messageId=4, crc error =FALSE, arrival time=1
May 19 13:57:43 OLT4 GPONMgt[1020]: Rogue ONU Detected! deviceId=1, linkId=1, onuId=33, allocId=313, messageId=4, crc error =FALSE, arrival time=1
May 19 13:58:09 OLT4 GPONMgt[1020]: paldriver.c:DevEventCallback CE_OLTPON_INDICATION_ROGUE_ALLOC_ID_WRAPAROUND: deviceId=1, linkId=1, first allocId=13
May 19 13:58:18 OLT4 GPONMgt[1020]: Rogue ONU Detected! deviceId=1, linkId=1, onuId=33, allocId=32, messageId=4, crc error =FALSE, arrival time=1
May 19 13:58:27 OLT4 GPONMgt[1020]: Rogue ONU Detected! deviceId=1, linkId=1, onuId=33, allocId=312, messageId=4, crc error =FALSE, arrival time=1
May 19 13:58:28 OLT4 GPONMgt[1020]: Rogue ONU Detected! deviceId=1, linkId=1, onuId=33, allocId=313, messageId=4, crc error =FALSE, arrival time=1
Neste caso, foi detectado que possui uma Rogue ONU na porta GPON1/1 e o ID da ONU é 33. Faça o comando show gpon onu para identificar qual cliente é este.
Após identificada a Rogue ONU deverá ser reiniciada da energia localmente. Em casos em que não se tenha contato com o cliente e não seja possível reiniciar a ONU, deve romper a comunicação da fibra e só religar após reinicialização do equipamento.
Para desativar a detecção deve-se estar dentro da porta GPON:
rogue-detection periodical stop