User`s guide
PassFinder AP2520 VoIP Router/Gateway Operation Manual Version 1.10 / Mar. 2002
AddPac Technology Co., Ltd. -
78 -
[Example] Added Commands During Chap Configuration (Client)
This is when the AP2520 router functions as a PPP CallIn client in the client side.
router (config)#interface serial 1 ☞ Enters into the interface
configuration mode.
router(config-serial1)# encapsulation ppp ☞ Sets the PPP mode.
router(config-serial1)# ppp authentication chap ☞ Sets the PPP
authentication mode as CHAP for the serial 1 interface.
router(config-serial1)# ppp chap hostname addpac ☞ If the user name
that was saved in the server during PPP CHAP connection is different
from the user name of the client router, this command sends the user
name of the server side.
router(config-serial1)# ppp chap password router1 ☞ Sets the user
name of the server side to check the password that the server sends during
PPP CHAP connection.
router(config-serial1)# ppp timeout 100 ☞ Sets PPP connection
negotiation timeout value as 100 seconds.
router(config-serial1)# end ☞ Exists from the configuration menu.
router # debug ppp packet ☞ Decodes PPP packets.
router #
Serial1 LCP: TIMEOUT
Serial1 LCP: O CONFREQ id=1
Serial1 BCP: TIMEOUT
Serial1 BCP: O CONFREQ id=1
router # debug ppp packet ☞ Stops PPP packet debugging.