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

Несколько vlan на onu gpon

Доброй ночи!

Имеется GP3600-08B 

На пон порту несколько vlan, как настроить что бы одни ону были в двух/трёх вланах, а остальные в одном? 

Спасибо

 

 

Share this post


Link to post
Share on other sites

1 час назад, maragrinin сказал:

Доброй ночи!

Имеется GP3600-08B 

На пон порту несколько vlan, как настроить что бы одни ону были в двух/трёх вланах, а остальные в одном? 

Спасибо

 

 

Вланы транков? Акцессом? Не очень понятно, что хотите получить. 

Share this post


Link to post
Share on other sites

В 25.11.2024 в 17:00, maragrinin сказал:

Транк

Допустим, есть вланы 100,200,300

 

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 all-port ctc vlan mode tag %1
 cmd-sequence 004 epon onu all-port ctc loopback detect
 cmd-sequence 005 epon sla upstream pir 1000000 cir 1000
 cmd-sequence 006 epon sla downstream pir 1000000 cir 1000

 

Далее для акцесса (например, влан 100):

 

-- Порт --

interface EPON0/1
 epon pre-config-template TPL_Inet binded-onu-llid 1-64 param 100
 filter dhcp
 switchport trunk vlan-allowed 100
 switchport trunk vlan-untagged none
 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 100 priority 0
  epon onu port 1 ctc loopback detect
 epon sla upstream pir 1000000 cir 1000
 epon sla downstream pir 1000000 cir 1000

 

Если надо 100 влан акцессом, остальные транком:

 

-- Порт --

interface EPON0/1
 epon pre-config-template TPL_Inet binded-onu-llid 1-64 param 100
 filter dhcp
 switchport trunk vlan-allowed 100,200,300
 switchport trunk vlan-untagged none
 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 100 200,201 priority 0
  epon onu port 1 ctc loopback detect
 epon sla upstream pir 1000000 cir 1000
 epon sla downstream pir 1000000 cir 1000

 

 

чтобы и 100 отправить транком, строку меняете с:

  epon onu port 1 ctc vlan mode tag 100 200,201 priority 0

на:

  epon onu port 1 ctc vlan mode tag 1 100,200,201 priority 0
 

Как-то так...

Share this post


Link to post
Share on other sites

pon profile onu-vlan ONU-VLAN-TRUNK id 4
 gpon-profile vlan mode trunk - режим trunk
 gpon-profile vlan pvid 11 - native vlan
 gpon-profile vlan trunk vlan-allowed 100,200-203 - Trunk VLAN ((1,3,5,7) или (1,3-5,7) или (1-7))
 
interface gpon 0/1:1
gpon onu uni 1 vlan-profile ONU-VLAN-TRUNK

Share this post


Link to post
Share on other sites

12 часов назад, murano сказал:

Как-то так...

Доброй ночи

Спасибо за ответ! 

Но, не подходит

Edited by maragrinin
завтыкал

Share this post


Link to post
Share on other sites

4 минуты назад, maragrinin сказал:

Доброй ночи

Спасибо за ответ! 

Но, не подходит

Здравствуйте. А Вам как надо?

Share this post


Link to post
Share on other sites

Доброй ночи! Спасибо за ответ. Подходит 

Не кидайте камнями) 

12 часов назад, Nikita Devyatyarov сказал:

id 4

По какому принципу выбирать номер id ? 

 

12 часов назад, Nikita Devyatyarov сказал:

gpon-profile vlan pvid 11 - native vlan

а если сюда писать pvid 1 просто? Допустим мне нужны 111,144 вланы, в vlan-allowed пишу 111,144 в pvid 1 и все работает. Насколько важно что будет в pvid? 

 

10 минут назад, murano сказал:

Здравствуйте. А Вам как надо?

Вариант Никиты мне подошел 

Спасибо, что откликнулись ) 

Edited by maragrinin

Share this post


Link to post
Share on other sites

Цитата

По какому принципу выбирать номер id ? 

Его можно не указывать при создании, автоматом привяжется первый свободный номер

Share this post


Link to post
Share on other sites

16 часов назад, Nikita Devyatyarov сказал:

Его можно не указывать при создании, автоматом привяжется первый свободный номер

Спасибо! 

Добра Вам

Edited by maragrinin

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.