hcia作业

记录了一次在华为设备上进行DHCP服务器配置、接口IP地址设定及遇到的IP地址冲突问题处理过程,涉及IP地址池创建、全局DHCP启用与接口指定,以及错误排查。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

<Huawei>
<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]user-int	
[Huawei]user-interface c0
[Huawei-ui-console0]id	
[Huawei-ui-console0]idle-timeout  0 0
[Huawei-ui-console0]quit	
[Huawei-ui-console0]quit 
[Huawei]int g0/0/0
[Huawei-GigabitEthernet0/0/0]ip ad            	
[Huawei-GigabitEthernet0/0/0]ip address 11.1.1.1 24
Nov 29 2022 14:30:15-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[0]:The line protocol
 IP on the interface GigabitEthernet0/0/0 has entered the UP state. 
[Huawei-GigabitEthernet0/0/0]quit
[Huawei]sysn	
[Huawei]sysname  r1
[r1]dhcp e	
[r1]dhcp enable 
Info: The operation may take a few seconds. Please wait for a moment.done.
[r1]ip p	
[r1]ip policy-based-route
[r1]ip pool 1
Info: It's successful to create an IP address pool.
[r1-ip-pool-1]net	
[r1-ip-pool-1]netw	
[r1-ip-pool-1]network 11.1.1.0 m	
[r1-ip-pool-1]network 11.1.1.0 mask  24
[r1-ip-pool-1]g	
[r1-ip-pool-1]gateway-list 11.1.1.1
[r1-ip-pool-1]dn	
[r1-ip-pool-1]dns-list 8.8.8.8
[r1-ip-pool-1]qu	
[r1-ip-pool-1]quit 
[r1]int g0/0/0
[r1-GigabitEthernet0/0/0]dhcp s	
[r1-GigabitEthernet0/0/0]dhcp select g	
[r1-GigabitEthernet0/0/0]dhcp select global 
[r1-GigabitEthernet0/0/0]qu	
[r1-GigabitEthernet0/0/0]quit 
[r1]int g0/0/1
[r1-GigabitEthernet0/0/1]ip ad	
[r1-GigabitEthernet0/0/1]ip address 10.1.1.1 24
Nov 29 2022 14:34:31-08:00 r1 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state. 
[r1-GigabitEthernet0/0/1]quit
[r1]ip r	
[r1]ip ro	
[r1]ip route-static 0.0.0.0 11.1.1.1
                                     ^
Error:Incomplete command found at '^' position.
[r1]ip route-static 0.0.0.0 
                            ^
Error:Incomplete command found at '^' position.
[r1]ip route-static 0.0.0.0 0 11.1.1.1
Error: The next-hop address is invalid.
[r1] ipro	
[r1]ip ro	
[r1]ip route-	
[r1]ip route-static 0.0.0.0 0.0.0
                            ^
Error: Wrong parameter found at '^' position.
[r1]ip route-static 0.0.0.0 0.0.0.0 11.1.1.1 
Error: The next-hop address is invalid.
[r1]int lo	
[r1]int LoopBack 0
[r1-LoopBack0]ip ad 5.5.5.5
                            ^
Error:Incomplete command found at '^' position.
[r1-LoopBack0]ip ad 5.5.5.5 24
[r1-LoopBack0]qu	
[r1-LoopBack0]quit 
[r1]ip r	
[r1]ip ro	
[r1]ip route-static 0.0.0.0 5.5.5.5
                                    ^
Error:Incomplete command found at '^' position.
[r1]ip route-static 5.5.5.5  0 11.1.1.1
Error: The destination address and mask of the configured static route mismatche
d, and the static route 0.0.0.0/0 failed to be generated.
[r1]rip 1
[r1-rip-1]ip ro	
[r1-rip-1]quit
[r1]int LoopBack 0
[r1-LoopBack0]undo ip ad 5.5.5.5
                                 ^
Error:Incomplete command found at '^' position.
[r1-LoopBack0]ip ad	
[r1-LoopBack0]ip address  0.0.0.0
                                  ^
Error:Incomplete command found at '^' position.
[r1-LoopBack0]quit
[r1]ip rout	
[r1]ip route
[r1]ip route-static 0.0.0.0 0 11.1.1.254
[r1]aaa
[r1-aaa]local-u	
[r1-aaa]local-user xx pri	
[r1-aaa]local-user xx privilege  level 15 pass	
[r1-aaa]local-user xx privilege  level 15 password  ci	
[r1-aaa]local-user xx privilege  level 15 password  cipher  jing
Info: Add a new user.
[r1-aaa]local-u	
[r1-aaa]local-user xx ser	
[r1-aaa]local-user xx service-type  ter	
[r1-aaa]local-user xx service-type  terminal 
[r1-aaa]local-u	
[r1-aaa]local-user yy pri	
[r1-aaa]local-user yy privilege  l	
[r1-aaa]local-user yy privilege  level 0	
[r1-aaa]local-user yy privilege  level 0 p	
[r1-aaa]local-user yy privilege  level 0 password  c	
[r1-aaa]local-user yy privilege  level 0 password  cipher  xx
Info: Add a new user.
[r1-aaa]quit
[r1]user-i	
[r1]user-interface c0
[r1-ui-console0]au	
[r1-ui-console0]authentication-mode aaa
[r1-ui-console0]quit
[r1]quit
<r1>
<r1>quit

  Configuration console exit, please press any key to log on


Login authentication


Username:xx
Password:
<Huawei>sys	
<Huawei>system-view 
Enter system view, return user view with Ctrl+Z.
[Huawei]user-	
[Huawei]user-int	
[Huawei]user-interface  c0
[Huawei-ui-console0]id	
[Huawei-ui-console0]idle-timeout 0 0 
[Huawei-ui-console0]quit
[Huawei]sysn	
[Huawei]sysname  r2
[r2]int 	
[r2]interface g0/0/0
[r2-GigabitEthernet0/0/0]ip ad	
[r2-GigabitEthernet0/0/0]ip address 10.1.1.2 24
[r2-GigabitEthernet0/0/0]
Nov 29 2022 14:35:26-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]quit
[r2]int	
[r2]interface  g0/0/1
[r2-GigabitEthernet0/0/1]ip ad	
[r2-GigabitEthernet0/0/1]ip address 172.16.32.1 19
Nov 29 2022 14:44:17-08:00 r2 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state. 
[r2-GigabitEthernet0/0/1]quit
[r2]int	
[r2]interface  lo	
[r2]interface  LoopBack 0
[r2-LoopBack0]ospf 1 ro	
[r2-LoopBack0]ip ad 	
[r2-LoopBack0]ip address  1.1.1.1 32
[r2-LoopBack0]quit
[r2]ospf 1 ro	
[r2]ospf 1 router-id 1.1.1.1
[r2-ospf-1]a	
[r2-ospf-1]area 1
[r2-ospf-1-area-0.0.0.1]net	
[r2-ospf-1-area-0.0.0.1]network 1.0.0.0
                                        ^
Error:Incomplete command found at '^' position.
[r2-ospf-1-area-0.0.0.1]network 1.0.0.0  0.0.0.255
[r2-ospf-1-area-0.0.0.1]netw	
[r2-ospf-1-area-0.0.0.1]network 172.168.32.0 0.0.127.255
[r2-ospf-1-area-0.0.0.1]undo network 172.168.32.0 0.0.127.255
[r2-ospf-1-area-0.0.0.1]network 172.168.32.0 0.0.31.255
[r2-ospf-1-area-0.0.0.1]quit
[r2-ospf-1]int g0/0/1
[r2-GigabitEthernet0/0/1]os	
[r2-GigabitEthernet0/0/1]ospf t	
[r2-GigabitEthernet0/0/1]ospf ti	
[r2-GigabitEthernet0/0/1]ospf timer  h	
[r2-GigabitEthernet0/0/1]ospf timer  hello  5
[r2-GigabitEthernet0/0/1]ospf timer de	
[r2-GigabitEthernet0/0/1]ospf timer dead  20
[r2-GigabitEthernet0/0/1]ospf de	
[r2-GigabitEthernet0/0/1]ospf dr	
[r2-GigabitEthernet0/0/1]ospf dr-priority 
                                          ^
Error:Incomplete command found at '^' position.
[r2-GigabitEthernet0/0/1]ospf dr-priority 0
[r2-GigabitEthernet0/0/1]
<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]user-i	
[Huawei]user-interface c0
[Huawei-ui-console0]id	
[Huawei-ui-console0]idle-timeout  0 0
[Huawei-ui-console0]qu	
[Huawei-ui-console0]quit 
[Huawei]sysn	
[Huawei]sysname  r3
[r3]int	
[r3]interface g0/0/0
[r3-GigabitEthernet0/0/0]ip ad	
[r3-GigabitEthernet0/0/0]ip address 172.16.32.2  19
[r3-GigabitEthernet0/0/0]
Nov 29 2022 14:49:51-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 ad	
[r3-GigabitEthernet0/0/1]ip address 172.16.64.1 19
[r3-GigabitEthernet0/0/1]
Nov 29 2022 14:54:44-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]quit
[r3] int lo	
[r3]int LoopBack 0
[r3-LoopBack0]ip ad	
[r3-LoopBack0]ip address 2.2.2.2 32
[r3-LoopBack0]quit
[r3]ospf 1 ro	
[r3]ospf 1 router-id 2.2.2.2
[r3-ospf-1]area 1
[r3-ospf-1-area-0.0.0.1] NET	
[r3-ospf-1-area-0.0.0.1]network 2.2.2.2 0.0.0.255
[r3-ospf-1-area-0.0.0.1]netw 	
[r3-ospf-1-area-0.0.0.1]network 172.168.32.0 0.0.127.255
[r3-ospf-1-area-0.0.0.1]area 0
[r3-ospf-1-area-0.0.0.0]net 	
[r3-ospf-1-area-0.0.0.0]area 1
[r3-ospf-1-area-0.0.0.1]undo net	
[r3-ospf-1-area-0.0.0.1]undo network 172.168.32.0 0.0.127.255
[r3-ospf-1-area-0.0.0.1]network 172.168.32.0 0.0.31.255
[r3-ospf-1-area-0.0.0.1]area 0
[r3-ospf-1-area-0.0.0.0]net	
[r3-ospf-1-area-0.0.0.0]network  172.168.64.0 0.0.31.255
[r3-ospf-1-area-0.0.0.0]ar	
[r3-ospf-1-area-0.0.0.0]a	
[r3-ospf-1-area-0.0.0.0]area 1
[r3-ospf-1-area-0.0.0.1]undo net	
[r3-ospf-1-area-0.0.0.1]undo network 2.2.2.2 0.0.0.255
[r3-ospf-1-area-0.0.0.1]n	
[r3-ospf-1-area-0.0.0.1]network 2.0.0.0 0.0.0.255
[r3-ospf-1-area-0.0.0.1]int g0/0/0
[r3-GigabitEthernet0/0/0]os	
[r3-GigabitEthernet0/0/0]ospf ti	
[r3-GigabitEthernet0/0/0]ospf timer  h	
[r3-GigabitEthernet0/0/0]ospf timer  hello  5
[r3-GigabitEthernet0/0/0]ospf timer de	
[r3-GigabitEthernet0/0/0]ospf timer dead  20
[r3-GigabitEthernet0/0/0]int g0/0/1
[r3-GigabitEthernet0/0/1]ospf timer hello 5
[r3-GigabitEthernet0/0/1]ospf timer dead 20
[r3-GigabitEthernet0/0/1]ospf dr-	
[r3-GigabitEthernet0/0/1]ospf dr-priority 100
[r3-GigabitEthernet0/0/1]int g0/0/0
[r3-GigabitEthernet0/0/0]ospf dr-priority 100
[r3-GigabitEthernet0/0/0]
<Huawei>sys	
<Huawei>system-view  
Enter system view, return user view with Ctrl+Z.
[Huawei]user-i	
[Huawei]user-interface c0
[Huawei-ui-console0]id	
[Huawei-ui-console0]idle-timeout 0 0
[Huawei-ui-console0]qu	
[Huawei-ui-console0]quit 
[Huawei]int g0/0/0
[Huawei-GigabitEthernet0/0/0]ip ad	
[Huawei-GigabitEthernet0/0/0]ip address 172.16.128.1 19
Nov 29 2022 14:57:32-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[0]:The line protocol
 IP on the interface GigabitEthernet0/0/0 has entered the UP state. 
[Huawei-GigabitEthernet0/0/0]int g0/0/1
[Huawei-GigabitEthernet0/0/1]ip ad	
[Huawei-GigabitEthernet0/0/1]ip address  172.16.160
                                         ^
Error: Wrong parameter found at '^' position.
[Huawei-GigabitEthernet0/0/1]ip address 172.16.160.1 19
Nov 29 2022 14:58:36-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[1]:The line protocol
 IP on the interface GigabitEthernet0/0/1 has entered the UP state. 
