Aller au contenu

VRF Client2

C2R1

!
version 15.1
!
hostname C2R1
!
ipv6 unicast-routing
interface FastEthernet0/0
 ip address 172.16.21.1 255.255.255.0
 duplex half
 ipv6 address 2001:CAFE:21::1/64
 ipv6 ospf 1 area 0
!
interface FastEthernet1/0
 ip address 192.168.21.1 255.255.255.0
 duplex auto
 speed auto
 ipv6 address 2001:DEAD:21::1/64
 ipv6 ospf 1 area 0
!
router ospf 1
 router-id 1.1.1.2
 network 172.16.21.0 0.0.0.255 area 0
 network 192.168.21.0 0.0.0.255 area 0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
ipv6 router ospf 1
 router-id 1.1.6.2
!

C2R2

!
version 15.1
!
hostname C2R2
!
ipv6 unicast-routing
!
interface FastEthernet0/0
 ip address 172.16.22.1 255.255.255.0
 duplex half
 ipv6 address 2001:CAFE:22::1/64
 ipv6 ospf 1 area 0
!
interface FastEthernet1/0
 ip address 192.168.22.1 255.255.255.0
 duplex auto
 speed auto
 ipv6 address 2001:DEAD:22::1/64
 ipv6 ospf 1 area 0
!
router ospf 1
 router-id 1.1.1.2
 network 172.16.22.0 0.0.0.255 area 0
 network 192.168.22.0 0.0.0.255 area 0
!
ipv6 router ospf 1
 router-id 1.1.6.2
!

Dernière mise à jour: 3 October 2023