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

MX series Q-in-Q bridge domain

Коллеги, подскажите по идеологии джунипера как красиво обернуть диапозон вланов верхним тегом и добавить в бридж домен который используется с protection-group ethernet-ring:

   flexible-vlan-tagging;
   encapsulation extended-vlan-bridge;
   unit 500 {
       vlan-id-list [ 110 112 ];
       input-vlan-map {
           push;
           tag-protocol-id 0x8100;
           vlan-id 500;
       }
       output-vlan-map pop;
   }

 

    protection-group {
        ethernet-ring ring-4 {
            ring-id 1;
            east-interface {
                control-channel {
                    vlan 4;
                    xe-0/0/0.4;
                }
            }
            west-interface {
                control-channel {
                    vlan 4;
                    xe-0/0/1.4;
                }
            }
            data-channel {
                vlan [ 404 500-504 ];
            }
        }

 

  erps-dc-vlan-0500 {
             vlan-id 500;
                ##
                ## Warning: interface with vlan-id-list/inner-list cannot be added to bridge-domain with a vlan-id/vlan-tags configured
                ## Warning: interface with input/output vlan-maps cannot be added to a routing-instance with a vlan-id/vlan-tags configured
                ##
                interface xe-0/0/2.500;

 

подскажите как в  такой конфигурации подружить с бридж доменом ?

 

Share this post


Link to post
Share on other sites

В текущей конфигурации не пойму как убрать, иначе как указать для ethernet-ring в  data-channel что это 500 влан ?

Либо внешний тег на интерфейсе другим способом вешать, либо бридж домен для ethernet-ring по другому конфигурировать.

Share this post


Link to post
Share on other sites

44 минуты назад, adamanov сказал:

В текущей конфигурации не пойму как убрать, иначе как указать для ethernet-ring в  data-channel что это 500 влан ?

Либо внешний тег на интерфейсе другим способом вешать, либо бридж домен для ethernet-ring по другому конфигурировать.

Можно в бридж домене указать vlan-id none;

Share this post


Link to post
Share on other sites

Подскажите пожалуйста, как на vlan-id none в bridge domain от реагирует erps:

        ethernet-ring ring-4 {
            ring-id 1;
            east-interface {
                control-channel {
                    vlan 4;
                    xe-0/0/0.4;
                }
            }
            west-interface {
                control-channel {
                    vlan 4;
                    xe-0/0/1.4;
                }
            }
            data-channel {
                vlan [ 404 500-504 ];
            }
        }

 

 

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.