From: Salau,Olayemi (Olayemi.Salau@southampton.gov.uk)
Date: Thu May 24 2007 - 06:25:25 ART
Absolutely Yes,
You can use the ffg interface command:-
ppp pap sent-username Router1 password CISCO
!
interface Serial1/1
ip address 172.23.32.1 255.255.255.0
encapsulation ppp
shutdown
serial restart-delay 0
no dce-terminal-timing-enable
ppp authentication pap
ppp pap sent-username Router1 password 0 CISCO
end
OR If you're using Virtual-Template:-
!
interface Serial1/0
no ip address
encapsulation frame-relay
shutdown
serial restart-delay 0
no dce-terminal-timing-enable
frame-relay interface-dlci 102 ppp Virtual-Template1
no frame-relay inverse-arp
frame-relay lmi-type ansi
end
!
!
interface Virtual-Template1
no ip address
ppp authentication pap
ppp pap sent-username Router1 password 0 CISCO
end
Many Thanks
This archive was generated by hypermail 2.1.4 : Fri Jun 01 2007 - 06:55:22 ART