Community discussions

MikroTik App
 
krakenant
Member Candidate
Member Candidate
Topic Author
Posts: 135
Joined: Sat Feb 06, 2010 6:32 am

VPLS Label ID Format

Tue Jun 05, 2012 11:50 pm

What are the parameters/formats accepted for the VPLS ID? Looking at the default it is 0:0.
Is there a maximum on the number on either side of the colon?
Do the numbers on either side of the colon be the same?
Is the Colon necessary?
 
User avatar
mrz
MikroTik Support
MikroTik Support
Posts: 7054
Joined: Wed Feb 07, 2007 12:45 pm
Location: Latvia
Contact:

Re: VPLS Label ID Format

Wed Jun 06, 2012 11:30 am

[admin@RB493G] /interface vpls> set vpls-id=

VplsId ::= AsNum | AsIp
AsNum ::= FirstPart:SecondPart
FirstPart ::= 0..4294967295
SecondPart ::= 0..4294967295 (integer number)
AsIp ::= FirstPart:SecondPart
SecondPart ::= 0..4294967295 (integer number)
FirstPart ::= A.B.C.D (IP address)
 
krakenant
Member Candidate
Member Candidate
Topic Author
Posts: 135
Joined: Sat Feb 06, 2010 6:32 am

Re: VPLS Label ID Format

Thu Jun 07, 2012 7:02 pm

Thanks, not sure how I missed that before, I was relying on the wiki though.
 
eschoedler
just joined
Posts: 2
Joined: Fri Aug 03, 2012 1:02 am

Re: VPLS Label ID Format

Tue May 07, 2013 9:55 pm

Problems trying to set vpls-id in "AsNum" (2 integers) format:
[admin@R1] /interface vpls> set 0 vpls-id=123456789:123456789
invalid vpls-id format
I'm using ROS 5.24.

Bug?
 
User avatar
mrz
MikroTik Support
MikroTik Support
Posts: 7054
Joined: Wed Feb 07, 2007 12:45 pm
Location: Latvia
Contact:

Re: VPLS Label ID Format

Mon May 13, 2013 2:05 pm

Encoding is
2 byte + 4 byte number
or
4 byte + 2 byte number

both numbers can't be 4 byte.

Who is online

Users browsing this forum: No registered users and 17 guests