R(config)#vpdn enable
R(config)#vpdn-group 1
R(config-vpdn)#accept-dialin
R(config-vpdn-acc-in)#protocol pptp
R(config-vpdn-acc-in)#virtual-template 1

R(config)#interface virtual-template 1
R(config-if)#ip unnumbered G 0/1
R(config-if)#peer default ip address pool test
R(config-if)#no keepalive
R(config-if)#ppp encrypt mppe 128
R(config-if)#ppp authentication ms-chap ms-chap-v2
R(config-if)#ppp mtu adaptive

R(config)#ip local pool test 192.168.0.20 192.168.0.25

R(config)#username test1 password test1

'Cisco R&S' 카테고리의 다른 글

GLBP - Gateway Load Balancing Protocol  (0) 2016.08.20
VRRP - Virtual Router Redundancy Protocol  (0) 2016.08.16
HSRP - Multiple Group Configuration  (0) 2016.08.16
HSRP - Hot Standby Router Protocol  (0) 2016.08.16
CCNA Labsim 공부할 수 있는 곳  (0) 2015.04.27
ip default-network  (0) 2015.04.16
Port-security  (0) 2015.04.15
라우터상의 arp테이블 해석  (0) 2015.04.14
Posted by 비형랑#
: