当前位置:   article > 正文

H3CNE实验(一)静态路由_h3c默认路由实验

h3c默认路由实验

需求:实现PC4 (192.168.1.1)访问 PC5 (192.168.2.1)
实验拓扑:

实验步骤:
R1:
system-view
sysname R1
interface g0/0
ip address 11.1.1.1 255.255.255.0
undo shutdown
quit
interface g0/1
ip address 192.168.1.254 24
undo shutdown
quit
(配置静态路由
ip route-static 192.168.2.0 24 11.1.1.2
R2:
system-view
sysname R2
interface g0/0
ip address 11.1.1.2 24
undo shutdown
quit
interface g0/1
ip address 12.1.1.2 24
undo shutdown
quit
(配置静态路由)
ip route-static 192.168.2.0 24 12.1.1.3
ip route-static 192.168.1.0 24 11.1.1.1
R3:
system-view
sysname R3
interface g0/1
ip address 12.1.1.3 24
undo shutdown
quit
interface g0/0
ip address 192.168.2.254 24
undo shutdown
quit
(配置静态路由)
ip route-static 192.168.1.0 24 12.1.1.2
PC4:

PC5:

实验结果:
PC4上测试:
ping 192.168.2.1

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/煮酒与君饮/article/detail/893862
推荐阅读
相关标签
  

闽ICP备14008679号