Challenges : où sont mes routes importées??
Petit challenge sympa et accessible pour tous qui m'a été envoyé par Christophe Lucas :
Vous avez la configuration d'un routeur comme ci-dessous, expliquez pourquoi on ne reçois pas les routes de la vrf CE3 dans la vrf CE1, et donnez une solution pour résoudre ce problème.
version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname R0 ! ! ip subnet-zero ! ! ! ! ip vrf CE1 rd 1:1 route-target export 1:1 route-target import 1:1 route-target import 3:3 ! ip vrf CE2 rd 2:2 route-target export 2:2 route-target import 2:2 ! ip vrf CE3 rd 3:3 route-target export 3:3 route-target import 3:3 ! ip vrf R0 rd 0:0 call rsvp-sync ! ! ! ! ! ! ! ! interface FastEthernet0/0 no ip address shutdown duplex half ! interface Ethernet1/0 ip vrf forwarding CE1 ip address 10.0.1.1 255.255.255.0 duplex half ! interface Ethernet1/1 ip vrf forwarding CE2 ip address 10.0.2.1 255.255.255.0 duplex half ! interface Ethernet1/2 ip vrf forwarding CE3 ip address 10.0.3.1 255.255.255.0 duplex half ! interface Ethernet1/3 no ip address shutdown duplex half ! ! ip classless no ip http server ip pim bidir-enable ! ! ! dial-peer cor custom ! ! ! ! gatekeeper shutdown ! ! line con 0 line aux 0 line vty 0 4 login ! end
Delicious


Commentaires
Salut,
Il fait pas recette cette fois-ci ce challenge
Amicalement,
Christophe
En même temps, la notion de vrf échappe à beaucoup de monde...
Ben évidemment : il manque l'import du RT 1:1 dans la VRF CE3
Correction :
!
ip vrf CE3
!
Même pas, cela ne fonctionnera pas.
Vu que le challenge est là depuis un bon moment.
Une solution :
router bgp 65000
!
A+