[Huawei-GigabitEthernet0/0/1]
[Huawei-GigabitEthernet0/0/1]
[Huawei-GigabitEthernet0/0/1]
Nov 29 2022 15:02:31-08:00 Huawei ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.5033164
8.100663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.
33554432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local inte
rface=GigabitEthernet0/0/1, Local MAC=00e0-fc20-4f6a, Local vlan=0, Local CE vla
n=0, Receive interface=GigabitEthernet0/0/1, Receive MAC=00e0-fcd2-271a, Receive
 vlan=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[Huawei-GigabitEthernet0/0/1]
Nov 29 2022 15:02:31-08:00 Huawei %%01ARP/4/ARP_DUPLICATE_IPADDR(l)[2]:Received 
an ARP packet with a duplicate IP address from the interface. (IpAddress=1.160.1
6.172, InterfaceName=GigabitEthernet0/0/1, MacAddress=00e0-fcd2-271a) 
[Huawei-GigabitEthernet0/0/1]
Nov 29 2022 15:12:36-08:00 Huawei ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.5033164
8.100663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.
33554432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local inte
rface=GigabitEthernet0/0/1, Local MAC=00e0-fc20-4f6a, Local vlan=0, Local CE vla
n=0, Receive interface=GigabitEthernet0/0/1, Receive MAC=00e0-fcd2-271a, Receive
 vlan=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[Huawei-GigabitEthernet0/0/1]
Nov 29 2022 15:22:41-08:00 Huawei ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.5033164
8.100663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.
33554432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local inte
rface=GigabitEthernet0/0/1, Local MAC=00e0-fc20-4f6a, Local vlan=0, Local CE vla
n=0, Receive interface=GigabitEthernet0/0/1, Receive MAC=00e0-fcd2-271a, Receive
 vlan=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[Huawei-GigabitEthernet0/0/1]
Nov 29 2022 15:32:46-08:00 Huawei ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.5033164
8.100663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.
33554432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local inte
rface=GigabitEthernet0/0/1, Local MAC=00e0-fc20-4f6a, Local vlan=0, Local CE vla
n=0, Receive interface=GigabitEthernet0/0/1, Receive MAC=00e0-fcd2-271a, Receive
 vlan=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[Huawei-GigabitEthernet0/0/1]
Nov 29 2022 15:42:47-08:00 Huawei ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.5033164
8.100663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.
33554432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local inte
rface=GigabitEthernet0/0/1, Local MAC=00e0-fc20-4f6a, Local vlan=0, Local CE vla
n=0, Receive interface=GigabitEthernet0/0/1, Receive MAC=00e0-fcd2-271a, Receive
 vlan=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[Huawei-GigabitEthernet0/0/1]
Nov 29 2022 15:52:52-08:00 Huawei ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.5033164
8.100663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.
33554432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local inte
rface=GigabitEthernet0/0/1, Local MAC=00e0-fc20-4f6a, Local vlan=0, Local CE vla
n=0, Receive interface=GigabitEthernet0/0/1, Receive MAC=00e0-fcd2-271a, Receive
 vlan=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[Huawei-GigabitEthernet0/0/1]quit
[Huawei]int lo	
[Huawei]int LoopBack 0
[Huawei-LoopBack0]3.3.3.3 32
                  ^
Error: Unrecognized command found at '^' position.
[Huawei-LoopBack0]ip ad          	
[Huawei-LoopBack0]ip address  3.3.3.3 32
[Huawei-LoopBack0]quit
[Huawei]os	
[Huawei]ospf 1 ro	
[Huawei]ospf 1 router-id 3.3.3.3
[Huawei-ospf-1]a	
[Huawei-ospf-1]area 0
[Huawei-ospf-1-area-0.0.0.0]net	
[Huawei-ospf-1-area-0.0.0.0]network 3.0.0.0 0.0.0.255
[Huawei-ospf-1-area-0.0.0.0]netw	
[Huawei-ospf-1-area-0.0.0.0]network 172.16.128.0 0.0.31.255
[Huawei-ospf-1-area-0.0.0.0]a	
[Huawei-ospf-1-area-0.0.0.0]area 2
[Huawei-ospf-1-area-0.0.0.2]ne	
[Huawei-ospf-1-area-0.0.0.2]network 172.16.160.0 0.0.31.255
[Huawei-ospf-1-area-0.0.0.2]netw	
[Huawei-ospf-1-area-0.0.0.2]network 192.168.1.0 0.0.0.255
[Huawei-ospf-1-area-0.0.0.2]netw	
[Huawei-ospf-1-area-0.0.0.2]network 192.168.2.0 0.0.0.255
[Huawei-ospf-1-area-0.0.0.2]
Nov 29 2022 16:02:32-08:00 Huawei %%01ARP/4/ARP_DUPLICATE_IPADDR(l)[3]:Received 
an ARP packet with a duplicate IP address from the interface. (IpAddress=1.160.1
6.172, InterfaceName=GigabitEthernet0/0/1, MacAddress=00e0-fcd2-271a) 
[Huawei-ospf-1-area-0.0.0.2]
Nov 29 2022 16:02:57-08:00 Huawei ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.5033164
8.100663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.
33554432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local inte
rface=GigabitEthernet0/0/1, Local MAC=00e0-fc20-4f6a, Local vlan=0, Local CE vla
n=0, Receive interface=GigabitEthernet0/0/1, Receive MAC=00e0-fcd2-271a, Receive
 vlan=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[Huawei-ospf-1-area-0.0.0.2]
Nov 29 2022 16:13:02-08:00 Huawei ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.5033164
8.100663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.
33554432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local inte
rface=GigabitEthernet0/0/1, Local MAC=00e0-fc20-4f6a, Local vlan=0, Local CE vla
n=0, Receive interface=GigabitEthernet0/0/1, Receive MAC=00e0-fcd2-271a, Receive
 vlan=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[Huawei-ospf-1-area-0.0.0.2]quit
[Huawei-ospf-1]quit	
[Huawei-ospf-1]quit 
[Huawei]int g0/0
Nov 29 2022 16:23:07-08:00 Huawei ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.5033164
8.100663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.
33554432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local inte
rface=GigabitEthernet0/0/1, Local MAC=00e0-fc20-4f6a, Local vlan=0, Local CE vla
n=0, Receive interface=GigabitEthernet0/0/1, Receive MAC=00e0-fcd2-271a, Receive
 vlan=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[Huawei]int g0/0/0
[Huawei-GigabitEthernet0/0/0] os	
[Huawei-GigabitEthernet0/0/0]ospf ti	
[Huawei-GigabitEthernet0/0/0]ospf timer h	
[Huawei-GigabitEthernet0/0/0]ospf timer hello 5
[Huawei-GigabitEthernet0/0/0]ospf timer d 20
[Huawei-GigabitEthernet0/0/0]int g0/0/1
[Huawei-GigabitEthernet0/0/1]o t h 5
                             ^
