Jump to content
Калькуляторы

Проблема при регистрации ону на P3310C Software, Version 10.1.0F Build 89898

Здравствуйте, если кто может помочь со следующей проблемой. 
У меня есть программное обеспечение BDCOM(tm) P3310C Software, Version 10.1.0F Build 89898, которое я переместил с одного места на другое и заменил шаблоны в соответствии с задачей. 
Проблема в том, что он почему-то даже с новым шаблоном ону не берет текущую конфигурацию, а берет старую, которой уже нет (там есть другие вланы). Я даже удалил config.db и ifindex.config и перезагрузился.
Edited by h3ll1

Share this post


Link to post
Share on other sites

7 часов назад, h3ll1 сказал:
Здравствуйте, если кто может помочь со следующей проблемой. 
У меня есть программное обеспечение BDCOM(tm) P3310C Software, Version 10.1.0F Build 89898, которое я переместил с одного места на другое и заменил шаблоны в соответствии с задачей. 
Проблема в том, что он почему-то даже с новым шаблоном ону не берет текущую конфигурацию, а берет старую, которой уже нет (там есть другие вланы). Я даже удалил config.db и ifindex.config и перезагрузился.

Отвечу на Ваш вопрос очень просто: у вас что-то ломалось. Нужно починить, тогда все заработает.

Ну а если серьезно, как ответ Вы ожидаете услышать на форуме, где нет и не было никогда телепатов? Примеры конфигов ДО и ПОСЛЕ где?

Share this post


Link to post
Share on other sites

Очень просто все.

До:

epon onu-config-template Dragoman
 cmd-sequence 001 switchport port-security dynamic maximum 512
 cmd-sequence 002 switchport port-security mode dynamic
 cmd-sequence 003 epon onu all-port ctc vlan mode trunk 36 10,12
 cmd-sequence 004 epon onu all-port ctc loopback detect
 cmd-sequence 005 epon onu all-port ctc notify loopback
 cmd-sequence 006 epon sla upstream pir 1000000 cir 10000
 cmd-sequence 007 epon sla downstream pir 1000000 cir 10000
 cmd-sequence 008 epon onu all-port ctc flow-control

interface EPON0/1
 description LAN-1
 epon pre-config-template Dragoman binded-onu-llid 1-63
 epon pre-config-template Local binded-onu-llid 64
 epon onu-always-laser-on disable
 switchport mode trunk
 storm-control broadcast threshold 500
 storm-control multicast threshold 500
 storm-control unicast threshold 500
 no switchport protected
 epon error-frame-alarm

 

После:

epon onu-config-template m-unlimited
 cmd-sequence 001 switchport port-security dynamic maximum 512
 cmd-sequence 002 switchport port-security mode dynamic
 cmd-sequence 003 epon onu all-port ctc vlan mode trunk 11 10,12
 cmd-sequence 004 epon onu all-port ctc notify loopback
 cmd-sequence 005 epon sla upstream pir 1000000 cir 5000
 cmd-sequence 006 epon sla downstream pir 1000000 cir 5000
 cmd-sequence 007 loopback-detection recovery-time 60
 cmd-sequence 008 epon onu all-port ctc loopback detect


interface EPON0/1
 description Osogovo3
 epon pre-config-template m-unlimited binded-onu-llid 1-64
 switchport trunk vlan-allowed 2-4094
 switchport mode trunk
 storm-control broadcast threshold 500
 storm-control multicast threshold 500
 storm-control unicast threshold 500
 no switchport protected
 epon inner-onu-switch
 epon fec-rx
 epon fec-tx
 epon error-frame-alarm

Сейчас шаблона Dragoman нет, а берет тот конфиг.

 

пс. Команда epon template-apply all interface epoN 0/1 или no epon bind-onu mac XXX.XXX.XXX все исправляет до следующей регистрации ОНУ. И так делал 11 ону в ручную.

Edited by h3ll1

Share this post


Link to post
Share on other sites

В 08.10.2022 в 13:44, h3ll1 сказал:

которое я переместил с одного места на другое и заменил шаблоны в соответствии с задачей.

 

Добрый день!

 

Такое обычно происходит когда при сбросе старого девайса не чистят файлы config.db и ifindex.config , так как конфиг онушка как раз берет из config.db. Вы точно его удаляли?

Конфиг из config.db для конкретной ОНУ можно посмотреть командой sh run db-onu EPON0/X:Y

Share this post


Link to post
Share on other sites

Я удалял обе, но не помню сохранял ли я конфиг до или после их удаления. Затем - перегрузка.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.