Deployment of IPv6 network commands as follows

 

 

 

 

 

Three routing condition
Model: AR1220
configuration commands as follows
======================================== ======
three routing ipv6 following address:
the AR. 1-
    2001: 64. 1 :: 12 is
the AR-2:
    2001: 2 64 :: 12 is
    2001: 2/64 :: 23 is
the AR-. 3:
    2001: 23 is: : 3/64
=============================================
AR -1 command as
<Huawei> system-view // view into the system
[Huawei] sysname AR-1 // hostname modification
[AR-1] ipv6 // view at knock on the system command ipv6
[AR-1] int g0 / 0/0 // into G0 / 0/0 Interface
[AR-1-GigabitEthernet0 / 0 /0] ipv6 enable // open IPv6
[the AR--the GigabitEthernet0. 1/0/0] IPv6 address 2001: 12 is 64. 1 :: // the ipv6 address and mask
enable command as follows ospfv3
[AR-1] ospfv3 1 // knock ospfv3 1 in the system view
[AR-1-ospfv3-1] router -id 1.1.1.1 // name ID number is provided 1.1.1.1
[the AR--ospfv3-1. 1] q // retreated system view
[AR-1] int g0 / 0/0 // into g0 / 0/0 Interface
[AR-1-GigabitEthernet0 / 0 /0] ospfv3 1 area 0 // disposed on an interface ospfv3 1 and provided the backbone
===========================================
the AR-2 command as
<Huawei> system-view // view into the system
[Huawei] sysname AR-2 // hostname modification
[AR-2] ipv6 // knock ipv6 command in the system view
[AR-2-GigabitEthernet0 / 0 / 1] ipv6 enable // open ipv6
[-the GigabitEthernet0 the AR-2/0 /. 1] ipv6 address 2001: 2 64 :: 12 is the ipv6 address and mask //
[AR-2-GigabitEthernet0 / 0 /1] int g0 / 0/0 // switch interfaces
[AR-2-GigabitEthernet0 / 0 /0] ipv6 enable // Open ipv6
[-the GigabitEthernet0 the AR-2/0/0] ipv6 address 2001: 2 :: 64 // 23 is the ipv6 address and mask
enable ospfv3 command following
[ AR-2] ospfv3 1 // knock ospfv3 1 in the system view
[AR-2-ospfv3-1] router -id 2.2.2.2 // name ID number is provided 2.2.2.2
[the AR-2-ospfv3-1] Q // retreated system view
[AR-2] int g0 / 0/1 // into g0 / 0/1 Interface
[AR-2-GigabitEthernet0 / 0 /1] ospfv3 1 area 0 // knock on the system view ospfv3 1 and set the backbone area 0
[-the GigabitEthernet0 the AR-2/0 /. 1] int G0 / 0/0 // handover Interface
[AR-2-GigabitEthernet0 / 0 /0] ospfv3 1 area 1 // knock on the system view ospfv3 1 and set the non-backbone area 1
============================================ ============
the AR command is as follows. 3-
<Huawei> system-view // view into the system
[Huawei] sysname AR-3 // hostname modification
[AR-3] ipv6 // view at knock on the system command ipv6
[AR-3] int g0 / 0/1 // into g0 / 0/1 Interface
[the AR -3-GigabitEthernet0 / 0/1] ipv6 enable // open ipv6
[the AR--the GigabitEthernet0. 3/0 /. 1] ipv6 address 2001: // 64. 3 :: 23 is the ipv6 address and mask
enable ospfv3 command following
[AR- 3] ospfv3 1 // knock in the system view. 1 OSPFv3
[the AR--ospfv3-1. 3] // 3.3.3.3 Router knock-ID in the system view OSPFv3
[the AR--ospfv3-1. 3] // retreated Q the system view
[AR-3] int g0 / 0/1 // into g0 / 0/1 Interface
[AR-3-GigabitEthernet0 / 0 /1] ospfv3 1 area 1 // ospfv3 1 disposed on an interface region and disposed non-backbone 1
================================================= ==========
See ipv6 address commands as follows:
[the AR-. 1] ipv6 interface DIS Brief // address this command to view ipv6
Interface                    Physical              Protocol   
GigabitEthernet0/0/0         up                    up         
[IPv6 Address] 2001:12::1

Verification Test as follows:
See ospfv3 adjacency table-2 on the AR
[the AR-2] Use the peer ospfv3 the display 
an OSPFv3 Process (. 1)
an OSPFv3 Area (0.0.0.0)
the Neighbor the Pri State Dead Time Interface ID Instance ID
1.1.1.1 Full. 1/00 the DR : 00: 38 is the GE0 / 0/0. 1
an OSPFv3 Area (0.0.0.1)
the Neighbor the Pri State Dead Time Interface ID Instance ID
3.3.3.3. 1 Full / Backup 00:00:37 the GE0 / 0/0 0
====== ======================================
test ipv6 the ping
[AR-1] the ping ipv6 2001: 3 :: 23
  PING 2001: 23 :: 3: 56 the Data bytes, Press CTRL_C to BREAK
    Reply from 2001: 23 :: 3 
    bytes=56 Sequence=1 hop limit=63  time = 60 ms
    Reply from 2001:23::3 
    bytes=56 Sequence=2 hop limit=63  time = 40 ms
    Reply from 2001:23::3 
    bytes=56 Sequence=3 hop limit=63  time = 50 ms
    Reply from 2001:23::3 
    bytes=56 Sequence=4 hop limit=63  time = 30 ms
    Reply from 2001:23::3 
    bytes=56 Sequence=5 hop limit=63  time = 30 ms

  --- 2001:23::3 ping statistics ---
    5 packet(s) transmitted
    5 packet(s) received
    0.00% packet loss
    round-trip min/avg/max = 30/42/60 ms

Published 20 original articles · won praise 9 · views 2191

Guess you like

Origin blog.csdn.net/qq_38936227/article/details/104566075