martes, 20 de enero de 2015

   CONFIGURACiON DE FRAME-RELAY DINAMICO-----PPP-CHAP

CONFIGURACION DE R1
username R5 password 0 ITLA

interface Loopback0
 ip address 172.17.0.1 255.255.254.0

interface Loopback1
 ip address 172.17.2.1 255.255.255.0

interface Loopback2
 ip address 172.17.3.1 255.255.255.128

!
interface Serial1/0
 bandwidth 256
 ip address 10.0.0.1 255.255.255.252
 encapsulation ppp
 serial restart-delay 0
 ppp authentication chap
!
interface Serial1/1
 ip address 10.1.0.1 255.255.255.248
 encapsulation frame-relay
 serial restart-delay 0
 cdp enable

router odr
!
router eigrp 5000
 redistribute odr metric 256 110 255 1 1100
 passive-interface Loopback0
 passive-interface Loopback1
 passive-interface Loopback2
 network 10.0.0.0
 network 172.17.0.0
 no auto-summary

CONFIGURACION DE R2#

interface Loopback0
 ip address 192.168.3.1 255.255.255.0

interface Loopback1
 ip address 192.168.4.1 255.255.255.0

interface Loopback2
 ip address 192.168.5.1 255.255.255.0


!
interface Serial1/0
 ip address 10.1.0.2 255.255.255.248
 encapsulation frame-relay
 serial restart-delay 0
 cdp enable

CONFIGURACION DE R3#


interface Loopback0
 ip address 192.168.6.1 255.255.255.0

interface Loopback1
 ip address 192.168.7.1 255.255.255.0

interface Loopback2
 ip address 192.168.8.1 255.255.255.0
!

interface Serial1/0
 ip address 10.1.0.3 255.255.255.248
 encapsulation frame-relay
 serial restart-delay 0
 cdp enable

CONFIGURACION DE R4#


interface Loopback0
 ip address 192.168.9.1 255.255.255.0
!
interface Loopback1
 ip address 192.168.10.1 255.255.255.0
!
interface Loopback2
 ip address 192.168.11.1 255.255.255.0
!

interface Serial1/0
 ip address 10.1.0.4 255.255.255.248
 encapsulation frame-relay
 serial restart-delay 0
 cdp enable
!

CONFIGURACION DE R5#


username R1 password 0 ITLA
!
!
!
!

interface Loopback0
 ip address 172.17.4.1 255.255.254.0

interface Loopback1
 ip address 172.17.6.1 255.255.254.0

interface Loopback2
 ip address 172.17.8.1 255.255.255.0

interface Loopback3
 ip address 200.1.1.1 255.255.255.252
!

interface Serial1/0
 bandwidth 256
 ip address 10.0.0.2 255.255.255.252
 encapsulation ppp
 serial restart-delay 0
 ppp authentication chap
!

!
router eigrp 5000
 redistribute static
 passive-interface Loopback0
 passive-interface Loopback1
 passive-interface Loopback2
 network 10.0.0.0 0.0.0.3
 network 172.17.4.0 0.0.1.255
 network 172.17.6.0 0.0.1.255
 network 172.17.8.0 0.0.0.255
 no auto-summary
 no eigrp log-neighbor-changes
!
no ip http server
!
ip route 0.0.0.0 0.0.0.0 Loopback3
!
!
!


No hay comentarios.:

Publicar un comentario