PPPoFR configuration example

lab scenario

R13(s0/0)------(s0/0)R2

1.R13 configuration

username R2 password 0 cisco
interface Serial0/0
no ip address
encapsulation frame-relay
frame-relay lmi-type cisco
!
interface Serial0/0.132 point-to-point
frame-relay interface-dlci 132 ppp Virtual-Template1
!
interface Virtual-Template1
ip address 6.6.132.13 255.255.255.0
ppp authentication chap
ppp chap hostname R13
ppp chap password 0 cisco
!

Configuration on R2 is identical ,except for the ip addresses and hostnames.

2.verification

R13# sh ip int brief
Interface IP-Address OK? Method Status Protocol
Serial0/0 unassigned YES TFTP up up
Serial0/0.132 unassigned YES manual up up
Virtual-Access1 6.6.132.13 YES TFTP up up
Virtual-Template1 6.6.132.13 YES manual down down
R13#ping 6.6.132.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 6.6.132.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 44/44/48 ms
R13#

0 Comments:

Post a Comment

<< Home