PPP OVER FRAME-RELAY

Publié le par joseph

Capture01

CONFIG /

 

 

!
hostname R3


username R4 password 0 test123

interface Serial0/0
description connected-to-R4
 no ip address
 encapsulation frame-relay
 serial restart-delay 0
 frame-relay interface-dlci 100 ppp Virtual-Template1
!
interface Serial0/1
description connected-to-R1
 ip address 192.168.1.2 255.255.255.0
 encapsulation ppp
 serial restart-delay 0

!
interface Virtual-Template1
 ip address 10.10.10.1 255.255.255.0
 ppp authentication chap
 ppp chap hostname R3
 ppp chap password 0 test123
!
router eigrp 100
 network 0.0.0.0
 auto-summary
!
i
end

-------------------------------


hostname R4
!

username R3 password 0 test123

!
interface Serial0/0
description connected-to-R3
 no ip address
 encapsulation frame-relay
 serial restart-delay 0
 frame-relay interface-dlci 200 ppp Virtual-Template1
!
interface Serial0/1
description connected-to-R2
 ip address 192.200.1.1 255.255.255.0
 encapsulation ppp
 serial restart-delay 0

!
interface Virtual-Template1
 ip address 10.10.10.2 255.255.255.0
 ppp authentication chap
 ppp chap hostname R4
 ppp chap password 0 test123
!
router eigrp 100
 network 0.0.0.0
 auto-summary

end

-----------------------------------------

!
hostname R2

!
interface Serial0/0
 ip address 192.200.1.2 255.255.255.0
 encapsulation ppp
 clock rate 2000000
!

!
router eigrp 100
 network 0.0.0.0
 auto-summary

!
end

--------------------------------------------------


!
hostname R1

!
interface Serial0/0
 ip address 192.168.1.1 255.255.255.0
 encapsulation ppp
 clock rate 2000000
!

!
router eigrp 100
 network 0.0.0.0
 auto-summary

!
end

 

 

TEST /

 

R1#SH IP ROUTE
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

D    10.0.0.0/8 [90/4729856] via 192.168.1.2, 00:24:17, Serial0/0
     192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
C       192.168.1.0/24 is directly connected, Serial0/0
C       192.168.1.2/32 is directly connected, Serial0/0
     192.200.1.0/24 is variably subnetted, 2 subnets, 2 masks
D       192.200.1.0/24 [90/5241856] via 192.168.1.2, 00:24:17, Serial0/0
D       192.200.1.2/32 [90/5241856] via 192.168.1.2, 00:24:17, Serial0/0
R1#
R1#PING 192.168.1.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 12/29/68 ms
Router#

 

 

 

 

 

--------------------------------------

Publié dans Briging & Switching

Pour être informé des derniers articles, inscrivez vous :
Commenter cet article