Clemmentine
-
7 mars 2008 à 16:21
Nico le Vosgien
Messages postés1552Date d'inscriptionvendredi 23 février 2007StatutContributeurDernière intervention19 novembre 2016
-
7 mars 2008 à 22:35
Bonjour,
Je me permet de demander votre aide pour un labo sur lequel je bloque.
Voila le schéma
Adressage en 172.30.0.0
AS 65001
Routing : R2 R3 Eigrp / R1 R5 Ospf / Redistribution sur R5
R4 fait office de frame relay switch.
C'est ma première config Frame, je ne suis pas vraiment sur de l'avoir bien configuré, mais le principal problème je pense, vient de la redistribution. Je ne suis pas sur d'annoncer les bonnes routes.
Je peu pinger certaines adresses depuis le coté OSPF, ce qui me fait penser que ma config Frame ne doit pas être toute fausse.
Ci dessous une copie des configs pour les 5 routeurs.
D'avance merci.
[quote]R2#sh ru
Building configuration...
Current configuration : 1805 bytes
!
! Last configuration change at 02:32:19 UTC Fri Mar 7 2008
! NVRAM config last updated at 03:30:32 UTC Fri Mar 7 2008
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname R2
!
enable secret 5 $1$3RJo$U.0ysTjvFxMdEsJbbfy80.
!
username R3 password 7 0307570A151C
clock timezone UTC -1
ip subnet-zero
!
!
no ip domain lookup
ip host r2 172.30.0.5
ip host r3 172.30.0.26
ip host r1 172.30.0.10
ip host r5 172.30.0.9
!
ip audit notify log
ip audit po max-events 100
!
!
!
!
!
interface FastEthernet0
no ip address
shutdown
speed auto
!
interface Serial0
description Vers R4
no ip address
encapsulation frame-relay IETF
no fair-queue
frame-relay lmi-type cisco
!
interface Serial0.105 point-to-point
description Vers R5 dlci 105
ip address 172.30.0.29 255.255.255.252
frame-relay interface-dlci 105
!
interface Serial0.107 point-to-point
description Vers R1 dlci 107
ip address 172.30.0.33 255.255.255.252
frame-relay interface-dlci 107
!
interface Serial0.422 point-to-point
description Vers R3 dlci 422
ip address 172.30.0.42 255.255.255.252
frame-relay interface-dlci 422
!
interface Serial1
description Vers R3
ip address 172.30.0.5 255.255.255.252
encapsulation ppp
clockrate 56000
ppp authentication chap
!
router eigrp 65001
network 172.30.0.4 0.0.0.3
network 172.30.0.28 0.0.0.3
network 172.30.0.32 0.0.0.3
network 172.30.0.40 0.0.0.3
network 172.30.0.0
no auto-summary
no eigrp log-neighbor-changes
!
ip classless
no ip http server
!
!
!
banner motd ^C This is a secure system. Authorized acces only ^C
!
line con 0
password 7 060506324F41
logging synchronous
login
line aux 0
password 7 104D000A0618
login
line vty 0 4
password 7 104D000A0618
login
!
no scheduler allocate
end
/quote
[quote]R3#sh ru
Building configuration...
Current configuration : 1916 bytes
!
! Last configuration change at 03:17:47 UTC Fri Mar 7 2008
! NVRAM config last updated at 03:18:28 UTC Fri Mar 7 2008
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname R3
!
enable secret 5 $1$ZYkY$6se/YhSTVq8964hCsauYf/
!
username R2 password 7 110A15040401
clock timezone UTC -1
ip subnet-zero
!
!
no ip domain lookup
ip host r2 172.30.0.5
ip host r3 172.30.0.26
ip host r1 172.30.0.10
ip host r5 172.30.0.9
!
ip audit notify log
ip audit po max-events 100
!
isdn switch-type basic-net3
!
!
!
!
interface BRI0
no ip address
shutdown
isdn switch-type basic-net3
!
interface FastEthernet0
ip address dhcp
speed auto
!
interface Serial0
description Vers R4
no ip address
encapsulation frame-relay IETF
no fair-queue
frame-relay lmi-type cisco
!
interface Serial0.203 point-to-point
description Vers R1 DLCI 203
ip address 172.30.0.49 255.255.255.252
frame-relay interface-dlci 203
!
interface Serial0.204 point-to-point
description Vers R5 DLCI 204
ip address 172.30.0.45 255.255.255.252
frame-relay interface-dlci 204
!
interface Serial0.224 point-to-point
description Vers R2 DLCI 224
ip address 172.30.0.41 255.255.255.252
frame-relay interface-dlci 224
!
interface Serial1
description Vers R2
ip address 172.30.0.6 255.255.255.252
encapsulation ppp
ppp authentication chap
!
router eigrp 65001
network 172.30.0.4 0.0.0.3
network 172.30.0.40 0.0.0.3
network 172.30.0.44 0.0.0.3
network 172.30.0.48 0.0.0.3
network 172.30.0.0
no auto-summary
no eigrp log-neighbor-changes
!
ip classless
no ip http server
!
!
access-list 1 permit any
dialer-list 1 protocol ip permit
!
banner motd ^C This is a secure system. Authorized access only ^C
!
line con 0
password 7 00071A150754
login
line aux 0
password 7 060506324F41
login
line vty 0 4
password 7 00071A150754
login
!
no scheduler allocate
end
/quote
[quote]R5#sh ru
Building configuration...
Current configuration : 2182 bytes
!
! Last configuration change at 02:50:47 UTC Fri Mar 7 2008
! NVRAM config last updated at 02:53:36 UTC Fri Mar 7 2008
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname R5
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$q.gp$cly4ghnlde1aB769qWjVP.
!
username R1 password 7 094F42080A16
clock timezone UTC -1
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
!
!
!
!
ip cef
no ip domain lookup
ip host r5 172.30.0.9
ip host r1 172.30.0.10
ip host r3 172.30.0.26
ip host r2 172.30.0.5
ip ips po max-events 100
no ftp-server write-enable
!
!
!
!
!
!
!
!
interface Loopback0
ip address 192.168.1.1 255.255.255.255
!
interface FastEthernet0
no ip address
shutdown
speed auto
!
interface Serial0
description Vers R1
ip address 172.30.0.9 255.255.255.252
encapsulation ppp
ip ospf message-digest-key 1 md5 1 ciscoob
no fair-queue
ppp authentication chap
!
interface Serial1
description Vers R4
no ip address
encapsulation frame-relay IETF
frame-relay lmi-type cisco
!
interface Serial1.301 point-to-point
description Vers R1 DLCI 301
ip address 172.30.0.38 255.255.255.252
frame-relay interface-dlci 301
!
interface Serial1.402 point-to-point
description Vers R3 DLCI 402
ip address 172.30.0.46 255.255.255.252
frame-relay interface-dlci 402
!
interface Serial1.501 point-to-point
description Vers R2 DLCI 501
ip address 172.30.0.30 255.255.255.252
frame-relay interface-dlci 501
!
router eigrp 65001
redistribute ospf 1
network 172.30.0.28 0.0.0.3
network 172.30.0.36 0.0.0.3
network 172.30.0.44 0.0.0.3
no-auto-summary
!
router ospf 1
log-adjacency-changes
area 0 authentication message-digest
redistribute eigrp 65001
network 172.30.0.8 0.0.0.3 area 0
network 192.168.1.1 0.0.0.0 area 0
!
ip classless
no ip http server
no ip http secure-server
!
!
!
!
!
control-plane
!
banner motd ^C This is a secure system. Authorized user only ^C
!
line con 0
password 7 030752180500
logging synchronous
login
line aux 0
password 7 070C285F4D06
login
line vty 0 4
password 7 045802150C2E
login
!
end
/quote
[quote]R1#sh ru
Building configuration...
Current configuration : 1968 bytes
!
! Last configuration change at 02:50:14 UTC Fri Mar 7 2008
! NVRAM config last updated at 03:22:57 UTC Fri Mar 7 2008
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname R1
!
enable secret 5 $1$N.KR$YT9RsZG0a7nIdVtZt7BIt.
!
username R5 password 7 110A15040401
clock timezone UTC -1
ip subnet-zero
!
!
no ip domain lookup
ip host r2 172.30.0.5
ip host r3 172.30.0.26
ip host r1 172.30.0.10
ip host r5 172.30.0.9
!
ip audit notify log
ip audit po max-events 100
!
!
!
!
!
interface Loopback0
ip address 192.168.1.2 255.255.255.255
!
interface BRI0
no ip address
shutdown
!
interface FastEthernet0
no ip address
shutdown
speed auto
!
interface Serial0
description Vers R4
no ip address
encapsulation frame-relay IETF
frame-relay lmi-type cisco
!
interface Serial0.103 point-to-point
description Vers R5 DLCI 103
ip address 172.30.0.37 255.255.255.252
frame-relay interface-dlci 103
!
interface Serial0.302 point-to-point
description Vers R3 DLCI 302
ip address 172.30.0.50 255.255.255.252
frame-relay interface-dlci 302
!
interface Serial0.701 point-to-point
description Vers R2 DLCI 701
ip address 172.30.0.34 255.255.255.252
frame-relay interface-dlci 701
!
interface Serial1
description Vers R5
ip address 172.30.0.10 255.255.255.252
encapsulation ppp
ip ospf message-digest-key 1 md5 1 ciscoob
clockrate 56000
ppp authentication chap
!
router ospf 1
log-adjacency-changes
area 0 authentication message-digest
network 172.30.0.8 0.0.0.3 area 0
network 172.30.0.32 0.0.0.3 area 0
network 172.30.0.36 0.0.0.3 area 0
network 172.30.0.48 0.0.0.3 area 0
network 192.168.1.2 0.0.0.0 area 0
!
ip classless
no ip http server
!
!
!
banner motd ^C this is a secure system. Authorized user only ^C
!
line con 0
password 7 05080F1C2243
login
line aux 0
password 7 01100F175804
login
line vty 0 4
password 7 13061E010803
login
!
no scheduler allocate
end/quote
[quote]R4#sh ru
Building configuration...
Current configuration : 1853 bytes
!
! Last configuration change at 02:40:21 UTC Fri Mar 7 2008
! NVRAM config last updated at 02:41:24 UTC Fri Mar 7 2008
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname R4
!
enable secret 5 $1$Mvp9$Z1.Pi0KUk5g81UgSmUBx1.
!
clock timezone UTC -1
ip subnet-zero
!
!
no ip domain lookup
ip host r2 172.30.0.5
ip host r3 172.30.0.6
ip host r1 172.30.0.10
ip host r5 172.30.0.9
!
ip audit notify log
ip audit po max-events 100
frame-relay switching
!
!
!
!
!
interface FastEthernet0
ip address dhcp
speed auto
!
interface Serial0
no ip address
encapsulation frame-relay
no fair-queue
clockrate 56000
frame-relay intf-type dce
frame-relay route 103 interface Serial3 301
frame-relay route 302 interface Serial2 203
frame-relay route 701 interface Serial1 107
!
interface Serial1
no ip address
encapsulation frame-relay
clockrate 56000
frame-relay intf-type dce
frame-relay route 105 interface Serial3 501
frame-relay route 107 interface Serial0 701
frame-relay route 422 interface Serial0 224
!
interface Serial2
no ip address
encapsulation frame-relay
clockrate 56000
frame-relay intf-type dce
frame-relay route 203 interface Serial0 302
frame-relay route 204 interface Serial3 402
frame-relay route 224 interface Serial1 422
!
interface Serial3
no ip address
encapsulation frame-relay
clockrate 56000
frame-relay intf-type dce
frame-relay route 301 interface Serial0 103
frame-relay route 402 interface Serial2 204
frame-relay route 501 interface Serial1 105
!
ip classless
no ip http server
!
!
!
banner motd ^C This is a secure system. Authorized users only ^C
!
line con 0
password 7 02050D480809
logging synchronous
login
line aux 0
password 7 13061E010803
login
line vty 0 4
password 7 05080F1C2243
login
!
no scheduler allocate
end
/quote
Nico le Vosgien
Messages postés1552Date d'inscriptionvendredi 23 février 2007StatutContributeurDernière intervention19 novembre 2016266 7 mars 2008 à 22:35
Bonjour,
En survolant vos confs, ça semble ne pas être trop mal.
Maintenant, qu'est ce qui ne fonctionne pas ? qui n'arrive pas à joindre qui ?
-> Un pb FR ? que donnent les sh frame-relay ...... ?
-> Un pb de routage ? sh ip proto, sh ip ospf neigh, eigrp neigh, sh ip route
Néanmoins, je pense pouvoir vous donner une piste de reflexion : si on fait tourner de l'eigrp d'un coté, de l'ospf de l'autre et qu'on fait communiquer le tout par redistribution respectives ... alors je pense que vous avez des relations de voisinage bien étranges ;)
Vu l'énonce, il semble que l'ensemble des pvc FR ne soient pas à utiliser : certainement une premiere phase de lab non ?
Certes, c'est du full maillé en FR mais on nous dit que l'on fait tourner 2 proto sur des groupes de routeurs distincts ...
Ce que je ferais dans une premiere phase :
R2
router eigrp
network ppp vers R3
network fr vers R3
R3
router eigrp
network ppp vers R2
network fr vers R2
network fr vers R5
R5
router eigrp
network fr vers R3
redsitribute ospf
router ospf
network fr vers R1
network ppp vers R1
redistribute eigrp .......... attention aux subnet .......
R1
router ospf
network fr vers R5
network ppp vers R5
Voilà : ça devrait router ce qu'il faut ;) ... mais je n'ai peut être pas tout compris au but de la chose :)
Trouvez des réponses à vos questions sur la configuration, la sécurité et la résolution de problèmes réseau. Partagez vos expériences et connectez-vous avec d'autres passionnés pour une connectivité optimale et des réseaux performants.