Junos OS

last person joined: 6 days ago 

Ask questions and share experiences about Junos OS.
  • 1.  VPLS Taged/Untaged interfces

    Posted 08-23-2015 07:44

    Hello,

     

    How can I configure VPLS on one router with difrent vlan configurations :

     

    GE-2/0/0  untaged vlan 700

    Xe-3/0/0  untaged vlan 700

    Xe-3/0/1 taged vlan 700

     

    Thank you

     

     

     



  • 2.  RE: VPLS Taged/Untaged interfces

    Posted 08-24-2015 03:52

    I have tried this configuration but it works only for communication between tagged interfaces :

     

    untagged port :

    # show configuration interfaces ge-2/0/0
    encapsulation ethernet-vpls;
    unit 0 {
        family bridge {
            interface-mode access;
            vlan-id 700;
        }
    }

     

    tagged port :
    #show configuration interfaces xe-3/0/1                 
    vlan-tagging;
    encapsulation vlan-vpls;
    unit 700 {
        encapsulation vlan-vpls;
        vlan-id 700;
        family vpls {
          
        }
    }

     

     



  • 3.  RE: VPLS Taged/Untaged interfces
    Best Answer

    Posted 08-24-2015 08:40

    Solved !

     

    Untagged interface :

     

    set interfaces ge-2/0/0 encapsulation ethernet-vpls
    set interfaces ge-2/0/0 unit 0 input-vlan-map push
    set interfaces ge-2/0/0 unit 0 input-vlan-map tag-protocol-id 0x8100
    set interfaces ge-2/0/0 unit 0 input-vlan-map vlan-id 700
    set interfaces ge-2/0/0 unit 0 output-vlan-map pop
    set interfaces ge-2/0/0 unit 0 family vpls