Error:Ambiguous command found at '^' position.
[Huawei-GigabitEthernet0/0/1]ospf timer hello 5
[Huawei-GigabitEthernet0/0/1]ospf timer de	
[Huawei-GigabitEthernet0/0/1]ospf timer dead 20
[Huawei-GigabitEthernet0/0/1]
Nov 29 2022 16:33:12-08:00 Huawei ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.5033164
8.100663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.
33554432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local inte
rface=GigabitEthernet0/0/1, Local MAC=00e0-fc20-4f6a, Local vlan=0, Local CE vla
n=0, Receive interface=GigabitEthernet0/0/1, Receive MAC=00e0-fcd2-271a, Receive
 vlan=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[Huawei-GigabitEthernet0/0/1]
Nov 29 2022 16:43:17-08:00 Huawei ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.5033164
8.100663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.
33554432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local inte
rface=GigabitEthernet0/0/1, Local MAC=00e0-fc20-4f6a, Local vlan=0, Local CE vla
n=0, Receive interface=GigabitEthernet0/0/1, Receive MAC=00e0-fcd2-271a, Receive
 vlan=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[Huawei-GigabitEthernet0/0/1]
Nov 29 2022 16:53:22-08:00 Huawei ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.5033164
8.100663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.
33554432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local inte
rface=GigabitEthernet0/0/1, Local MAC=00e0-fc20-4f6a, Local vlan=0, Local CE vla
n=0, Receive interface=GigabitEthernet0/0/1, Receive MAC=00e0-fcd2-271a, Receive
 vlan=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[Huawei-GigabitEthernet0/0/1]ospf dr	
[Huawei-GigabitEthernet0/0/1]ospf dr-priority 0 
[Huawei-GigabitEthernet0/0/1]int
                             ^
Error: Unrecognized command found at '^' position.
[Huawei-GigabitEthernet0/0/1]int g0/0/0
[Huawei-GigabitEthernet0/0/0]ospf dr-priority 
<Huawei>sys	
<Huawei>system-view 
Enter system view, return user view with Ctrl+Z.
[Huawei]sysn	
[Huawei]sysname  r6
[r6]int g0/0/0
[r6-GigabitEthernet0/0/0]ip ad	
[r6-GigabitEthernet0/0/0]ip address 172.16.192.1
                                                 ^
Error:Incomplete command found at '^' position.
[r6-GigabitEthernet0/0/0]ip address 172.16.192.1 19
Nov 29 2022 15:04:19-08:00 r6 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[r6-GigabitEthernet0/0/0]
[r6-GigabitEthernet0/0/0]int g0/0/1
[r6-GigabitEthernet0/0/1]ip ad	
[r6-GigabitEthernet0/0/1]ip address 172.16.224.1 19 
Nov 29 2022 15:05:33-08:00 r6 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state. 
[r6-GigabitEthernet0/0/1]

  Please check whether system data has been changed, and save data in time

  Configuration console time out, please press any key to log on

<r6>e	
<r6>sys
Enter system view, return user view with Ctrl+Z.
[r6]int	
[r6]interface lo	
[r6]interface LoopBack 0
[r6-LoopBack0]ip ad 4.4.4.4 32
[r6-LoopBack0]quit
[r6]interface LoopBack 0
[r6-LoopBack0]ip address 4.4.4.4 32
Error: The address already exists.
[r6-LoopBack0]quit
[r6]ospf 1ro	
[r6]ospf ro	
[r6]ospf router-id 4.4.4.4
[r6-ospf-1]a	
[r6-ospf-1]area 0
[r6-ospf-1-area-0.0.0.0]n	
[r6-ospf-1-area-0.0.0.0]ne	
[r6-ospf-1-area-0.0.0.0]network  172.16.192.0 0.0.31.255
[r6-ospf-1-area-0.0.0.0]netw	
[r6-ospf-1-area-0.0.0.0]network 4.0.0.0 0.0.0.255
[r6-ospf-1-area-0.0.0.0]a	
[r6-ospf-1-area-0.0.0.0]area	
[r6-ospf-1-area-0.0.0.0]area 3
[r6-ospf-1-area-0.0.0.3]n	
[r6-ospf-1-area-0.0.0.3]ne	
[r6-ospf-1-area-0.0.0.3]network 172.16.224.0 0.0.31.255
[r6-ospf-1-area-0.0.0.3]n	
[r6-ospf-1-area-0.0.0.3]network 192.168.3.0 0.0.0.255
[r6-ospf-1-area-0.0.0.3]network 192.168.4.0 0.0.0.255
[r6-ospf-1-area-0.0.0.3]quit
[r6-ospf-1]quit
[r6]user-i	
[r6]user-interface c0
[r6-ui-console0]id 	
[r6-ui-console0]idle-timeout  0 0
[r6-ui-console0]quit
[r6]ospf 1 ro	
[r6]ospf 1 router-id 4.4.4.4
[r6-ospf-1]quit
[r6]int g0/0/0
[r6-GigabitEthernet0/0/0]os	
[r6-GigabitEthernet0/0/0]ospf ti	
[r6-GigabitEthernet0/0/0]ospf timer  h	
[r6-GigabitEthernet0/0/0]ospf timer  hello  5
[r6-GigabitEthernet0/0/0]ospf timer d	
[r6-GigabitEthernet0/0/0]ospf timer dead 20
[r6-GigabitEthernet0/0/0]int g0/0/1
[r6-GigabitEthernet0/0/1]ospf timer hello 5
[r6-GigabitEthernet0/0/1]ospf timer dead 20
[r6-GigabitEthernet0/0/1]ospf r	
[r6-GigabitEthernet0/0/1]ospf dr	
[r6-GigabitEthernet0/0/1]ospf dr-priority 0
[r6-GigabitEthernet0/0/1]int g0/0/0
[r6-GigabitEthernet0/0/0]ospf dr-priority 0
[r6-GigabitEthernet0/0/0]quit
[r6]aaa
[r6-aaa]lo	
[r6-aaa]local-user ww pr	
[r6-aaa]local-user ww privilege 15 pa	
[r6-aaa]local-user ww privilege 15 l	
[r6-aaa]local-user ww privilege l	
[r6-aaa]local-user ww privilege level 15 p	
[r6-aaa]local-user ww privilege level 15 password  c	
[r6-aaa]local-user ww privilege level 15 password  cipher  123
Info: Add a new user.
[r6-aaa]lo	
[r6-aaa]local-user ww se	
[r6-aaa]local-user ww service-type te	
[r6-aaa]local-user ww service-type telnet 
[r6-aaa]user-i	
[r6-aaa]quit
[r6]user-i	
[r6]user-interface vty 0 4
[r6-ui-vty0-4]auth	
[r6-ui-vty0-4]authentication-mode  aaa
[r6-ui-vty0-4]quit
[r6]ping 172.16.192.2
  PING 172.16.192.2: 56  data bytes, press CTRL_C to break
    Request time out
    Request time out
    Request time out
    Request time out
    Request time out

  --- 172.16.192.2 ping statistics ---
    5 packet(s) transmitted
    0 packet(s) received
    100.00% packet loss

