实验指令

Posted gdkoong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了实验指令相关的知识,希望对你有一定的参考价值。

静态路由:

左边路由器:

system-view
sysname r1
interface gi 0/0
ip address 10.1.1.1 30
quit
interface lo0
ip address 192.168.10.1 24
ip route-static 172.16.1.0 24 10.1.1.2
ip route-static 10.1.1.4 30 10.1.1.2

 

中间路由器:

system-view
sysname r2
interface gi 0/0
ip address 10.1.1.2 30
quit
interface gi 0/1
ip address 10.1.1.5 30

ip route-static 192.168.10.0 24 10.1.1.1
ip route-static 172.16.1.0 24 10.1.1.6

 

右边路由器:
system-view
sysname r3
interface gi 0/0
ip address 10.1.1.6 30
quit
interface lo0
ip address 172.16.1.1 24
ip route-static 192.168.10.0 2410.1.1.5
ip route-static 10.1.1.0 30 10.1.1.5

 

以上是关于实验指令的主要内容,如果未能解决你的问题,请参考以下文章

实验1 用机器指令和汇编指令编程

实验2 用机器指令和汇编指令编程

实验二用机器指令和汇编指令编程

实验三 指令实验

实验 2 用机器指令和汇编指令编程

实验 2 用机器指令和汇编指令编程