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

GP3600-16B QinQ

Добрый день,на железке GP3600-16B разворачиваем qinq на  клиента,получается что на каждого клиента свой flow-mapping и gpon profile ну и естественно для каждого индивидуальный template,проблема в том что когда добавляю template  из очередность смешивается (идут не по порядку очереди)

 

 

gpon onu-config-template Q21
 cmd-sequence 001 gpon onu tcont-virtual-port-bind-profile tvbind-default
 cmd-sequence 002 gpon onu flow-mapping-profile f1021
 cmd-sequence 003 gpon onu uni 1 vlan-profile v1021
!
gpon onu-config-template Q30
 cmd-sequence 001 gpon onu tcont-virtual-port-bind-profile tvbind-default
 cmd-sequence 002 gpon onu flow-mapping-profile f1030
 cmd-sequence 003 gpon onu uni 1 vlan-profile v1030
!
gpon onu-config-template Q13
 cmd-sequence 001 gpon onu tcont-virtual-port-bind-profile tvbind-default
 cmd-sequence 002 gpon onu flow-mapping-profile f1013
 cmd-sequence 003 gpon onu uni 1 vlan-profile v1013
!
gpon onu-config-template Q22
 cmd-sequence 001 gpon onu tcont-virtual-port-bind-profile tvbind-default
 cmd-sequence 002 gpon onu flow-mapping-profile f1022
 cmd-sequence 003 gpon onu uni 1 vlan-profile v1022
!
gpon onu-config-template Q14
 cmd-sequence 001 gpon onu tcont-virtual-port-bind-profile tvbind-default
 cmd-sequence 002 gpon onu flow-mapping-profile f1014
 cmd-sequence 003 gpon onu uni 1 vlan-profile v1014
!
gpon onu-config-template Q23
 cmd-sequence 001 gpon onu tcont-virtual-port-bind-profile tvbind-default
 cmd-sequence 002 gpon onu flow-mapping-profile f1023
 cmd-sequence 003 gpon onu uni 1 vlan-profile v1023
!
gpon onu-config-template Q15
 cmd-sequence 001 gpon onu tcont-virtual-port-bind-profile tvbind-default
 cmd-sequence 002 gpon onu flow-mapping-profile f1015
 cmd-sequence 003 gpon onu uni 1 vlan-profile v1015
!
gpon onu-config-template Q24
 cmd-sequence 001 gpon onu tcont-virtual-port-bind-profile tvbind-default
 cmd-sequence 002 gpon onu flow-mapping-profile f1024
 cmd-sequence 003 gpon onu uni 1 vlan-profile v1024
!
gpon onu-config-template Q16
 cmd-sequence 001 gpon onu tcont-virtual-port-bind-profile tvbind-default
 cmd-sequence 002 gpon onu flow-mapping-profile f1016
 cmd-sequence 003 gpon onu uni 1 vlan-profile v1016
!
gpon onu-config-template Q25
 cmd-sequence 001 gpon onu tcont-virtual-port-bind-profile tvbind-default
 cmd-sequence 002 gpon onu flow-mapping-profile f1025
 cmd-sequence 003 gpon onu uni 1 vlan-profile v1025
 

Думал может глюк прошивки,прошивал,сейчас актуальная  89045

Просто строк и так много,а тут еще и не порядку и смешиваются

Share this post


Link to post
Share on other sites

On 12/28/2021 at 8:21 AM, Nikita Devyatyarov said:

Добрый день!

 

Темплейты идут в конфиге по порядку создания, у каждого есть внутренний ID.

В том то и дело что нет,gpon profile onu-flow-mapping -есть id,у gpon profile onu-vlan-есть id, а у  gpon onu-config-template нет,при заливке они  идут (если выводить конфигурацию) в таком виду как скинул выше,естественно  я заливал по порядку.

Edited by tedeev

Share this post


Link to post
Share on other sites

В 28.12.2021 в 11:01, tedeev сказал:

В том то и дело что нет

Им все равно назначается внутренний id (например, для управления по SNMP), просто в конфиге его не видно.

Share this post


Link to post
Share on other sites

On 12/28/2021 at 10:03 AM, Nikita Devyatyarov said:

Им все равно назначается внутренний id (например, для управления по SNMP), просто в конфиге его не видно.

Понял,но проблема в том что нужно залить 2000 таких темплейтов,и в этом случае поиск  нужного темплейта очень затруднен (по порядку может быть 1001,1002,1010,1003 ,1004,1020,1005 и тд) как в таком случаем  смотреть конфиг?))

Share this post


Link to post
Share on other sites

В 28.12.2021 в 12:39, tedeev сказал:

но проблема в том что нужно залить 2000

Собрал стенд, действительно в разнобой создает. BDCOM утверждали, что должны в порядке создания. Дополнительно им вопрос задал.

Share this post


Link to post
Share on other sites

Немного переделал схему,может кому пригодится:

 

gpon profile onu-flow-mapping 1001
 gpon-profile entry 1 uni type eth-uni all
 gpon-profile entry 1 vlan 1001
 gpon-profile entry 1 virtual-port 1
!
gpon profile onu-flow-mapping 1002
 gpon-profile entry 1 uni type eth-uni all
 gpon-profile entry 1 vlan 1002
 gpon-profile entry 1 virtual-port 1

 

gpon profile onu-vlan 1001
 gpon-profile vlan mode trunk
 gpon-profile vlan pvid 1001 0
 gpon-profile vlan trunk vlan-allowed 1001
!
gpon profile onu-vlan 1002
 gpon-profile vlan mode trunk
 gpon-profile vlan pvid 1002 0
 gpon-profile vlan trunk vlan-allowed 1002
!
 

gpon onu-config-template QinQ
 cmd-sequence 001 gpon onu tcont-virtual-port-bind-profile tvbind-default
 cmd-sequence 002 gpon onu flow-mapping-profile %1
 cmd-sequence 003 gpon onu uni 1 vlan-profile %1

 

 

interface GPON0/1
 gpon pre-config-template QinQ bind-onuid 2 param 1002
 gpon pre-config-template QinQ bind-onuid 1 param 1001
 gpon bind-onutype onutype-default-hgu precedence 127
 gpon bind-onutype onutype-default precedence 128
 
 switchport mode dot1q-translating-tunnel
 switchport pvid 1000
 switchport protected 1

 

 

При такой схеме темплейт один для  группы  ону (например однопортовых) и количество строк значительно меньше))

Share this post


Link to post
Share on other sites

В 28.12.2021 в 15:31, tedeev сказал:

количество строк значительно меньше

Есть еще возможность в vlan-профиле указать

 

Switch-gpon-profile#gpon-profile vlan step-pvid ?
  <1-4094>      -- Port-base VLAN ID Start Value
Switch-gpon-profile#gpon-profile vlan step-pvid 100 ?
  <1-4094>      -- Port-base VLAN ID Step Value
 

BDCOM утверждают, что все должно работать, но лучше протестировать, так как функционал относительно свежий.

Share this post


Link to post
Share on other sites

On 12/28/2021 at 2:11 PM, Nikita Devyatyarov said:

Есть еще возможность в vlan-профиле указать

 

Switch-gpon-profile#gpon-profile vlan step-pvid ?
  <1-4094>      -- Port-base VLAN ID Start Value
Switch-gpon-profile#gpon-profile vlan step-pvid 100 ?
  <1-4094>      -- Port-base VLAN ID Step Value
 

BDCOM утверждают, что все должно работать, но лучше протестировать, так как функционал относительно свежий.

Где ни будь можно почитать что за параметр и за что отвечает?

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.