[r6]ping 172.16.224.2
  PING 172.16.224.2: 56  data bytes, press CTRL_C to break
    Request time out
    Request time out
    Request time out
    Request time out
    Request time out

  --- 172.16.224.2 ping statistics ---
    5 packet(s) transmitted
    0 packet(s) received
    100.00% packet loss

[r6]ping 172.16.224.2
  PING 172.16.224.2: 56  data bytes, press CTRL_C to break
    Reply from 172.16.224.2: bytes=56 Sequence=1 ttl=255 time=60 ms
    Reply from 172.16.224.2: bytes=56 Sequence=2 ttl=255 time=30 ms
    Reply from 172.16.224.2: bytes=56 Sequence=3 ttl=255 time=20 ms
    Reply from 172.16.224.2: bytes=56 Sequence=4 ttl=255 time=30 ms
    Reply from 172.16.224.2: bytes=56 Sequence=5 ttl=255 time=20 ms

  --- 172.16.224.2 ping statistics ---
    5 packet(s) transmitted
    5 packet(s) received
    0.00% packet loss
    round-trip min/avg/max = 20/32/60 m
<Huawei>sys	
<Huawei>system-view 
Enter system view, return user view with Ctrl+Z.
[Huawei]user-i	
[Huawei]user-interface g0
                       ^
Error: Wrong parameter found at '^' position.
[Huawei]user-interface c0
[Huawei-ui-console0]id	
[Huawei-ui-console0]idle-timeout  0 0
[Huawei-ui-console0]qu	
[Huawei-ui-console0]quit 
[Huawei]int g/0/0/0
            ^
Error: Wrong parameter found at '^' position.
[Huawei]int g0/0/0
[Huawei-GigabitEthernet0/0/0]ip ad	
[Huawei-GigabitEthernet0/0/0]ip address 172.168.224.2 19
Nov 29 2022 15:09:12-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[0]:The line protocol
 IP on the interface GigabitEthernet0/0/0 has entered the UP state. 
[Huawei-GigabitEthernet0/0/0]int
                             ^
Error: Unrecognized command found at '^' position.
[Huawei-GigabitEthernet0/0/0]int g0/0/1.1
[Huawei-GigabitEthernet0/0/1.1]dot	
[Huawei-GigabitEthernet0/0/1.1]dot1q t	
[Huawei-GigabitEthernet0/0/1.1]dot1q termination v	
[Huawei-GigabitEthernet0/0/1.1]dot1q termination vid 4
[Huawei-GigabitEthernet0/0/1.1]ip aad	
[Huawei-GigabitEthernet0/0/1.1]ip ad	
[Huawei-GigabitEthernet0/0/1.1]ip address 192.168.3.1 24
Nov 29 2022 15:31:40-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[1]:The line protocol
 IP on the interface GigabitEthernet0/0/1.1 has entered the UP state. 
[Huawei-GigabitEthernet0/0/1.1]int g0/0/1.2
[Huawei-GigabitEthernet0/0/1.2]dot1q termination vid 5
[Huawei-GigabitEthernet0/0/1.2]ip ad	
[Huawei-GigabitEthernet0/0/1.2]ip address 192.168.4.1 24
Nov 29 2022 15:32:44-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[2]:The line protocol
 IP on the interface GigabitEthernet0/0/1.2 has entered the UP state. 
[Huawei-GigabitEthernet0/0/1.2]dhcp	
[Huawei-GigabitEthernet0/0/1.2]dhcp  en	
[Huawei-GigabitEthernet0/0/1.2]dhcp  e	
[Huawei-GigabitEthernet0/0/1.2]qu	
[Huawei-GigabitEthernet0/0/1.2]quit 
[Huawei]dh	
[Huawei]dhcp e
Info: The operation may take a few seconds. Please wait for a moment.done.
[Huawei]dhcp e	
[Huawei]dhcp enable 
[Huawei]ip p	
[Huawei]ip policy-based-route
[Huawei]ip pool 3
Info: It's successful to create an IP address pool.
[Huawei-ip-pool-3]netw	
[Huawei-ip-pool-3]network 192.168.3.0 m	
[Huawei-ip-pool-3]network 192.168.3.0 mask 24
[Huawei-ip-pool-3]g	
[Huawei-ip-pool-3]gateway-list 192.168.3.1
[Huawei-ip-pool-3]dn	
[Huawei-ip-pool-3]dns-list 8.8.8.8
[Huawei-ip-pool-3]quit
[Huawei]ip p	
[Huawei]ip policy-based-route
[Huawei]ip pool 4
Info: It's successful to create an IP address pool.
[Huawei-ip-pool-4]netw	
[Huawei-ip-pool-4]network  192.168.4.0 m	
[Huawei-ip-pool-4]network  192.168.4.0 mask  24
[Huawei-ip-pool-4]g	
[Huawei-ip-pool-4]gateway-list 192.168.4.1
[Huawei-ip-pool-4]dn	
[Huawei-ip-pool-4]dns-list 8.8.8.8
[Huawei-ip-pool-4]quit
[Huawei]dhcp s	
[Huawei]dhcp se	
[Huawei]dhcp sel	
[Huawei]intg0/0/1.1
        ^
