ipv6 2021-06-09

[Huawei]sys r1
[r1]int lo0
[r1-LoopBack0]ip add 192.168.1.1 25
[r1-LoopBack0]int lo1
[r1-LoopBack1]ip add 192.168.1.129 25
[r1-LoopBack1]int g0/0/0
[r1-GigabitEthernet0/0/0]ip add 192.168.0.1 30
May 14 2021 16:52:32-08:00 r1 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP
on the interface GigabitEthernet0/0/0 has entered the UP state.
[r1-GigabitEthernet0/0/0]q
[r1]ip route-static 0.0.0.0 0 192.168.0.2

[r1]ping -a 192.168.1.1 192.168.2.1
PING 192.168.2.1: 56 data bytes, press CTRL_C to break
Reply from 192.168.2.1: bytes=56 Sequence=1 ttl=255 time=90 ms
Reply from 192.168.2.1: bytes=56 Sequence=2 ttl=255 time=20 ms
Reply from 192.168.2.1: bytes=56 Sequence=3 ttl=255 time=20 ms
Reply from 192.168.2.1: bytes=56 Sequence=4 ttl=255 time=20 ms
Reply from 192.168.2.1: bytes=56 Sequence=5 ttl=255 time=20 ms

— 192.168.2.1 ping statistics —
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 20/34/90 ms

[r1]ping 3.3.3.3
PING 3.3.3.3: 56 data bytes, press CTRL_C to break
Reply from 3.3.3.3: bytes=56 Sequence=1 ttl=254 time=30 ms
Reply from 3.3.3.3: bytes=56 Sequence=2 ttl=254 time=30 ms
Reply from 3.3.3.3: bytes=56 Sequence=3 ttl=254 time=30 ms
Reply from 3.3.3.3: bytes=56 Sequence=4 ttl=254 time=30 ms
Reply from 3.3.3.3: bytes=56 Sequence=5 ttl=254 time=20 ms

— 3.3.3.3 ping statistics —
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 20/28/30 ms
sys
Enter system view, return user view with Ctrl+Z.
[r1]ipv6
[r1]int lo0
[r1-LoopBack0]ipv6 enable
[r1-LoopBack0]ipv6 2002:1701:0101:0000::1/65
[r1-LoopBack0]int lo1
[r1-LoopBack1]ipv6 enable
[r1-LoopBack1]ipv6 add 2002:1701:0101:0000:8000::1/65
[r1-LoopBack1]int g0/0/0
[r1-GigabitEthernet0/0/0]ipv6 enable
[r1-GigabitEthernet0/0/0]ipv6 add 2002:1701:1::1/64
[r1]ripng
[r1-ripng-1]q
[r1]int lo0
[r1-LoopBack0]ripng 1 enable
[r1-LoopBack0]int lo1
[r1-LoopBack1]ripng 1 enable
[r1-LoopBack1]int g0/0/0
[r1-GigabitEthernet0/0/0]ripng 1 enable
[r1-GigabitEthernet0/0/0]q
[r1]display ipv6 routing-table protocol ripng
[r1]display ipv6 routing-table
Routing Table : Public
Destinations : 8 Routes : 8

Destination : ::1 PrefixLength : 128
NextHop : ::1 Preference : 0
Cost : 0 Protocol : Direct
RelayNextHop : :: TunnelID : 0x0
Interface : InLoopBack0 Flags : D

Destination : 2002:1701:1:: PrefixLength : 64
NextHop : 2002:1701:1::1 Preference : 0
Cost : 0 Protocol : Direct
RelayNextHop : :: TunnelID : 0x0
Interface : GigabitEthernet0/0/0 Flags : D

Destination : 2002:1701:1::1 PrefixLength : 128
NextHop : ::1 Preference : 0
Cost : 0 Protocol : Direct
RelayNextHop : :: TunnelID : 0x0
Interface : GigabitEthernet0/0/0 Flags : D

Destination : 2002:1701:101:: PrefixLength : 65
NextHop : 2002:1701:101::1 Preference : 0
Cost : 0 Protocol : Direct
RelayNextHop : :: TunnelID : 0x0
Interface : LoopBack0 Flags : D
[r1]int g0/0/0
[r1-GigabitEthernet0/0/0]ripng summary-address 2002:1701:101::

sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys r2
[r2]int g0/0/1
[r2-GigabitEthernet0/0/1]ip add 23.1.1.1 24
May 14 2021 16:32:45-08:00 r2 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP
on the interface GigabitEthernet0/0/1 has entered the UP state.
[r2-GigabitEthernet0/0/1]q
[r2]ip route-static 0.0.0.0 0 23.1.1.2
[r2]ping 34.1.1.2
PING 34.1.1.2: 56 data bytes, press CTRL_C to break
Request time out
Reply from 34.1.1.2: bytes=56 Sequence=2 ttl=254 time=70 ms
Reply from 34.1.1.2: bytes=56 Sequence=3 ttl=254 time=30 ms
Reply from 34.1.1.2: bytes=56 Sequence=4 ttl=254 time=40 ms
Reply from 34.1.1.2: bytes=56 Sequence=5 ttl=254 time=30 ms

— 34.1.1.2 ping statistics —
5 packet(s) transmitted
4 packet(s) received
20.00% packet loss
round-trip min/avg/max = 30/42/70 ms

sys
Enter system view, return user view with Ctrl+Z.
[r2]int g0/0/0
[r2-GigabitEthernet0/0/0]ip add 192.168.0.2 30
May 14 2021 16:53:49-08:00 r2 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP
on the interface GigabitEthernet0/0/0 has entered the UP state.
[r2-GigabitEthernet0/0/0]int lo0
[r2-LoopBack0]ip add 192.168.3.1 24
[r2-LoopBack0]

sys
Enter system view, return user view with Ctrl+Z.
[r2]ip route-
[r2]ip route-static 192.168.1.0 24 192.168.0.1
[r2]int lo0
[r2-LoopBack0]ip add 192.168.2.1 24
[r2-LoopBack0]q
[r2]acl 2000
[r2-acl-basic-2000]rule permit source 192.168.0.0 0.0.255.255
[r2-acl-basic-2000]int g0/0/0
[r2-GigabitEthernet0/0/0]nat out
[r2-GigabitEthernet0/0/0]nat outbound 2000
[r2-GigabitEthernet0/0/0]int g0/0/1
[r2-GigabitEthernet0/0/1]nat ou
[r2-GigabitEthernet0/0/1]nat outbound 2000

sys
Enter system view, return user view with Ctrl+Z.
[r2]int g0/0/0
[r2-GigabitEthernet0/0/0]ipv6 enable
Info: Please enable IPv6 function in system view.
[r2-GigabitEthernet0/0/0]ipv6 add 0101:1::2/64
^
Error:Incomplete command found at ‘^’ position.
[r2-GigabitEthernet0/0/0]ipv6 add 2002:
Info: Please enable IPv6 function in system view.
[r2-GigabitEthernet0/0/0]int lo2
[r2-LoopBack2]ipv6 enable
Info: Please enable IPv6 function in system view.
[r2-LoopBack2]ipv6 add 2002:::1/64
Info: Please enable IPv6 function in system view.
[r2-LoopBack2]

