DeepSeek-R1-0528升级:推理深度与能力显著提升
2026/1/3 4:16:35
ipv6 # ospfv3 1 router-id 10.1.1.1 # interface GigabitEthernet0/0/0 ipv6 enable ipv6 address 2001::12:1/64 ipv6 address FE80::1 link-local ospfv3 1 area 0.0.0.0 # interface LoopBack0 ipv6 enable ipv6 address 1111::1/64 ospfv3 1 area 0.0.0.0 #ipv6 # ospfv3 1 router-id 10.2.2.2 default-route-advertise always # interface GigabitEthernet0/0/0 ipv6 enable ipv6 address 2001::12:2/64 ipv6 address FE80::2 link-local ospfv3 1 area 0.0.0.0 # interface GigabitEthernet0/0/1 ip address 10.1.23.2 255.255.255.0 # interface LoopBack0 ip address 10.2.2.2 255.255.255.255 # interface Tunnel0/0/0 ipv6 enable ipv6 address 3333::1/64 tunnel-protocol gre # 或者 ipv6-ipv4 source 10.2.2.2 destination 10.4.4.4 # ospf 1 router-id 10.2.2.2 area 0.0.0.0 network 10.1.23.2 0.0.0.0 network 10.2.2.2 0.0.0.0 # ipv6 route-static 5555:: 64 Tunnel0/0/0 #interface GigabitEthernet0/0/0 ip address 10.1.23.3 255.255.255.0 # interface GigabitEthernet0/0/1 ip address 10.1.34.3 255.255.255.0 # interface LoopBack0 ip address 10.3.3.3 255.255.255.255 # ospf 1 router-id 10.3.3.3 area 0.0.0.0 network 10.1.23.3 0.0.0.0 network 10.1.34.3 0.0.0.0 network 10.3.3.3 0.0.0.0 #ipv6 # isis 1 is-level level-2 cost-style wide network-entity 49.0001.0000.0000.0004.00 # ipv6 enable topology standard ipv6 default-route-advertise always # interface GigabitEthernet0/0/0 ipv6 enable ipv6 address 2001::45:4/64 ipv6 address FE80::4 link-local isis ipv6 enable 1 # interface GigabitEthernet0/0/1 ip address 10.1.34.4 255.255.255.0 # interface LoopBack0 ip address 10.4.4.4 255.255.255.255 # interface Tunnel0/0/0 # 或者 ipv6-ipv4 ipv6 enable ipv6 address 3333::2/64 tunnel-protocol gre source 10.4.4.4 destination 10.2.2.2 # ospf 1 router-id 10.4.4.4 area 0.0.0.0 network 10.1.34.4 0.0.0.0 network 10.4.4.4 0.0.0.0 # ipv6 route-static 1111:: 64 Tunnel0/0/0ipv6 # isis 1 is-level level-2 cost-style wide network-entity 49.0001.0000.0000.0005.00 is-name R5 # ipv6 enable topology standard # interface GigabitEthernet0/0/0 ipv6 enable ipv6 address 2001::45:5/64 ipv6 address FE80::5 link-local isis ipv6 enable 1 # interface NULL0 # interface LoopBack0 ipv6 enable ipv6 address 5555::5/64 isis ipv6 enable 1 #如果全局未开 ipv6 ,则 dis ipv6 int brief 时,会这样显示:
就是协议未起来