User`s guide

VoiceFinder AP200 VoIP Residential Gateway (RGW) User’s Guide Version 1.1
AddPac Technology Co.,Ltd. -
73 -
[Example] Added Commands During CHAP Configuration (Client)
This is when the AP200 Gateway functions as a PPP CallIn client in the client side.
router (config)#interface ether0.0 Enters into the interface
configuration mode.
router (config- ether0.0)# encapsulation ppp Sets the PPP mode.
router (config- ether0.0)# ppp authentication CHAP Sets the
PPP authentication mode as CHAP for the ethernet0.0 interface.
router (config- ether0.0)# 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 Gateway, this command
sends the user name of the server side.
router (config- ether0.0)# 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- ether0.0)# ppp timeout 100 Sets PPP connection
negotiation timeout value as 100 seconds.
router (config- ether0.0)# end Exists from the configuration
menu.
router # debug ppp packet Decodes PPP packets.
router #
Ethernet0.0 LCP: TIMEOUT
Ethernet0.0 LCP: O CONFREQ id=1
Ethernet0.0 BCP: TIMEOUT
Ethernet0.0 BCP: O CONFREQ id=1
router # ubdebug ppp packet Stops PPP packet debugging.