Lưu ý:
1) 2 lệnh sau là bắt buộc trên các router R1, R2, R6
ip cef
ipv6 unicast-routing
2) Nhớ cấu hình 1 địa chỉ IPv4 trên router R6 (nên dùng loopback) để làm router-id
!
interface Loopback0
ip address 200.1.1.1 255.255.255.0
!
!
interface FastEthernet0/1
no ip address
ipv6 address 2017::1/64
ipv6 ospf 1 area 0 //Lệnh này cấu hình ở phần 4
!
interface Serial0/0/0
ip address 200.1.13.1 255.255.255.0
!
interface Serial0/0/1
ip address 200.1.14.1 255.255.255.0
!
!
interface Loopback0
ip address 200.1.2.2 255.255.255.0
!
!
interface FastEthernet0/0
no ip address
ipv6 address 2018::2/64
ipv6 ospf 1 area 0 //Lệnh này cấu hình ở phần 4
!
!
interface Serial0/1/0
ip address 200.1.23.2 255.255.255.0
!
interface Serial0/1/1
ip address 200.1.24.2 255.255.255.0
!
!
interface Serial0/0/0
ip address 200.1.13.3 255.255.255.0
clock rate 2000000
!
interface Serial0/1/0
ip address 200.1.23.3 255.255.255.0
clock rate 2000000
!
!
interface Serial0/0/1
ip address 200.1.14.4 255.255.255.0
clock rate 2000000
!
interface Serial0/1/1
ip address 200.1.24.4 255.255.255.0
clock rate 2000000
!
interface Loopback0
ip address 192.168.1.1 255.255.255.0
!
interface FastEthernet0/0
no ip address
ipv6 address 2016::6/64
ipv6 ospf 1 area 0 //Lệnh này cấu hình ở phần 4
!
interface FastEthernet0/1
no ip address
ipv6 address 2017::6/64
ipv6 ospf 1 area 0 //Lệnh này cấu hình ở phần 4
!
Trên R1, R2, R3, R4:
!
router ospf 100
network 200.1.0.0 0.0.255.255 area 0
!
Kiểm tra bảng định tuyến trên các router R1, R2, R3, R4:
R1# show ip route
Đứng tại R1, ping đến tất cả các mạng IPv4 => thông mạng => OK
!
interface Tunnel12
no ip address
ipv6 address 2012::1/64
ipv6 enable
ipv6 ospf 1 area 0 //Lệnh này cấu hình ở phần 4
tunnel source Loopback0
tunnel destination 200.1.2.2
tunnel mode ipv6ip
!
!
interface Tunnel12
no ip address
ipv6 address 2012::2/64
ipv6 enable
ipv6 ospf 1 area 0 //Lệnh này cấu hình ở phần 4
tunnel source Loopback0
tunnel destination 200.1.1.1
tunnel mode ipv6ip
!
Đứng tại router R1 kiểm tra kết nối IPv6 đến R2:
R1# ping 2012::2
Sau khi cấu hình IPv6 tunnel thì sơ đồ mạng IPv6 sẽ như sau
!
int f0/0
ipv6 ospf 1 area 0
!
int f0/1
ipv6 ospf 1 area 0
!
!
int f0/1
ipv6 ospf 1 area 0
!
!
int tunnel 12
ipv6 ospf 1 area 0
!
!
int f0/0
ipv6 ospf 1 area 0
!
!
int tunnel 12
ipv6 ospf 1 area 0
!
Đứng tại Laptop0 ping qua Server0
By: dangocuong@gmail.com
» Tin mới nhất:
» Các tin khác: