1. 인터페이스 PPP로 변경

#conf t
(config)#int s0
(config-if)#encapsulation ppp

2. PPP사용자 인증 설정

#conf t
(config)#hostname RouterA
(config)#enable secret enapss
(config)#username id password pass
(config)#int s0
(config-if)#ppp authentication { chap | chap pap | pap chap | pap }

+ Recent posts