sys
Enter system view, return user view with Ctrl+Z.
[r2]ripng 1
[r2-ripng-1]q
[r2]int lo0
[r2-LoopBack0]ripng 1 enable
[r2-LoopBack0]int g0/0/0
[r2-GigabitEthernet0/0/0]ripng 1 enable
[r2-GigabitEthernet0/0/0]q
[r2]display ipv6 routing-table protocol ripng
[r2]display ipv6 routing-table
[r2]display ipv6 routing-table protocol ri
[r2]display ipv6 routing-table protocol ripng
[r2]ripng 1
[r2-ripng-1]q
[r2]int lo2
[r2-LoopBack2]ripng 1 enable
[r2-LoopBack2]q
[r2]display ipv6 routing-table protocol ripng
[r2]display ipv6 routing-table
[r2]display ipv6 interface brief
*down: administratively down
(l): loopback
(s): spoofing
Interface Physical Protocol
GigabitEthernet0/0/0 up down
[IPv6 Address] 2002:1701:101:1::2 [TENTATIVE]
LoopBack2 up up(s)
[IPv6 Address] 2002:1701:101:2::1 [TENTATIVE]
[r2]un int lo2
Info: This operation may take a few seconds. Please wait for a moment…succeede
d.
[r2]int lo0
[r2-LoopBack0]ipv6 enable
Info: Please enable IPv6 function in system view.
[r2-LoopBack0]ipv6 add 2002:1701:0101:0002::1/64
Info: Please enable IPv6 function in system view.
[r2-LoopBack0]ripng 1
[r2-ripng-1]ripng 1 e
[r2-ripng-1]q
[r2]ripng 1 e
[r2]int lo0
[r2-LoopBack0]rip 1 enable
[r2-LoopBack0]display ipv6 rou
[r2-LoopBack0]display ipv6 routing-table
[r2-LoopBack0]int t
[r2-LoopBack0]int tu
[r2-LoopBack0]q
[r2]interface t
[r2]interface Tunnel 0/0/0
[r2-Tunnel0/0/0]ipv6 e
[r2-Tunnel0/0/0]ipv6 enable
Info: Please enable IPv6 function in system view.
[r2-Tunnel0/0/0]ipv6 add 2002:1701:0101:0003::1/64
Info: Please enable IPv6 function in system view.
[r2-Tunnel0/0/0]tunnel-protocol ipv6-ipv4 6to4
[r2-Tunnel0/0/0]so
[r2-Tunnel0/0/0]source g0/0/1
[r2-Tunnel0/0/0]display ipv6 interface brief
*down: administratively down
(l): loopback
(s): spoofing
Interface Physical Protocol
GigabitEthernet0/0/0 up down
[IPv6 Address] 2002:1701:101:1::2 [TENTATIVE]
LoopBack0 up up(s)
[IPv6 Address] 2002:1701:101:2::1 [TENTATIVE]
Tunnel0/0/0 up down
[IPv6 Address] 2002:1701:101:3::1 [TENTATIVE]
[r2-Tunnel0/0/0]q
[r2]ipv6 ro
[r2]ipv6 route-
[r2]ipv6 route-static 2002:: 16 t
[r2]ipv6 route-static 2002:: 16 Tunnel 0/0/0
[r2]int g0/0/0
[r2-GigabitEthernet0/0/0]ripng default-route only

sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys r3
[r3]int g0/0/0
[r3-GigabitEthernet0/0/0]ip add 23.1.1.2 24
May 14 2021 16:33:33-08:00 r3 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP
on the interface GigabitEthernet0/0/0 has entered the UP state.
[r3-GigabitEthernet0/0/0]int g0/0/1
[r3-GigabitEthernet0/0/1]ip add 34.1.1.1 24
May 14 2021 16:34:32-08:00 r3 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP
on the interface GigabitEthernet0/0/1 has entered the UP state.
[r3-GigabitEthernet0/0/1]int lo0
[r3-LoopBack0]ip add 3.3.3.3 24
sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys r4
[r4]int g0/0/0
[r4-GigabitEthernet0/0/0]ip add 34.1.1.2 24
May 14 2021 16:36:07-08:00 r4 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP
on the interface GigabitEthernet0/0/0 has entered the UP state.
[r4-GigabitEthernet0/0/0]
[r4-GigabitEthernet0/0/0]
[r4-GigabitEthernet0/0/0]q
[r4]ip route-
[r4]ip route-static 0.0.0.0 0 34.1.1.1

