PPP username
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2007 09:20 AM - edited 03-03-2019 05:28 PM
Hi Experts,
If i have two routers(point-to-point), the first router hostname is R1 and the second router hostname is R2..
In configuring PPP username on R1:
username R2 password Cisco
In configuting ppp username on R2:
username R1 password Cisco
Can i change username R2 and username R1 in both routers configuration to be any name i want for example :
username R1 replace with username Linux
username R2 replace with username Lindows
suppose i have either CHAP or PAP
Regards,
Ibrahim ALwahidi
- Labels:
-
Other Routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2007 10:14 AM
Hi,
You can freely do this, but keep in mind the way you are configuring PAP and CHAP:
PAP:
http://www.cisco.com/en/US/tech/tk713/tk507/technologies_tech_note09186a0080093c6f.shtml
The local router uses the username and password specified by the ppp pap sent-username command to authenticate itself to a remote device. The other router must have this same username/password configured using the username command described above.
Note: The function of the local username command for PAP is different than its function for CHAP. With CHAP, this username and password are used to generate the response to the challenge, but PAP only uses it to verify that an incoming username and password are valid.
CHAP:
http://www.cisco.com/en/US/tech/tk713/tk507/technologies_tech_note09186a00800b4131.shtml
By default, the router uses its hostname to identify itself to the peer. However, this CHAP username can be changed through the ppp chap hostname command.
HTH,
Mohammed Mahmoud.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2007 10:40 AM
Thanx Mohammad for ur immediate response.
As i understand i can change the username in both PAP and CHAP by using special commands not by default.
But in default configuration i can't change the username ...
1)
R1
encap ppp
ppp authen pap
username X pass cisco
-------
R2
encap ppp
ppp authe pap
username R1 pass cisco
So i cant use X as username in R1 by default because it will lead to down line protocol of the serial interface.
2)As i understand form u in my previous question that both routers should have the same authentication method(CHAP or PAP) otherwise it will lead to down the line protocol of the seriail interface.
Regards,
Ibrahim Alwahidi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2007 12:42 PM
Hi Ibrahim,
To make it simple, imagine the authentication as a client server issue, if the server is used to authenticate using PAP then the client must be configured to use PAP and the same for CHAP, thus you can have one side using PAP to authenticate the other and the other side using CHAP to authenticate the first side, put you'll end up having both PAP and CHAP configuration on both sides.
HTH,
Mohammed Mahmoud.
