L2TPv3 is IP only. you must set the TOS in the pseudowire class. Prec 2 means that the TOS bits are: 01000000 => so the decimal value for TOS is 64 Something like that:
pseudowire-class test encapsulation l2tpv3 ip tos value 64 ip local interface loopback0 then the normal xconnect under the interface using the defined pseudowire class -- br, Ovidiu #18557 RS On Mon, Oct 4, 2010 at 4:15 AM, Bruno Alves Barata <[email protected]> wrote: > Hi folks, > > I have a doubt: > I have one L2-VPN using L2TPv3 in my MPLS backbone and i need to mark the > L2TPv3 traffic passing through the backbone with Precedence 2. > How can I make this marking? > Marking Using MQC in the interface directly connected to CE's VPN? > Marking in the output interface of the PE for the rest of the backbone? In > this case the mark was in EXP ... Must To Be int the IP Precedence field. > > thx, > Barata > > _______________________________________________ > For more information regarding industry leading CCIE Lab training, please > visit www.ipexpert.com > > _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com