sys
Enter system view, return user view with Ctrl+Z.
[r4]ipv6
[r4]int lo0
[r4-LoopBack0]ipv6 enable
[r4-LoopBack0]ipv6 add 2002:2201:0102:0000::1/64
[r4-LoopBack0]int g0/0/1
[r4-GigabitEthernet0/0/1]ipv6 add 2002:2201:0102:0001::1 64
^
Error: Unrecognized command found at ‘^’ position.
[r4-GigabitEthernet0/0/1]ipv6 add 2002:2201:0102:0001::1/64
^
Error: Unrecognized command found at ‘^’ position.
[r4-GigabitEthernet0/0/1]ipv6 e
[r4-GigabitEthernet0/0/1]ipv6 enable
[r4-GigabitEthernet0/0/1]ipv6 add 2002:2201:0102:0001::1/64
[r4-GigabitEthernet0/0/1]
May 14 2021 18:22:33-08:00 r4 IPV6/2/IF_IPV6CHANGE:OID 16777216.50331648.1006632
96.16777216.33554432.16777216.922746880.33554432.0.16777216 The status of the IP
v6 Interface changed. (IfIndex=67108864, IfDescr=HUAWEI, AR Series, GigabitEther
net0/0/1 Interface, IfOperStatus=16777216, IfAdminStatus=16777216)
[r4-GigabitEthernet0/0/1]
May 14 2021 18:22:33-08:00 r4 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IPv
6 on the interface GigabitEthernet0/0/1 has entered the UP state.
sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys r5
[r5]ipv6
[r5]int g0/0/0
[r5-GigabitEthernet0/0/0]ipv6 e
[r5-GigabitEthernet0/0/0]ipv6 enable
[r5-GigabitEthernet0/0/0]ipv6 add 2002:2201:0102:0001::2/64
[r5-GigabitEthernet0/0/0]
May 14 2021 18:24:21-08:00 r5 IPV6/2/IF_IPV6CHANGE:OID 16777216.50331648.1006632
96.16777216.33554432.16777216.922746880.33554432.0.16777216 The status of the IP
v6 Interface changed. (IfIndex=50331648, IfDescr=HUAWEI, AR Series, GigabitEther
net0/0/0 Interface, IfOperStatus=16777216, IfAdminStatus=16777216)
[r5-GigabitEthernet0/0/0]
May 14 2021 18:24:21-08:00 r5 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IPv
6 on the interface GigabitEthernet0/0/0 has entered the UP state.
[r5-GigabitEthernet0/0/0]int lo0
[r5-LoopBack0]ipv6 e
[r5-LoopBack0]ipv6 enable
[r5-LoopBack0]ipv6 add 2002:2201:0102:8000::1/64
[r5-LoopBack0]int g0/0/1
[r5-GigabitEthernet0/0/1]ipv6 e
[r5-GigabitEthernet0/0/1]ipv6 enable
[r5-GigabitEthernet0/0/1]ipv6 add 2002:2201:0102:8001::1/64
[r5-GigabitEthernet0/0/1]
May 14 2021 18:26:37-08:00 r5 IPV6/2/IF_IPV6CHANGE:OID 16777216.50331648.1006632
96.16777216.33554432.16777216.922746880.33554432.0.16777216 The status of the IP
v6 Interface changed. (IfIndex=67108864, IfDescr=HUAWEI, AR Series, GigabitEther
net0/0/1 Interface, IfOperStatus=16777216, IfAdminStatus=16777216)
[r5-GigabitEthernet0/0/1]
May 14 2021 18:26:37-08:00 r5 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IPv
6 on the interface GigabitEthernet0/0/1 has entered the UP state.

sys
Enter system view, return user view with Ctrl+Z.
[r5]ospfv3 1
[r5-ospfv3-1]rou
[r5-ospfv3-1]route-i
[r5-ospfv3-1]route-id
^
Error: Unrecognized command found at ‘^’ position.
[r5-ospfv3-1]router-
[r5-ospfv3-1]router-id 5.5.5.5
[r5-ospfv3-1]int lo0
[r5-LoopBack0]ospf
[r5-LoopBack0]ospfv3 1 a
[r5-LoopBack0]ospfv3 1 area 0
[r5-LoopBack0]int g0/0/1
[r5-GigabitEthernet0/0/1]ospfv3 1 area 0
[r5-GigabitEthernet0/0/1]

sys
Enter system view, return user view with Ctrl+Z.
[r5]disp
[r5]display ipv6 rou
[r5]display ipv6 routing-table pro
[r5]display ipv6 routing-table protocol osp
[r5]display ipv6 routing-table protocol ospfv3
Public Routing Table : OSPFv3
Summary Count : 7

OSPFv3 Routing Table’s Status : < Active >
Summary Count : 5

Destination : 2002:2201:102:8002::1 PrefixLength : 128
NextHop : FE80::2E0:FCFF:FED3:98F Preference : 10
Cost : 1 Protocol : OSPFv3
RelayNextHop : :: TunnelID : 0x0
Interface : GigabitEthernet0/0/1 Flags : D

Destination : 2002:2201:102:8003:: PrefixLength : 64
NextHop : FE80::2E0:FCFF:FED3:98F Preference : 10
Cost : 2 Protocol : OSPFv3
RelayNextHop : :: TunnelID : 0x0
Interface : GigabitEthernet0/0/1 Flags : D

Destination : 2002:2201:102:8004::1 PrefixLength : 128
NextHop : FE80::2E0:FCFF:FED3:98F Preference : 10
Cost : 2 Protocol : OSPFv3
RelayNextHop : :: TunnelID : 0x0
Interface : GigabitEthernet0/0/1 Flags : D

