思科路由器上實測ipv6位址

2021-05-22 05:08:19 字數 1817 閱讀 3756

#沒有配置ipv6位址的介面

r1#sh run int fa1/0

inte***ce fastethernet1/0

ip address 172.16.12.1 255.255.255.0           

duplex auto

speed auto

endr1#sh ipv6 int bri

fastethernet1/0            [up/up]

unassigned

fastethernet1/1            [administratively down/down]

unassigned

r1(config)#int fa1/0

r1(config-if)#ipv6 addr ?

word                general prefix name

x:x:x:x::x          ipv6 link-local address

x:x:x:x::x/<0-128>  ipv6 prefix

autoconfig          obtain address using autoconfiguration

#配置本地鏈路位址不成功,因為ipv6的link-local位址必須是fe80::/16開頭的

r1(config-if)#ipv6 addr 3333::1 link-local

% invalid link-local address

#先配置ipv6 prefix位址

r1(config-if)#ipv6 addr 3333::1/112     

r1(config-if)#do sh run int fa1/0

inte***ce fastethernet1/0

ip address 172.16.12.1 255.255.255.0

duplex auto

speed auto

ipv6 address 3333::1/112

#配置了prefix位址後,會自動配置link-local

r1#sh ipv6 int bri

fastethernet1/0            [up/up]

fe80::c800:14ff:fe38:1c

3333::1

fastethernet1/1            [administratively down/down]

unassigned

#可以手動配置link-local,覆蓋掉自動生成的link-local

#乙個介面只能有乙個link-local,配置多條前面的會被覆蓋

#乙個介面可配置多條prefix位址

r1(config-if)#ipv6 addr fe80::1 link-local

r1(config-if)#ipv6 addr fe80::1:1 link-local

r1(config-if)#ipv6 addr fe80::3:1:1 link-local

r1(config-if)#ipv6 addr 4444::1/112     

r1#sh int fa1/0

inte***ce fastethernet1/0

ip address 172.16.12.1 255.255.255.0

duplex auto

speed auto

ipv6 address 3333::1/112

ipv6 address 4444::1/112

ipv6 address fe80::3:1:1 link-local

end

路由器獲取不到ipv6位址

路由器設定為dhcp4,dhcp6,形成乙個ipv4和ipv6的區域網。但是連線路由器的電腦有時可以獲得ipv6位址,有時候獲取不到。我用的是小公尺的ax3600路由器,可能是家用的的路由,所以不能保證ipv6的可靠性。路由器開啟固定ip設定,分配位址池,建議固定ip從2 50,剩餘的ip是留給dh...

IPv6 位址通過ROS 路由器傳遞

操作步驟 1.使用ros路由器 與 運營商端 建立乙個 tunnel,可以使用 l2tp,ppp,sstp,openvpn 2.基於上面的基礎隧道建立乙個 6to4 tunnel inte ce 6to4 add comment ipv6 keepalive local address 10.10....

IPv6 位址格式

ipv6 位址大小為 128 位。首選的 ipv6 位址表示為 x x x x x x x x 其中每個 x 是代表乙個 4 位的十六進製制數字。ipv6 位址範圍從 0000 0000 0000 0000 0000 0000 0000 0000 至 ffff ffff ffff ffff ffff...