Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PPPoA PAP configuration

Status
Not open for further replies.

alechko

Technical User
Jul 28, 2002
32
IL
I have configured the following on my Cisco3640:

*****************************************
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname cisco3640
!
enable secret 5 $1$5yII$F4l8CnYgQsaKtbASz.ZYw.
enable password en
!
ip subnet-zero
!
!
!
!
!
interface FastEthernet1/0
ip address 10.1.20.50 255.255.255.0
no ip directed-broadcast
!
interface ATM2/0
no ip address
no ip directed-broadcast
no atm ilmi-keepalive
!
interface ATM2/0.1 point-to-point
no ip directed-broadcast
pvc 10/100
vbr-rt 10000 6000 1000
encapsulation aal5snap
protocol ppp Virtual-Template1
!
!
interface Virtual-Template1
ip address 10.0.0.2 255.255.255.0
no ip directed-broadcast
!
no ip classless
no ip http server
*****************************************

There is a CPE connected through an ATM network with PPP encapsulation.

At this point, everything is working.

Now, I would like to setup authentication/authorization on this PPP link.

What should I do?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top