eNSP三层交换机链路聚合静态路由

在这里插入图片描述

CE1:

The device is running!
###################
<HUAWEI>
<HUAWEI>un t m
Info: Current terminal monitor is off.
<HUAWEI>system-view 
Enter system view, return user view with return command.
[~HUAWEI]sysname CE1
[*HUAWEI]qu
Warning: Uncommitted configurations found. Are you sure to commit them before ex
iting? [Y(yes)/N(no)/C(cancel)]:y
<CE1>system-view 
Enter system view, return user view with return command.
[~CE1]int Eth-Trunk 1
[*CE1-Eth-Trunk1]undo shut		
[*CE1-Eth-Trunk1]undo portswitch 
[*CE1-Eth-Trunk1]ip address 192.168.1.10 24
[*CE1-Eth-Trunk1]undo shut
[*CE1-Eth-Trunk1]int g1/0/0
[CE1-GE1/0/0]eth-trunk 1
[*CE1-GE1/0/0]undo shutdown 
[*CE1-GE1/0/0]int g1/0/1
[*CE1-GE1/0/1]eth-trunk 1
[*CE1-GE1/0/1]undo shutdown 
[*CE1-GE1/0/1]int g1/0/2
[*CE1-GE1/0/2]eth-trunk 1
[*CE1-GE1/0/2]undo shutdown 
[*CE1-GE1/0/2]qu
[*CE1]int LoopBack 0	
[*CE1-LoopBack0]ip address 172.16.1.10 32	
[*CE1-LoopBack0]qu
[*CE1]ip route-static 172.16.2.20 32 192.168.1.20
[*CE1]qu
Warning: Uncommitted configurations found. Are you sure to commit them before ex
iting? [Y(yes)/N(no)/C(cancel)]:y
<CE1>ping -a 172.16.1.10 172.16.2.20
  PING 172.16.2.20: 56  data bytes, press CTRL_C to break
    Reply from 172.16.2.20: bytes=56 Sequence=1 ttl=255 time=44 ms
    Reply from 172.16.2.20: bytes=56 Sequence=2 ttl=255 time=5 ms
    Reply from 172.16.2.20: bytes=56 Sequence=3 ttl=255 time=9 ms
    Reply from 172.16.2.20: bytes=56 Sequence=4 ttl=255 time=9 ms
    Reply from 172.16.2.20: bytes=56 Sequence=5 ttl=255 time=8 ms

  --- 172.16.2.20 ping statistics ---
    5 packet(s) transmitted
    5 packet(s) received
    0.00% packet loss
    round-trip min/avg/max = 5/15/44 ms

<CE1>
<CE1>

CE2:

The device is running!
######################
<HUAWEI>un t m
Info: Current terminal monitor is off.
<HUAWEI>system-view 
Enter system view, return user view with return command.
[~HUAWEI]sysname CE2
[*HUAWEI]qu
Warning: Uncommitted configurations found. Are you sure to commit them before ex
iting? [Y(yes)/N(no)/C(cancel)]:y
<CE2>sys
Enter system view, return user view with return command.
[~CE2]int Eth-Trunk 1
[*CE2-Eth-Trunk1]undo portswitch 
[*CE2-Eth-Trunk1]ip address 192.168.1.20 24
[*CE2-Eth-Trunk1]undo shutdown 
[*CE2-Eth-Trunk1]int g1/0/0
[*CE2-GE1/0/0]eth-trunk 1
[*CE2-GE1/0/0]undo shut
[*CE2-GE1/0/0]int g1/0/1
[*CE2-GE1/0/1]eth-trunk 1
[*CE2-GE1/0/1]undo shut
[*CE2-GE1/0/1]int g1/0/2
[*CE2-GE1/0/2]eth-trunk 1
[*CE2-GE1/0/2]undo shut
[*CE2-GE1/0/2]qu
[*CE2]int LoopBack 0
[*CE2-LoopBack0]ip address 172.16.2.20 32
[*CE2-LoopBack0]qu
[*CE2]ip route-static 172.16.1.10 32 192.168.1.10
[*CE2]qu
Warning: Uncommitted configurations found. Are you sure to commit them before ex
iting? [Y(yes)/N(no)/C(cancel)]:y
	<CE2>

<CE2>ping -a 172.16.2.20 172.16.1.10
  PING 172.16.1.10: 56  data bytes, press CTRL_C to break
    Reply from 172.16.1.10: bytes=56 Sequence=1 ttl=255 time=55 ms
    Reply from 172.16.1.10: bytes=56 Sequence=2 ttl=255 time=10 ms
    Reply from 172.16.1.10: bytes=56 Sequence=3 ttl=255 time=11 ms
    Reply from 172.16.1.10: bytes=56 Sequence=4 ttl=255 time=9 ms
    Reply from 172.16.1.10: bytes=56 Sequence=5 ttl=255 time=7 ms

  --- 172.16.1.10 ping statistics ---
    5 packet(s) transmitted
    5 packet(s) received
    0.00% packet loss
    round-trip min/avg/max = 7/18/55 ms

<CE2>

猜你喜欢

转载自blog.csdn.net/July_jojo/article/details/107458546