User`s guide
PassFinder AP2520 VoIP Router/Gateway Operation Manual Version 1.10 / Mar. 2002
AddPac Technology Co., Ltd. -
77 -
[Example] Added Commands During CHAP Configuration (Server)
This is when the AP2520 router functions as a PPP authentication server in the
server side.
router(config)# user addpac password router1 normal ☞ Registers the
user name (addpac) and the password (router1) with the normal priority
in the server.
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)# ip address 132.12.1.1 255.255.255.0 ☞ Sets
the IP address as “130.1.1.1” and the subnet mask as “24Bit.”
router(config-serial1)# ppp peer default-ip address 132.12.1.2 ☞
When the other router receives the serial interface ID from this router,
this command sets the IP address as the default address “130.1.1.2.”
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 #
Serial1 LCP: TIMEOUT
Serial1 LCP: O CONFREQ id=1
Serial1 BCP: TIMEOUT
Serial1 BCP: O CONFREQ id=1
Serial0 LCP: TIMEOUT
Serial0 LCP: O CONFREQ id=1
Serial0 BCP: TIMEOUT
Serial0 BCP: O CONFREQ id=1
router # debug ppp packet ☞ Stops PPP packet debugging.