@mokenned I already use this config on a lab with L2VC. I think that is the config that you need.
#
mpls lsr-id 10.2.255.1
mpls
mpls te
lsp-trigger all
mpls rsvp-te
mpls te cspf
undo ttl propagate public
undo ttl expiration pop
#
mpls l2vpn
#
explicit-path PE--07
next hop 172.16.100.2
next hop 172.16.100.6
next hop 10.100.0.22
next hop 10.2.255.7
#
explicit-path PE-07.01
next hop 10.100.0.2
next hop 10.100.0.6
next hop 10.100.0.10
next hop 10.100.0.14
next hop 10.100.0.22
next hop 10.2.255.7
#
explicit-path ROTA-01-DOWN
next hop 10.100.0.2
next hop 10.100.0.6
next hop 10.100.0.10
next hop 10.100.0.14
next hop 10.2.255.5
#
mpls ldp
graceful-restart
#
interface Vlanif10
description VSI-CE-CLIENTE
mtu 9000
mpls l2vc 10.2.255.5 100 tunnel-policy PE-05 raw
#
interface Vlanif20
description TESTE-CLIENTE-PE-07
mtu 9000
mpls l2vc 10.2.255.7 88 tunnel-policy PE-07
#
interface XGigabitEthernet0/0/1
undo portswitch
description CNX-PE02-ROTA.01
mtu 9000
ip address 10.100.0.1 255.255.255.252
ospf network-type p2p
ospf ldp-sync
mpls
mpls te
mpls rsvp-te
mpls ldp
#
interface XGigabitEthernet0/0/2
description TRUNK-ROUTER-BGP
port link-type trunk
undo port trunk allow-pass vlan 1
port trunk allow-pass vlan 10 20 828
#
interface XGigabitEthernet0/0/15
undo portswitch
description CNX-PE04-ROTA.02
mtu 9000
ip address 172.16.100.1 255.255.255.252
ospf network-type p2p
ospf ldp-sync
mpls
mpls te
mpls rsvp-te
mpls ldp
#
interface XGigabitEthernet0/0/24
undo portswitch
description CNX-PE07-ROTA.03
mtu 9000
ip address 172.16.100.9 255.255.255.252
ospf network-type p2p
mpls
mpls te
mpls rsvp-te
mpls ldp
#
interface LoopBack0
ip address 10.2.255.1 255.255.255.255
#
interface Tunnel100
description ROTA-01-DOWN
ip address unnumbered interface LoopBack0
tunnel-protocol mpls te
destination 10.2.255.5
mpls te tunnel-id 100
mpls te path explicit-path ROTA-01-DOWN
mpls te igp shortcut ospf
mpls te igp metric absolute 1
mpls te commit
#
interface Tunnel200
description DOWN-PE-07-ROTA.02
ip address unnumbered interface LoopBack0
tunnel-protocol mpls te
destination 10.2.255.7
mpls te tunnel-id 200
mpls te record-route
mpls te path explicit-path PE-07.01
mpls te path explicit-path PE--07 secondary
mpls te backup hot-standby mode revertive wtr 15
mpls te backup ordinary best-effort
mpls te igp shortcut ospf
mpls te igp metric absolute 1
mpls te reserved-for-binding
mpls te commit
#
ospf 1 router-id 10.2.255.1
import-route direct
import-route static
opaque-capability enable
graceful-restart
enable traffic-adjustment advertise
area 0.0.0.0
network 10.2.255.1 0.0.0.0
network 10.100.0.0 0.0.0.3
network 10.100.0.252 0.0.0.3
network 172.16.100.0 0.0.0.3
network 172.16.100.8 0.0.0.3
mpls-te enable
#
tunnel-policy PE-05
tunnel select-seq cr-lsp lsp load-balance-number 1
#
tunnel-policy PE-07
tunnel binding destination 10.2.255.7 te Tunnel200
#
return