Hi, please help.
I want to setup my ASR1006 as L2TP-server. Version 15.1(3)S2. I have configured it according to instructions, but clients can’t establish connection. My configuration bellow:
version 15.1
service timestamps debug datetime msec
service timestamps log datetime msec
no platform punt-keepalive disable-kernel-core
!
hostname ASR1
!
boot-start-marker
boot-end-marker
!
!
vrf definition Mgmt-intf
!
address-family ipv4
exit-address-family
!
address-family ipv6
exit-address-family
!
!
aaa new-model
!
!
aaa authentication ppp default local
aaa authorization network default local
!
!
!
!
!
aaa session-id common
!
!
!
!
!
!
!
!
!
multilink bundle-name authenticated
vpdn enable
!
vpdn-group l2tp
! Default L2TP VPDN group
accept-dialin
protocol l2tp
virtual-template 1
no l2tp tunnel authentication
!
!
!
!
username cisco password 0 cisco
!
redundancy
mode sso
!
!
!
ip tftp source-interface GigabitEthernet0
!
!
!
!
interface Loopback0
ip address 10.20.254.1 255.255.255.0
!
interface TenGigabitEthernet0/0/0
ip address 172.20.254.1 255.255.255.0
!
interface TenGigabitEthernet0/1/0
!
interface GigabitEthernet0
vrf forwarding Mgmt-intf
ip address 192.168.44.210 255.255.255.0
negotiation auto
!
interface Virtual-Template1
ip unnumbered Loopback0
peer default ip address pool VPN_POOL
ppp authentication chap
!
ip local pool VPN_POOL 10.20.254.51 10.20.254.100
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
line con 0
logging synchronous
stopbits 1
line vty 0 4
logging synchronous
line vty 5 15
logging synchronous
!
end
The result of “debug ppp neg” is nothing.
The result of “show vpdn session all”, “show vpdn tunnel all” is “%No active L2TP tunnels”.
Thanks.