Error: Unrecognized command found at '^' position.
[Huawei]int g0/0/1.1
[Huawei-GigabitEthernet0/0/1.1]dh	
[Huawei-GigabitEthernet0/0/1.1]dhcp  	
[Huawei-GigabitEthernet0/0/1.1]dhcp s	
[Huawei-GigabitEthernet0/0/1.1]dhcp selecte	
[Huawei-GigabitEthernet0/0/1.1]dhcp	
[Huawei-GigabitEthernet0/0/1.1]dhcp  s	
[Huawei-GigabitEthernet0/0/1.1]dhcp  select g	
[Huawei-GigabitEthernet0/0/1.1]dhcp  select global 
[Huawei-GigabitEthernet0/0/1.1]int g0/0/1.2
[Huawei-GigabitEthernet0/0/1.2]dhcp select global
[Huawei-GigabitEthernet0/0/1.2]quit
[Huawei]int g0/0/0
[Huawei-GigabitEthernet0/0/0] os	
[Huawei-GigabitEthernet0/0/0]ospf  t	
[Huawei-GigabitEthernet0/0/0]ospf  ti	
[Huawei-GigabitEthernet0/0/0]ospf  timer  h	
[Huawei-GigabitEthernet0/0/0]ospf  timer  hello 5
[Huawei-GigabitEthernet0/0/0]ospf timer de	
[Huawei-GigabitEthernet0/0/0]ospf timer dead  20
[Huawei-GigabitEthernet0/0/0]ospf dr-priority 0
[Huawei-GigabitEthernet0/0/0]
[Huawei-GigabitEthernet0/0/0]undo ip address 172.168.224.2 19
Nov 29 2022 17:42:04-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[3]:The line protocol
 IP on the interface GigabitEthernet0/0/0 has entered the DOWN state. 
[Huawei-GigabitEthernet0/0/0]undo ip address 172.16.224.2 19
Error: The specified primary address does not exist.
[Huawei-GigabitEthernet0/0/0] ip address 172.16.224.2 19
Nov 29 2022 17:43:32-08:00 Huawei %%01IFNET/4/LINK_STATE(l)[4]:The line protocol
 IP on the interface GigabitEthernet0/0/0 has entered the UP state. 
[Huawei-GigabitEthernet0/0/0]
<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]user-i	
[Huawei]user-interface  c0
[Huawei-ui-console0]id 	
[Huawei-ui-console0]idle-timeout  0 0
[Huawei-ui-console0]qui	
[Huawei-ui-console0]quit 
[Huawei]
[Huawei]sysn	
[Huawei]sysname  r5
[r5]int g0/0/0
[r5-GigabitEthernet0/0/0]ip ad	
[r5-GigabitEthernet0/0/0]ip address 172.16.160.1 19
Nov 29 2022 15:02:31-08:00 r5 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[r5-GigabitEthernet0/0/0]
Nov 29 2022 15:02:31-08:00 r5 ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.50331648.10
0663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.3355
4432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local interfac
e=GigabitEthernet0/0/0, Local MAC=00e0-fcd2-271a, Local vlan=0, Local CE vlan=0,
 Receive interface=GigabitEthernet0/0/0, Receive MAC=00e0-fc20-4f6a, Receive vla
n=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[r5-GigabitEthernet0/0/0]
Nov 29 2022 15:02:31-08:00 r5 %%01ARP/4/ARP_DUPLICATE_IPADDR(l)[1]:Received an A
RP packet with a duplicate IP address from the interface. (IpAddress=1.160.16.17
2, InterfaceName=GigabitEthernet0/0/0, MacAddress=00e0-fc20-4f6a) 
[r5-GigabitEthernet0/0/0]quit
[r5]dhcp e	
[r5]dhcp enable 
Info: The operation may take a few seconds. Please wait for a moment.done.
[r5]ip p	
[r5]ip policy-based-route
[r5]ip pool 1
Info: It's successful to create an IP address pool.
[r5-ip-pool-1]netw	
[r5-ip-pool-1]network  192.168.1.0 m	
[r5-ip-pool-1]network  192.168.1.0 mask 24
[r5-ip-pool-1]g	
[r5-ip-pool-1]gateway-list 192.168.1.1
[r5-ip-pool-1]d	
[r5-ip-pool-1]dns	
[r5-ip-pool-1]dns-list 8.8.8.8
[r5-ip-pool-1]quit
[r5]ip p	
[r5]ip policy-based-route
[r5]ip pool 2
Info: It's successful to create an IP address pool.
[r5-ip-pool-2]netw	
[r5-ip-pool-2]network  192.168.2.0 m	
[r5-ip-pool-2]network  192.168.2.0 mask 24
[r5-ip-pool-2]g	
[r5-ip-pool-2]gateway-list 192.168.2.1
[r5-ip-pool-2]dn	
[r5-ip-pool-2]dns-list 8.8.8.8
[r5-ip-pool-2]quit
[r5]int g0/0/1
[r5-GigabitEthernet0/0/1]dh	
[r5-GigabitEthernet0/0/1]dhcp s	
[r5-GigabitEthernet0/0/1]dhcp select
Nov 29 2022 15:12:36-08:00 r5 ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.50331648.10
0663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.3355
4432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local interfac
e=GigabitEthernet0/0/0, Local MAC=00e0-fcd2-271a, Local vlan=0, Local CE vlan=0,
 Receive interface=GigabitEthernet0/0/0, Receive MAC=00e0-fc20-4f6a, Receive vla
n=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[r5-GigabitEthernet0/0/1]dhcp select g	
[r5-GigabitEthernet0/0/1]dhcp select global 
[r5-GigabitEthernet0/0/1]dhcp select global
[r5-GigabitEthernet0/0/1]ip ad	
[r5-GigabitEthernet0/0/1]int g0/0/0
Nov 29 2022 15:22:41-08:00 r5 ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.50331648.10
0663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.3355
4432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local interfac
e=GigabitEthernet0/0/0, Local MAC=00e0-fcd2-271a, Local vlan=0, Local CE vlan=0,
 Receive interface=GigabitEthernet0/0/0, Receive MAC=00e0-fc20-4f6a, Receive vla
n=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[r5-GigabitEthernet0/0/1]int g0/0/1.1
[r5-GigabitEthernet0/0/1.1]do	
[r5-GigabitEthernet0/0/1.1]dot1q t	
[r5-GigabitEthernet0/0/1.1]dot1q termination v	
[r5-GigabitEthernet0/0/1.1]dot1q termination vid 2
[r5-GigabitEthernet0/0/1.1]ip ad 192.168.1.1
                                             ^