Destination : 2002:2201:102:8005:: PrefixLength : 64
NextHop : FE80::2E0:FCFF:FED3:98F Preference : 10
Cost : 3 Protocol : OSPFv3
RelayNextHop : :: TunnelID : 0x0
Interface : GigabitEthernet0/0/1 Flags : D

Destination : 2002:2201:102:8006::1 PrefixLength : 128
NextHop : FE80::2E0:FCFF:FED3:98F Preference : 10
Cost : 3 Protocol : OSPFv3
RelayNextHop : :: TunnelID : 0x0
Interface : GigabitEthernet0/0/1 Flags : D

OSPFv3 Routing Table’s Status : < Inactive >
Summary Count : 2

Destination : 2002:2201:102:8000::1 PrefixLength : 128
NextHop : :: Preference : 10
Cost : 0 Protocol : OSPFv3
RelayNextHop : :: TunnelID : 0x0
Interface : LoopBack0 Flags :

Destination : 2002:2201:102:8001:: PrefixLength : 64
NextHop : :: Preference : 10
Cost : 1 Protocol : OSPFv3
RelayNextHop : :: TunnelID : 0x0
Interface : GigabitEthernet0/0/1 Flags :
sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys r6
[r6]ipv6
[r6]int g0/0/0
[r6-GigabitEthernet0/0/0]ipv6 e
[r6-GigabitEthernet0/0/0]ipv6 enable
[r6-GigabitEthernet0/0/0]ipv6 add 2002:2201:0102:8001::2/64
[r6-GigabitEthernet0/0/0]
May 14 2021 18:28:05-08:00 r6 IPV6/2/IF_IPV6CHANGE:OID 16777216.50331648.1006632
96.16777216.33554432.16777216.922746880.33554432.0.16777216 The status of the IP
v6 Interface changed. (IfIndex=50331648, IfDescr=HUAWEI, AR Series, GigabitEther
net0/0/0 Interface, IfOperStatus=16777216, IfAdminStatus=16777216)
[r6-GigabitEthernet0/0/0]
May 14 2021 18:28:05-08:00 r6 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IPv
6 on the interface GigabitEthernet0/0/0 has entered the UP state.
[r6-GigabitEthernet0/0/0]int lo0
[r6-LoopBack0]ipv6 e
[r6-LoopBack0]ipv6 enable
[r6-LoopBack0]ipv6 add 2002:2201:0102:8002::1/64
[r6-LoopBack0]int g0/0/1
[r6-GigabitEthernet0/0/1]ipv6 enable
[r6-GigabitEthernet0/0/1]ipv6 add 2002:2201:0102:8003::1/64
[r6-GigabitEthernet0/0/1]
May 14 2021 18:30:03-08:00 r6 IPV6/2/IF_IPV6CHANGE:OID 16777216.50331648.1006632
96.16777216.33554432.16777216.922746880.33554432.0.16777216 The status of the IP
v6 Interface changed. (IfIndex=67108864, IfDescr=HUAWEI, AR Series, GigabitEther
net0/0/1 Interface, IfOperStatus=16777216, IfAdminStatus=16777216)
[r6-GigabitEthernet0/0/1]
May 14 2021 18:30:03-08:00 r6 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IPv
6 on the interface GigabitEthernet0/0/1 has entered the UP state.

sys
Enter system view, return user view with Ctrl+Z.
[r6]ospfv3
[r6-ospfv3-1]router-
[r6-ospfv3-1]router-id 6.6.6.6
[r6-ospfv3-1]int g0/0/0
[r6-GigabitEthernet0/0/0]ospfv3 1 are
[r6-GigabitEthernet0/0/0]ospfv3 1 area 0
[r6-GigabitEthernet0/0/0]int lo0
[r6-LoopBack0]ospfv3 1 area 0
[r6-LoopBack0]int g0/0/1
[r6-GigabitEthernet0/0/1]ospfv3 1 area 0
[r6-GigabitEthernet0/0/1]q
[r6]display ospfv3 peer
OSPFv3 Process (1)
OSPFv3 Area (0.0.0.0)
Neighbor ID Pri State Dead Time Interface Instance ID
5.5.5.5 1 Full/DR 00:00:36 GE0/0/0 0
7.7.7.7 1 Full/Backup 00:00:36 GE0/0/1 0

sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys r7
[r7]ipv6
[r7]int g0/0/0
[r7-GigabitEthernet0/0/0]ipv6 enable
[r7-GigabitEthernet0/0/0]ipv6 add 2002:2201:0102:8003::2/64
[r7-GigabitEthernet0/0/0]
May 14 2021 18:31:41-08:00 r7 IPV6/2/IF_IPV6CHANGE:OID 16777216.50331648.1006632
96.16777216.33554432.16777216.922746880.33554432.0.16777216 The status of the IP
v6 Interface changed. (IfIndex=50331648, IfDescr=HUAWEI, AR Series, GigabitEther
net0/0/0 Interface, IfOperStatus=16777216, IfAdminStatus=16777216)
[r7-GigabitEthernet0/0/0]
May 14 2021 18:31:41-08:00 r7 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IPv
6 on the interface GigabitEthernet0/0/0 has entered the UP state.
[r7-GigabitEthernet0/0/0]int lo0
[r7-LoopBack0]ipv6 enable
[r7-LoopBack0]ipv6 add 2002:2201:0102:8004::1/64
[r7-LoopBack0]int g0/0/1
[r7-GigabitEthernet0/0/1]ipv6 enable
[r7-GigabitEthernet0/0/1]ipv6 add 2002:2201:0102:8005::1/64
[r7-GigabitEthernet0/0/1]
May 14 2021 18:33:34-08:00 r7 IPV6/2/IF_IPV6CHANGE:OID 16777216.50331648.1006632
96.16777216.33554432.16777216.922746880.33554432.0.16777216 The status of the IP
v6 Interface changed. (IfIndex=67108864, IfDescr=HUAWEI, AR Series, GigabitEther
net0/0/1 Interface, IfOperStatus=16777216, IfAdminStatus=16777216)
[r7-GigabitEthernet0/0/1]
May 14 2021 18:33:34-08:00 r7 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IPv
6 on the interface GigabitEthernet0/0/1 has entered the UP state.

sys
Enter system view, return user view with Ctrl+Z.
[r7]ospfv3 1
[r7-ospfv3-1]router
[r7-ospfv3-1]router-id 7.7.7.7
[r7-ospfv3-1]int g0/0/0
[r7-GigabitEthernet0/0/0]ospfv3 1 area 0
[r7-GigabitEthernet0/0/0]int lo0
[r7-LoopBack0]ospfv3 1 area 0
[r7-LoopBack0]int g0/0/1
[r7-GigabitEthernet0/0/1]ospfv3 1 area 0
[r7-GigabitEthernet0/0/1]q
[r7]display ospfv3 peer
OSPFv3 Process (1)
OSPFv3 Area (0.0.0.0)
Neighbor ID Pri State Dead Time Interface Instance ID
6.6.6.6 1 Full/DR 00:00:34 GE0/0/0 0
8.8.8.8 1 Full/Backup 00:00:35 GE0/0/1 0

sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys r8
[r8]ipv6
[r8]int g0/0/0
[r8-GigabitEthernet0/0/0]ipv6 enable
[r8-GigabitEthernet0/0/0]ipv6 add 2002:2201:0102:8005::2/64
May 14 2021 18:34:14-08:00 r8 IPV6/2/IF_IPV6CHANGE:OID 16777216.50331648.1006632
96.16777216.33554432.16777216.922746880.33554432.0.16777216 The status of the IP
v6 Interface changed. (IfIndex=50331648, IfDescr=HUAWEI, AR Series, GigabitEther
net0/0/0 Interface, IfOperStatus=16777216, IfAdminStatus=16777216)
[r8-GigabitEthernet0/0/0]
May 14 2021 18:34:14-08:00 r8 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IPv
6 on the interface GigabitEthernet0/0/0 has entered the UP state.
[r8-GigabitEthernet0/0/0]int lo0
[r8-LoopBack0]ipv6 enable
[r8-LoopBack0]ipv6 add 2002:2201:0102:8006::1/64

sys
Enter system view, return user view with Ctrl+Z.
[r8]osp
[r8]ospfv3 1
[r8-ospfv3-1]router
[r8-ospfv3-1]router-id 8.8.8.8
[r8-ospfv3-1]int g0/0/0
[r8-GigabitEthernet0/0/0]ospfv3 1 area 0
[r8-GigabitEthernet0/0/0]int lo0
[r8-LoopBack0]ospfv3 1 area 0

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值