And the corresponding configuration on the Cisco router is:
pseudowire-class manual
encapsulation l2tpv3
protocol none
ip local interface Loopback0
crypto keyring IMOLA
pre-shared-key hostname imola.tiesse.com key SGsecurity
!
crypto isakmp policy 10
encr aes
authentication pre-share
group 5
lifetime 7200
crypto isakmp profile IMOLA
keyring IMOLA
match identity user imola.tiesse.com
initiate mode aggressive
!
crypto ipsec transform-set tiesse esp-3des esp-md5-hmac
!
crypto dynamic-map TIESSE 10
set transform-set tiesse
set pfs group5
set isakmp-profile IMOLA
match address 110
!
crypto map TIESSE 10 ipsec-isakmp dynamic TIESSE
!
interface Loopback0
description L2TPv3 ROUTER-ID
ip address 1.1.1.1 255.255.255.255
!
interface FastEthernet0/0
ip address 85.34.166.20 255.255.255.248
duplex auto
speed auto
crypto map TIESSE
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
no cdp enable
arp authorized
xconnect 1.1.1.2 22 encapsulation l2tpv3 manual pw-class manual
l2tp id 22 11
l2tp cookie local 4 22
l2tp cookie remote 4 11
MANAGEMENT COMMANDS
The command
admin-l2tpv3-tunnel