PassFinder AP2520 VoIP Router/Gateway Operation Manual
Version 1.10 / Mar. 2002
AddPac Technology Co., Ltd.
-
74
-
z
debug ppp
{
chap/error/negotiation/packet
}
1.
Decodes PPP low level packets.
2.
“Chap” option decodes challenge authentication related information.
3.
“Error” option decodes PPP protocol level errors and error statistics.
4.
“Negotiation” option decodes LCP and NCP protocol to set the PPP
link.
5.
“Packet” option decodes PPP low level packets.
[Example] Normal PPP Configuration and Usage
router# configuration
☞
Enters into the configuration mode.
router(config)#interface serial 1
☞
Enters into the interface
configuration mode.
router(config-serial1)#
☞
Configuration is possible in this mode.
router(config-serial1)# encapsulation ppp
☞
Sets the PPP mode.
router(config-serial1)# ip
address 131.12.1.1 255.255.0.0
☞
Sets
the IP address as “131.12.1.1/16 bit mask.”
router(config-serial1)# no shutdown
☞
Makes the interface up.
router(config-serial1)# end
☞
Exists from the configuration menu.
router # show interface serial 1
☞
Checks the status of the serial
interface 1.