Please, I followed the instructions above but didn't have success. Is it possible you check my configuration bellow?:
Topollogy:
Router 1:
ATG_TESTE.19 # sh conf
#
# Module devmgr configuration.
#
configure snmp sysName "ATG_TESTE"
configure snmp sysContact "support@extremenetworks.com, +1 888 257 3000"
configure sys-recovery-level switch reset
#
# Module vlan configuration.
#
configure vlan default delete ports all
configure vr VR-Default delete ports 1-64
configure vr VR-Default add ports 1-64
configure vlan default delete ports 1-64
configure jumbo-frame-size size 9198
configure sharing address-based custom hash-algorithm crc-32 lower
create vlan "L3_ATG_SFO"
configure vlan L3_ATG_SFO tag 50
create vlan "LPBK_MPLS"
configure vlan LPBK_MPLS tag 147
enable loopback-mode vlan LPBK_MPLS
create vlan "MPLS_balance"
configure vlan MPLS_balance tag 77
enable jumbo-frame ports 1
configure ports 1 display-string 1.MPLS_in
configure ports 1 auto on speed 1000
enable jumbo-frame ports 47
configure ports 47 display-string 47.MPLS_ATG_SFO
configure ports 47 auto off speed 1000 duplex full
enable jumbo-frame ports 48
configure ports 48 display-string 48.MPLS_ATG_SFO
configure ports 48 auto off speed 1000 duplex full
enable sharing 47 grouping 47-48 algorithm address-based custom lacp
configure vlan L3_ATG_SFO add ports 47 untagged
configure vlan MPLS_balance add ports 47 tagged
configure vlan MPLS_balance add ports 1 untagged
configure vlan Mgmt ipaddress 20.2.2.200 255.255.0.0
configure vlan MPLS_balance ipaddress 10.10.10.200 255.255.255.0
configure vlan L3_ATG_SFO ipaddress 31.0.23.1 255.255.255.252
enable ipforwarding vlan L3_ATG_SFO
configure vlan LPBK_MPLS ipaddress 21.41.47.1 255.255.255.255
enable ipforwarding vlan LPBK_MPLS
configure ip-mtu 1550 vlan LPBK_MPLS
#
# Module rtmgr configuration.
#
enable iproute sharing vr VR-Default
#
# Module mcmgr configuration.
#
disable igmp snooping vlan "L3_ATG_SFO"
disable igmp snooping vlan "MPLS_balance"
#
# Module mpls configuration.
#
configure mpls add vlan "L3_ATG_SFO"
enable mpls vlan "L3_ATG_SFO"
enable mpls rsvp-te vlan "L3_ATG_SFO"
enable mpls ldp vlan "L3_ATG_SFO"
configure mpls add vlan "LPBK_MPLS"
enable mpls rsvp-te vlan "LPBK_MPLS"
enable mpls ldp vlan "LPBK_MPLS"
enable mpls php vlan "LPBK_MPLS"
create mpls rsvp-te path "path-link"
configure mpls rsvp-te path path-link add ero include 31.0.23.2/32 strict order 10
create mpls rsvp-te lsp "lsp1" destination 21.41.23.1
create mpls rsvp-te lsp "lsp2" destination 21.41.23.1
create mpls rsvp-te lsp "lsp3" destination 21.41.23.1
create mpls rsvp-te lsp "lsp4" destination 21.41.23.1
configure mpls rsvp-te lsp "lsp1" add path "path-link" primary
configure mpls rsvp-te lsp "lsp2" add path "path-link" primary
configure mpls rsvp-te lsp "lsp3" add path "path-link" primary
configure mpls rsvp-te lsp "lsp4" add path "path-link" primary
configure mpls lsr-id 21.41.47.1
enable mpls protocol ldp
enable mpls protocol rsvp-te
enable mpls
create l2vpn vpls vpls-v77 fec-id-type pseudo-wire 77
configure l2vpn vpls vpls-v77 add service vlan MPLS_balance
configure l2vpn vpls vpls-v77 mtu 9198
enable l2vpn sharing
configure l2vpn vpls vpls-v77 add peer 21.41.23.1 core full-mesh
configure l2vpn vpls vpls-v77 peer 21.41.23.1 add mpls lsp lsp1
configure l2vpn vpls vpls-v77 peer 21.41.23.1 add mpls lsp lsp2
configure l2vpn vpls vpls-v77 peer 21.41.23.1 add mpls lsp lsp3
configure l2vpn vpls vpls-v77 peer 21.41.23.1 add mpls lsp lsp4
#
# Module ospf configuration.
#
configure ospf routerid 21.41.47.1
enable ospf mpls-next-hop
enable ospf
create ospf area 0.0.0.40
configure ospf add vlan L3_ATG_SFO area 0.0.0.40 link-type point-to-point
configure ospf vlan L3_ATG_SFO cost 20
configure ospf vlan L3_ATG_SFO priority 0
configure ospf add vlan LPBK_MPLS area 0.0.0.40
configure ospf vlan LPBK_MPLS priority 0
#
# Module ospfv3 configuration.
#
configure ospfv3 spf-hold-time 10
#
# Module thttpd configuration.
#
configure ssl certificate hash-algorithm sha512
Router 2 (the similar to the first)