Aller au contenu

VRF Client1

C1R1

!
version 15.1
!
hostname C1R1
!
ipv6 unicast-routing
!
interface FastEthernet0/0
 ip address 172.16.11.1 255.255.255.0
 ipv6 address 2001:CAFE:11::1/64
 ipv6 ospf 1 area 0
!
interface FastEthernet1/0
 ip address 192.168.11.1 255.255.255.0
 ipv6 address 2001:DEAD:11::1/64
 ipv6 ospf 1 area 0
!
router ospf 1
 router-id 1.1.1.1
 network 172.16.11.0 0.0.0.255 area 0
 network 192.168.11.0 0.0.0.255 area 0
!
ipv6 router ospf 1
 router-id 1.1.6.1
!
end

C1R2

!
version 15.1
!
hostname C1R2
!
ipv6 unicast-routing
!
interface FastEthernet0/0
 ip address 172.16.12.1 255.255.255.0
 duplex half
 ipv6 address 2001:CAFE:12::1/64
 ipv6 ospf 1 area 0
!
interface FastEthernet1/0
 ip address 192.168.12.1 255.255.255.0
 duplex auto
 speed auto
 ipv6 address 2001:DEAD:12::1/64
 ipv6 ospf 1 area 0
!
router ospf 1
 router-id 1.1.1.2
 network 172.16.12.0 0.0.0.255 area 0
 network 192.168.12.0 0.0.0.255 area 0
!
!
ipv6 router ospf 1
 router-id 1.1.6.2
!
end

Dernière mise à jour: 3 October 2023