我做了一個lan端的IPV6測試,
我分別設定了兩個client的IPV6的位置,
Client A (2001:1:1:1::1/64)
Client B(2001:1:1:1::2/64),
都接在同一台2960S的Switch上面,分別是 41和42 port,
但是我在兩個Client上面都ping 不到對方,switch上面也ping不到
client A command:
C:\Users\Admin>ping -6 2001:1:1:1::2
Ping 2001:1:1:1::2 (使用 32 位元組的資料):
目的地主機無法連線。
目的地主機無法連線。
目的地主機無法連線。
目的地主機無法連線。
2001:1:1:1::2 的 Ping 統計資料:
封包: 已傳送 = 4,已收到 = 0, 已遺失 = 4 (100% 遺失),
switch Command:
2960S#ping ipv6 2001:1:1:1::1
% Unrecognized host or address, or protocol not running.
2960S#ping ipv6 2001:1:1:1::2
% Unrecognized host or address, or protocol not running.
後來發現,必須要做以下的設定
2960S#config t
Enter configuration commands, one per line. End with CNTL/Z.
2960S(config)#sd
2960S(config)#sdm ?
prefer Config TCAM and Forwarding RAM sizes. Warning: need to reset switch for configuration to take effect.
2960S(config)#sdm prefer
2960S(config)#sdm prefer ?
default Default bias
lanbase-routing Supports both IPv4 and IPv6 Static Routing
2960S(config)#sdm prefer lan
2960S(config)#sdm prefer lanbase-routing
2960S#reload
兩個Client A和B就可以Ping到了
沒有留言:
張貼留言