Junos OS

last person joined: 6 days ago 

Ask questions and share experiences about Junos OS.
  • 1.  Maximum number of vpls-id

    Posted 06-20-2019 02:57

    Hello,

     

    Could anyone please advise the range of VPLS ID we can use? I did some research but unfortunately could not find a good answer to that.

    seyma@PE01> show configuration routing-instances L2-Transparent
    instance-type vpls;
    interface et-0/1/4.10;
    protocols {
        vpls {
            no-tunnel-services;
            vpls-id 100;
            neighbor 10.10.10.2;
        }
    }
    seyma@PE01# set routing-instances L2-Transparent protocols vpls vpls-id ?
    Possible completions:
      <vpls-id>            Identifier for this VPLS instance
    

    Thanks and regards,

     

     



  • 2.  RE: Maximum number of vpls-id
    Best Answer

     
    Posted 06-20-2019 03:00

    From Tech pUB 

    • vplsId—VPLS identifier for the VPLS instance, in the range 1–4294967295

    thx

    Anish

     



  • 3.  RE: Maximum number of vpls-id

    Posted 06-20-2019 03:03

    Not sure there is a range limit, I have 8 digit numbers generated by our provisioning system as global ids that get used for vpls-id.

     



  • 4.  RE: Maximum number of vpls-id

    Posted 06-20-2019 03:13

    Hi all,

     

    Thanks and appreciate your input. Below is the result of my testing.

    seyma@PE01# set routing-instances L2-TEST protocols vpls vpls-id 4294967295     
    
    seyma@PE01# commit check 
    re0: 
    configuration check succeeds
    re1: 
    configuration check succeeds
    
    seyma@PE01# set routing-instances L2-TEST protocols vpls vpls-id 4294967296    
    
    {master}[edit]
    seyma@PE01# commit check 
    re0: 
    [edit routing-instances L2-TEST protocols]
      'vpls'
        Invalid vpls id configured - Value 4294967296 not supported
    error: configuration check-out failed

    Thanks and regards,



  • 5.  RE: Maximum number of vpls-id

     
    Posted 06-20-2019 03:15

    Great ,thanks for testing it .



  • 6.  RE: Maximum number of vpls-id

     
    Posted 06-20-2019 03:08
    Maximum supported

    https://www.juniper.net/documentation/en_US/junos/topics/reference/configuration-statement/vpls-id-list-edit-ri-protocols-vpls-mesh-group-neighbor.html


    vc-id-numbers—The virtual circuit ID for the PE pair. This ID can be any number in the range of 1 to 4294967295


    thank you
    Prabin