ZXR10 GER (V2.6.03) General Excellent Router User Manual Volume-I
138 Confidential and Proprietary Information of ZTE CORPORATION
TABLE 164 PPP(PAP) PASSWORD COMMAND
Command
Format
Command
Mode
Command Function
ppp chap
password
<password>
Interface
This configures the password
when the local router is
authenticated by the peer
router in CHAP mode
Result: This sets PPP (CHAP) password.
5. To setup PPP link with peer router, use ppp open command
in interface configuration mode as shown in
Table 165.
TABLE 165 PPP OPEN COMMAND
Command
Format
Command
Mode
Command Function
ppp open Interface
This takes initiative in
setting up a PPP link with
peer router
Result: This sets PPP link with peer router.
E
ND OF STEPS
Example: As shown in Figure 75, pos3_3/1 interface of router
R1 is connected to that of router R2. CHAP authentication mode
is used. User name and password configured on each interface
are used for local and remote authentication. User names and
passwords at both ends must be consistent with each other.
FIGURE 75 PPP (CHAP) CONFIGURATION EXAMPLE
R1 R2
Pos3_3/1
Pos3_3/1
192.168.1.1/30
192.168.1.2/30
Configuration of R1:
ZXR10_R1(config)#interface pos3_3/1
ZXR10_R1(config-if)#ip address 192.168.1.1 255.255.255.252
ZXR10_R1(config-if)#ppp authentication chap
ZXR10_R1(config-if)#ppp chap hostname ZXR10
ZXR10_R1(config-if)#ppp chap password hello
ZXR10_R1(config-if)#ppp open