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

GP3600-08B Access vlan

Добрый день, везде в основном настраивают их в режиме qinq, но как-то не все onu нормально работают, со старта попались onu v-sol, так вот они почему-то не скидывают тэг на lan порт, т.е. к абоненту прилетает тегированный трафик, роутеры в основном не работают, если напрямую виндовый ноут подключить, то почему-то работает, возможно сетевая просто принимает все. Ну это так, общее описание проблемы.

Если вручную настроить onu в режим роутера с указанием нужного тега, то сама onu работает.

Решил попробовать без qinq, обычный access, но что-то не взлетает от слова совсем. По логике как бы все настраиваю, на onu в влан профиле пробовал включать transparent или использовать пустые дефолтные профиля, но по итогу вообще ничего, от onu даже мака не прилетает. Никто не настраивал? Поделитесь примером рабочего конфига, пожалуйста.

Edited by factor

Share this post


Link to post
Share on other sites

Шаблон:

epon onu-config-template TPL_Inet
 cmd-sequence 001 switchport port-security dynamic maximum 6
 cmd-sequence 002 switchport port-security mode dynamic
 cmd-sequence 003 epon onu port 1 ctc vlan mode tag %1
 cmd-sequence 004 epon onu port 2 ctc vlan mode tag %1
 cmd-sequence 005 epon onu port 3 ctc vlan mode tag %2
 cmd-sequence 006 epon onu port 4 ctc vlan mode tag %2
 cmd-sequence 007 epon onu all-port ctc loopback detect
 cmd-sequence 008 epon sla upstream pir 1000000 cir 1000
 cmd-sequence 009 epon sla downstream pir 1000000 cir 1000

 

EPON-порт:
interface EPON0/1
 epon pre-config-template TPL_Inet binded-onu-llid 1-64 param 1000
 epon bind-onu mac XXXX.XXXX.b6cb 1
 filter dhcp
 switchport trunk vlan-allowed 1000
 switchport mode trunk
 switchport protected 1

 

ONU:

interface EPON0/1:1
 switchport port-security dynamic maximum 6
 switchport port-security mode dynamic
  epon onu port 1 ctc vlan mode tag 1000 priority 0
  epon onu port 1 ctc loopback detect
 epon sla upstream pir 1000000 cir 1000
 epon sla downstream pir 1000000 cir 1000

 

на ONU VLAN 1000 выходит акцессом.

Share this post


Link to post
Share on other sites

Схема влан на клиента:

Заводим профили:

gpon profile onu-vlan V1001 
 gpon-profile vlan mode tag
 gpon-profile vlan pvid 1001 0
!
gpon profile onu-vlan V1002
 gpon-profile vlan mode tag
 gpon-profile vlan pvid 1002 0

gpon profile onu-vlan V1003
 gpon-profile vlan mode tag
 gpon-profile vlan pvid 1003 0
!
gpon profile onu-vlan V1004
 gpon-profile vlan mode tag
 gpon-profile vlan pvid 1004 0
!
gpon profile onu-vlan V1005
 gpon-profile vlan mode tag
 gpon-profile vlan pvid 1005 0

 

Затем темплейты для 1 портовых ону и 4х портовых

 

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 flow-mapping-default
 cmd-sequence 003 gpon onu uni 1 vlan-profile %1
 cmd-sequence 004 gpon onu loopback-detect protocol private
 cmd-sequence 005 gpon onu uni 1 loopback-detect enable

 

 

gpon onu-config-template QinQX4
 cmd-sequence 001 gpon onu tcont-virtual-port-bind-profile tvbind-default
 cmd-sequence 002 gpon onu flow-mapping-profile flow-mapping-default
 cmd-sequence 003 gpon onu uni 1 vlan-profile %1
 cmd-sequence 004 gpon onu uni 2 vlan-profile %2
 cmd-sequence 005 gpon onu uni 3 vlan-profile %3
 cmd-sequence 006 gpon onu uni 4 vlan-profile %4
 cmd-sequence 007 gpon onu loopback-detect protocol private
 cmd-sequence 008 gpon onu uni 1 loopback-detect enable
 cmd-sequence 009 gpon onu uni 2 loopback-detect enable
 cmd-sequence 010 gpon onu uni 3 loopback-detect enable
 cmd-sequence 011 gpon onu uni 4 loopback-detect enable

 

И навешиваем на gpon порты:

 

interface GPON0/1
 gpon pre-config-template QinQX4 bind-onuid 2 param V1002 V1003 V1004 V1005
 gpon pre-config-template QinQ bind-onuid 1 param V1001
 gpon bind-onutype onutype-default-hgu precedence 127
 gpon bind-onutype onutype-default precedence 128
 filter dhcp
 switchport mode dot1q-translating-tunnel
 switchport pvid 1000
 switchport protected 1
 storm-control broadcast threshold 5
 storm-control multicast threshold 5
 storm-control unicast threshold 5

 

 

 

 

 

Share this post


Link to post
Share on other sites

Спасибо всем за примеры! Я немного забыл за эту тему, но по проблеме - оказалось дело в прошивке самой ONU, взяли другие и они работали, и недавно нам дали другую прошивку на v-sol на которой всё заработало.

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.