Current configuration : 2356 bytes ! version 12.2 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname ROUTEUR2 ! logging queue-limit 100 enable secret 5 $1$NhYk$hrNC.q0.a2jIVYQlI8a0r. ! ip subnet-zero ! ! ip cef ! ip vrf client1 rd 200:1 route-target export 200:1 route-target import 200:1 route-target import 100:1 route-target import 400:1 ! ip vrf client2 rd 300:1 route-target export 300:1 route-target import 300:1 route-target import 100:1 route-target import 400:1 ! ip vrf interco rd 400:1 route-target export 400:1 route-target import 400:1 route-target import 100:1 route-target import 200:1 route-target import 300:1 ! ip vrf prod rd 100:1 route-target export 100:1 route-target import 100:1 route-target import 200:1 route-target import 300:1 route-target import 400:1 ! ! ! ! ! ! ! ! ! ! no voice hpi capture buffer no voice hpi capture destination ! ! mta receive maximum-recipients 0 ! ! ! ! interface FastEthernet0/0 description OUTBOUND ip vrf forwarding interco ip address 192.168.100.2 255.255.255.0 duplex auto speed auto ! interface FastEthernet0/1 description PROD ip vrf forwarding prod ip address 192.168.101.1 255.255.255.0 duplex auto speed auto ! interface FastEthernet1/0 description CLIENT1 ip vrf forwarding client1 ip address 192.168.102.1 255.255.255.0 duplex half ! interface FastEthernet2/0 ip vrf forwarding client2 ip address 192.168.103.1 255.255.255.0 duplex half ! router bgp 1 no synchronization bgp log-neighbor-changes default-information originate no auto-summary ! address-family ipv4 vrf prod redistribute connected no auto-summary synchronization exit-address-family ! address-family ipv4 vrf interco redistribute connected redistribute static default-information originate no auto-summary synchronization exit-address-family ! address-family ipv4 vrf client2 redistribute connected auto-summary synchronization exit-address-family ! address-family ipv4 vrf client1 redistribute connected auto-summary synchronization exit-address-family ! ip classless ip route vrf interco 0.0.0.0 0.0.0.0 192.168.100.1 no ip http server ! ! ! ! ! call rsvp-sync ! ! mgcp profile default ! dial-peer cor custom ! ! ! ! gatekeeper shutdown ! ! line con 0 stopbits 1 line aux 0 line vty 0 4 password neo$res login ! ! end