Để giảm mức tiêu thụ tài nguyên router, chúng ta thường khuyến cáo sử dụng định tuyến tĩnh để nhận ra các chuyến thăm trao đổi giữa các đoạn mạng khác nhau khi IPv6 được triển khai trên một mạng nhỏ kích thước.
chú ý
Các kịch bản có thể được áp dụng cho tất cả các thiết bị Cisco, như Cisco 2960X, 3750X Cisco, Cisco 1921, 1941 router và vv
Static Router Cấu hình
Cấu hình R1
R1>en
R1#conf t
R1(config)#no ip domain-lookup
R1(config)#usern cisco pr 15 pass cisco
R1(config)#line c 0
R1(config-line)#logi loca
R1(config-line)#logg sy
R1(config-line)#exec-tim 0 0
R1(config-line)#exit
R1(config)#line vty 0 4
R1(config-line)#logi loca
R1(config-line)#logg sy
R1(config-line)#exec-tim 10 0
R1(config-line)#exit
R1(config)#ipv6 unicast-routing
R1(config)#int fa0/0
R1(config-if)#ipv6 add 12::1/64
R1(config-if)#no shu
R1(config-if)#int lo 0
R1(config-if)#ipv6 add 1::1/64
R1(config-if)#no shu
R1(config-if)#exit
R1(config)# ipv6 route 2::0/64 12::2
R1(config)#end
R1#wr
R2 Configuration
R2
R2>en
R2#conf t
R2(config)#no ip domain-lookup
R2(config)#usern cisco pr 15 pass cisco
R2(config)#line c 0
R2(config-line)#logi loca
R2(config-line)#logg sy
R2(config-line)#exec-tim 0 0
R2(config-line)#exit
R2(config)#line vty 0 4
R2(config-line)#logi loca
R2(config-line)#logg sy
R2(config-line)#exec-tim 10 0
R2(config-line)#exit
R2(config)#ipv6 unicast-routing
R2(config)#Int fa0/0
R2(config-if)#Ipv6 add 12::2/64
R2(config-if)#No shu
R2(config-if)#Int lo 0
R2(config-if)#Ip add 2::2/64
R2(config-if)#No shu
R2(config-if)#Exit
R2(config)# ipv6 route 1::0/64 12::1
R2#wr
cấu hình xác nhận
show ipv6 int brief
show ipv6 route
R1#ping ipv6 2:2
R2#ping ipv6 1:1
chú ý
Các kịch bản có thể được áp dụng cho tất cả các thiết bị Cisco, như Cisco 2960X, 3750X Cisco, Cisco 1921, 1941 router và vv
Static Router Cấu hình
Cấu hình R1
R1>en
R1#conf t
R1(config)#no ip domain-lookup
R1(config)#usern cisco pr 15 pass cisco
R1(config)#line c 0
R1(config-line)#logi loca
R1(config-line)#logg sy
R1(config-line)#exec-tim 0 0
R1(config-line)#exit
R1(config)#line vty 0 4
R1(config-line)#logi loca
R1(config-line)#logg sy
R1(config-line)#exec-tim 10 0
R1(config-line)#exit
R1(config)#ipv6 unicast-routing
R1(config)#int fa0/0
R1(config-if)#ipv6 add 12::1/64
R1(config-if)#no shu
R1(config-if)#int lo 0
R1(config-if)#ipv6 add 1::1/64
R1(config-if)#no shu
R1(config-if)#exit
R1(config)# ipv6 route 2::0/64 12::2
R1(config)#end
R1#wr
R2 Configuration
R2
R2>en
R2#conf t
R2(config)#no ip domain-lookup
R2(config)#usern cisco pr 15 pass cisco
R2(config)#line c 0
R2(config-line)#logi loca
R2(config-line)#logg sy
R2(config-line)#exec-tim 0 0
R2(config-line)#exit
R2(config)#line vty 0 4
R2(config-line)#logi loca
R2(config-line)#logg sy
R2(config-line)#exec-tim 10 0
R2(config-line)#exit
R2(config)#ipv6 unicast-routing
R2(config)#Int fa0/0
R2(config-if)#Ipv6 add 12::2/64
R2(config-if)#No shu
R2(config-if)#Int lo 0
R2(config-if)#Ip add 2::2/64
R2(config-if)#No shu
R2(config-if)#Exit
R2(config)# ipv6 route 1::0/64 12::1
R2#wr
cấu hình xác nhận
show ipv6 int brief
show ipv6 route
R1#ping ipv6 2:2
R2#ping ipv6 1:1