Error:Incomplete command found at '^' position.
[r5-GigabitEthernet0/0/1.1]ip ad 192.168.1.1 24
Nov 29 2022 15:24:48-08:00 r5 %%01IFNET/4/LINK_STATE(l)[2]:The line protocol IP 
on the interface GigabitEthernet0/0/1.1 has entered the UP state. 
[r5-GigabitEthernet0/0/1.1]int g0/0/1.2
[r5-GigabitEthernet0/0/1.2]dot1q termination vid 3
[r5-GigabitEthernet0/0/1.2]ip ad	
[r5-GigabitEthernet0/0/1.2]ip address 192.168.2.1 24
Nov 29 2022 15:25:23-08:00 r5 %%01IFNET/4/LINK_STATE(l)[3]:The line protocol IP 
on the interface GigabitEthernet0/0/1.2 has entered the UP state. 
[r5-GigabitEthernet0/0/1.2]dh	
[r5-GigabitEthernet0/0/1.2]dhcp s	
[r5-GigabitEthernet0/0/1.2]dhcp select g	
[r5-GigabitEthernet0/0/1.2]dhcp select global 
[r5-GigabitEthernet0/0/1.2]int g0/0/1.1
[r5-GigabitEthernet0/0/1.1]dhcp select global
[r5-GigabitEthernet0/0/1.1]ar	
[r5-GigabitEthernet0/0/1.1]ab	
[r5-GigabitEthernet0/0/1.1]ar	
[r5-GigabitEthernet0/0/1.1]arp b	
[r5-GigabitEthernet0/0/1.1]arp broadcast  e	
[r5-GigabitEthernet0/0/1.1]arp broadcast  enable 
[r5-GigabitEthernet0/0/1.1]int g0/0/1.2
[r5-GigabitEthernet0/0/1.2]arp broadcast enable
[r5-GigabitEthernet0/0/1.2]
Nov 29 2022 15:32:46-08:00 r5 ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.50331648.10
0663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.3355
4432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local interfac
e=GigabitEthernet0/0/0, Local MAC=00e0-fcd2-271a, Local vlan=0, Local CE vlan=0,
 Receive interface=GigabitEthernet0/0/0, Receive MAC=00e0-fc20-4f6a, Receive vla
n=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[r5-GigabitEthernet0/0/1.2]
Nov 29 2022 15:42:51-08:00 r5 ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.50331648.10
0663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.3355
4432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local interfac
e=GigabitEthernet0/0/0, Local MAC=00e0-fcd2-271a, Local vlan=0, Local CE vlan=0,
 Receive interface=GigabitEthernet0/0/0, Receive MAC=00e0-fc20-4f6a, Receive vla
n=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[r5-GigabitEthernet0/0/1.2]
Nov 29 2022 15:52:56-08:00 r5 ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.50331648.10
0663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.3355
4432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local interfac
e=GigabitEthernet0/0/0, Local MAC=00e0-fcd2-271a, Local vlan=0, Local CE vlan=0,
 Receive interface=GigabitEthernet0/0/0, Receive MAC=00e0-fc20-4f6a, Receive vla
n=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[r5-GigabitEthernet0/0/1.2]
Nov 29 2022 16:02:32-08:00 r5 %%01ARP/4/ARP_DUPLICATE_IPADDR(l)[4]:Received an A
RP packet with a duplicate IP address from the interface. (IpAddress=1.160.16.17
2, InterfaceName=GigabitEthernet0/0/0, MacAddress=00e0-fc20-4f6a) 
[r5-GigabitEthernet0/0/1.2]
Nov 29 2022 16:03:01-08:00 r5 ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.50331648.10
0663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.3355
4432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local interfac
e=GigabitEthernet0/0/0, Local MAC=00e0-fcd2-271a, Local vlan=0, Local CE vlan=0,
 Receive interface=GigabitEthernet0/0/0, Receive MAC=00e0-fc20-4f6a, Receive vla
n=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[r5-GigabitEthernet0/0/1.2]
Nov 29 2022 16:13:07-08:00 r5 ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.50331648.10
0663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.3355
4432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local interfac
e=GigabitEthernet0/0/0, Local MAC=00e0-fcd2-271a, Local vlan=0, Local CE vlan=0,
 Receive interface=GigabitEthernet0/0/0, Receive MAC=00e0-fc20-4f6a, Receive vla
n=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[r5-GigabitEthernet0/0/1.2]
Nov 29 2022 16:23:12-08:00 r5 ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.50331648.10
0663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.3355
4432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local interfac
e=GigabitEthernet0/0/0, Local MAC=00e0-fcd2-271a, Local vlan=0, Local CE vlan=0,
 Receive interface=GigabitEthernet0/0/0, Receive MAC=00e0-fc20-4f6a, Receive vla
n=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[r5-GigabitEthernet0/0/1.2]quit
[r5]int g0/0/0
[r5-GigabitEthernet0/0/0]os	
[r5-GigabitEthernet0/0/0]ospf ti 	
[r5-GigabitEthernet0/0/0]ospf timer  h	
[r5-GigabitEthernet0/0/0]ospf timer  hello 5
[r5-GigabitEthernet0/0/0]ospf timer  d	
[r5-GigabitEthernet0/0/0]ospf timer  dead  20
[r5-GigabitEthernet0/0/0]
Nov 29 2022 16:33:12-08:00 r5 ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.50331648.10
0663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.3355
4432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local interfac
e=GigabitEthernet0/0/0, Local MAC=00e0-fcd2-271a, Local vlan=0, Local CE vlan=0,
 Receive interface=GigabitEthernet0/0/0, Receive MAC=00e0-fc20-4f6a, Receive vla
n=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[r5-GigabitEthernet0/0/0]
Nov 29 2022 16:43:17-08:00 r5 ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.50331648.10
0663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.3355
4432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local interfac
e=GigabitEthernet0/0/0, Local MAC=00e0-fcd2-271a, Local vlan=0, Local CE vlan=0,
 Receive interface=GigabitEthernet0/0/0, Receive MAC=00e0-fc20-4f6a, Receive vla
n=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[r5-GigabitEthernet0/0/0]
Nov 29 2022 16:53:22-08:00 r5 ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.50331648.10
0663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.3355
4432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local interfac
e=GigabitEthernet0/0/0, Local MAC=00e0-fcd2-271a, Local vlan=0, Local CE vlan=0,
 Receive interface=GigabitEthernet0/0/0, Receive MAC=00e0-fc20-4f6a, Receive vla
n=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[r5-GigabitEthernet0/0/0]ospf dr	
[r5-GigabitEthernet0/0/0]ospf dr-priority  
                                          ^
Error:Incomplete command found at '^' position.
[r5-GigabitEthernet0/0/0]ospf dr-priority 0
[r5-GigabitEthernet0/0/0]
Nov 29 2022 17:02:37-08:00 r5 %%01ARP/4/ARP_DUPLICATE_IPADDR(l)[5]:Received an A
RP packet with a duplicate IP address from the interface. (IpAddress=1.160.16.17
2, InterfaceName=GigabitEthernet0/0/0, MacAddress=00e0-fc20-4f6a) 
[r5-GigabitEthernet0/0/0]
Nov 29 2022 17:03:27-08:00 r5 ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.50331648.10
0663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.3355
4432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local interfac
e=GigabitEthernet0/0/0, Local MAC=00e0-fcd2-271a, Local vlan=0, Local CE vlan=0,
 Receive interface=GigabitEthernet0/0/0, Receive MAC=00e0-fc20-4f6a, Receive vla
n=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[r5-GigabitEthernet0/0/0]
Nov 29 2022 17:13:32-08:00 r5 ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.50331648.10
0663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.3355
4432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local interfac
e=GigabitEthernet0/0/0, Local MAC=00e0-fcd2-271a, Local vlan=0, Local CE vlan=0,
 Receive interface=GigabitEthernet0/0/0, Receive MAC=00e0-fc20-4f6a, Receive vla
n=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[r5-GigabitEthernet0/0/0]
Nov 29 2022 17:23:37-08:00 r5 ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.50331648.10
0663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.3355
4432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local interfac
e=GigabitEthernet0/0/0, Local MAC=00e0-fcd2-271a, Local vlan=0, Local CE vlan=0,
 Receive interface=GigabitEthernet0/0/0, Receive MAC=00e0-fc20-4f6a, Receive vla
n=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[r5-GigabitEthernet0/0/0]
Nov 29 2022 17:33:42-08:00 r5 ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.50331648.10
0663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.3355
4432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local interfac
e=GigabitEthernet0/0/0, Local MAC=00e0-fcd2-271a, Local vlan=0, Local CE vlan=0,
 Receive interface=GigabitEthernet0/0/0, Receive MAC=00e0-fc20-4f6a, Receive vla
n=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[r5-GigabitEthernet0/0/0]
Nov 29 2022 17:43:47-08:00 r5 ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.50331648.10
0663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.3355
4432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local interfac
e=GigabitEthernet0/0/0, Local MAC=00e0-fcd2-271a, Local vlan=0, Local CE vlan=0,
 Receive interface=GigabitEthernet0/0/0, Receive MAC=00e0-fc20-4f6a, Receive vla
n=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[r5-GigabitEthernet0/0/0]
Nov 29 2022 17:53:52-08:00 r5 ARP/4/ARP_IPCONFLICT_TRAP:OID 16777216.50331648.10
0663296.16777216.67108864.16777216.3674669056.83886080.419430400.2063597568.3355
4432.100663296 ARP detects IP conflict. (IP address=1.160.16.172, Local interfac
e=GigabitEthernet0/0/0, Local MAC=00e0-fcd2-271a, Local vlan=0, Local CE vlan=0,
 Receive interface=GigabitEthernet0/0/0, Receive MAC=00e0-fc20-4f6a, Receive vla
n=0, Receive CE vlan=0, IP conflict type=Local IP conflict). 
[r5-GigabitEthernet0/0/0]
<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]user	
[Huawei]user--i
        ^
Error: Unrecognized command found at '^' position.
[Huawei]user--i	
[Huawei]user-i	
[Huawei]user-interface c0
[Huawei-ui-console0]id	
[Huawei-ui-console0]idle-timeout  0 0
[Huawei-ui-console0]
Nov 29 2022 15:19:24-08:00 Huawei DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5
.25.191.3.1 configurations have been changed. The current change number is 4, th
e change loop count is 0, and the maximum number of records is 4095.quit
[Huawei]int e0/0/2
[Huawei-Ethernet0/0/2]quit
[Huawei]vlan b	
[Huawei]vlan batch 2 3
Info: This operation may take a few seconds. Please wait for a moment...done.
[Huawei]
Nov 29 2022 15:20:04-08:00 Huawei DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5
.25.191.3.1 configurations have been changed. The current change number is 5, th
e change loop count is 0, and the maximum number of records is 4095.
[Huawei]int	
[Huawei]interface e0/0/2
[Huawei-Ethernet0/0/2]port l	
[Huawei-Ethernet0/0/2]port link-t	
[Huawei-Ethernet0/0/2]port link-type a	
[Huawei-Ethernet0/0/2]port link-type access 
[Huawei-Ethernet0/0/2]p	
[Huawei-Ethernet0/0/2]portde
Nov 29 2022 15:21:24-08:00 Huawei DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5
.25.191.3.1 configurations have been changed. The current change number is 6, th
e change loop count is 0, and the maximum number of records is 4095.	
[Huawei-Ethernet0/0/2]port de	
[Huawei-Ethernet0/0/2]port default vl	
[Huawei-Ethernet0/0/2]port default vlan 2
[Huawei-Ethernet0/0/2]
Nov 29 2022 15:22:04-08:00 Huawei DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5
.25.191.3.1 configurations have been changed. The current change number is 7, th
e change loop count is 0, and the maximum number of records is 4095.int e0/0/3
[Huawei-Ethernet0/0/3]po	
[Huawei-Ethernet0/0/3]port l	
[Huawei-Ethernet0/0/3]port link-t	
[Huawei-Ethernet0/0/3]port link-type  a	
[Huawei-Ethernet0/0/3]port link-type  access 
[Huawei-Ethernet0/0/3]po	
[Huawei-Ethernet0/0/3]port
Nov 29 2022 15:22:24-08:00 Huawei DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5
.25.191.3.1 configurations have been changed. The current change number is 8, th
e change loop count is 0, and the maximum number of records is 4095. de	
[Huawei-Ethernet0/0/3]port default vl	
[Huawei-Ethernet0/0/3]port default vlan 3
[Huawei-Ethernet0/0/3]quit
[Huawei]
Nov 29 2022 15:22:44-08:00 Huawei DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5
.25.191.3.1 configurations have been changed. The current change number is 9, th
e change loop count is 0, and the maximum number of records is 4095.int e0/0/1
[Huawei-Ethernet0/0/1]po	
[Huawei-Ethernet0/0/1]port li	
[Huawei-Ethernet0/0/1]port link-t	
[Huawei-Ethernet0/0/1]port link-type t	
[Huawei-Ethernet0/0/1]port link-type trunk 
[Huawei-Ethernet0/0/1]
Nov 29 2022 15:23:34-08:00 Huawei DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5
.25.191.3.1 configurations have been changed. The current change number is 10, t
he change loop count is 0, and the maximum number of records is 4095.p	
[Huawei-Ethernet0/0/1]portt	
[Huawei-Ethernet0/0/1]port t	
[Huawei-Ethernet0/0/1]port trunk all	
[Huawei-Ethernet0/0/1]port trunk allow-pass  vl	
[Huawei-Ethernet0/0/1]port trunk allow-pass  vlan  all
[Huawei-Ethernet0/0/1]
Nov 29 2022 15:23:54-08:00 Huawei DS/4/DATASYNC_CFGCHANGE:OID 1.3.6.1.4.1.2011.5
.25.191.3.1 configurations have been changed. The current change number is 11, t
he change loop count is 0, and the maximum number of records is 4095.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值