陈奇网络工作室

华为网络---静态路由

云计算

要求说明

1 .为了实现各网段之间的互操作,需要在三台路由器上配置静态路由

2 .实现整个互联网的互通,取决于是否在路由表中找到分组目的地地址对应的条目,路由器能否自动生成所有直连网段的路由条目必须在静态路由中指定这些非直接连接的网段

3 .因此,为了实现整个互联网的互操作性,必须为每个路由器指定所有非直接连接网段的路由条目

实验环境

三台路由器R1、R2和R3互连,每个路由器都配置了Loopback地址模拟网络环境

步骤1 :配置R1路由器

从Huaweisystem-v //用户视图进入系统视图

[Huawei]sysname R1 //路由器名称设置

[R1]int g0/0/0 //进入端口

[ R1 -千兆以太网0/0/0 ] ipadd 12.0.0.124

[ R1 -千兆以太网0/0/0 ]从q//系统视图返回用户视图

[R1]int g0/0/1

[ R1 -千兆以太网0/0/1 ] ipadd 13.0.0.124

[ R1 -千兆以太网0/0/1 ] q

[ R1 ]进入int loo0//环回网卡界面

[R1-LoopBack0]ip add 1.1.1.1 32

[R1-LoopBack0]q

[ R1 ]查看dis IP int b//接口的状态

interface IP address/maskphysicalprotocol

igabitethernet0/0/012.0.0.1/24up

igabitethernet0/0/113.0.0.1/24up

loopback01.1.1.1/32upup(s ) )。

[ R1 ] IP route-static3.3.3. 33213.0.0.3

[ R1 ] IP route-static3.3.3. 33212.0.0.2

[ R1 ] IP route-static 2.2.2.23213.0.0.3

[ R1 ] IP route-static 2.2.2.23212.0.0.2

//配置路由的静态路由

[ R1 ]显示IP路由-表//路由表显示

Route Flags: R - relay,D - download to fib

请参见----------------------------------------- -

routing tables :公共

Destinations : 9 Routes : 11

destination/maskprotoprecostflagsnexthopinterface

1.1.1.1/32 direct 0d 127.0.0.1 loopback 0

2.2.2.2/32静态60 rd 13.0.0.3千兆以太网

0/0/1

静态60 rd 12.0.0.2千兆以太网

0/0/0

3.3.3.3/32静态60 rd 13.0.0.3千兆以太网

0/0/1

静态60 rd 12.0.0.2千兆以太网

0/0/0

12.0.0.0/24 direct 0d 12.0.0.0.1千兆以太网

0/0/0

12.0.0.1/32 direct 0d 127.0.0.1千兆以太网

0/0/0

13.0.0.0/24 direct 0d 13.0.0.0.1千兆以太网

0/0/1

13.0.0.1/32 direct 0d 127.0.0.1千兆以太网

0/0/1

127.0.0.0/8 direct 0d 127.0.0.1 in loopback 0

127.0.0.1/32 direct 0d 127.0.0.1 in loopback 0

步骤2 :配置R2路由器

华威系统- v

[Huawei]sysname R2

[R2]int g0/0/0

[ R2 -千兆以太网0/0/0 ] ipadd 12.0.0.224

[ R2 -千兆以太网0/0/0 ] q

[R2]int g0/0/2

[ R2 -千兆以太网0/0/2 ] ipadd 23.0.0.224

[ R2 -千兆以太网0/0/2 ] q

[R2]int loo 0

[R2-LoopBack0]ip add 2.2.2.2 32

[R2-LoopBack0]q

[ R2 ] IP route-static 1.1.1.13212.0.0.1

[ R2 ] IP route-static 1.1.1.13223.0.0.3

[ R2 ] IP route-static3.3.3. 33212.0.0.1

[ R2 ] IP route-static3.3.3. 33223.0.0.3

[R2]dis ip int b

interface IP address/maskphysicalprotocol

igabitethernet0/0/012.0.0.2/24up

igabitethernet0/0/223.0.0.2/24up

loopback02.2.2.2/32upup(s ) )。

[R2]display ip routing-table

Route Flags: R - relay,D - download to fib

请参见----------------------------------------- -

routing tables :公共

Destinations : 9 Routes : 11

destination/maskprotoprecostflagsnexthopinterface

1.1.1.1/32静态60 rd 12.0.0.1千兆以太网

0/0/0

静态60 rd 23.0.0.3千兆以太网

0/0/2

2.2.2.2/32 direct 0d 127.0.0.1 loopback 0

3.3.3.3/32静态60 rd 12.0.0.1千兆以太网

0/0/0

静态60 rd 23.0.0.3千兆以太网

0/0/2

12.0.0.0/24 direct 0d 12.0.0.0.2千兆以太网

0/0/0

12.0.0.2/32 direct 0d 127.0.0.1千兆以太网

0/0/0

23.0.0.0/24 direct 0d 23.0.0.0.2千兆以太网

0/0/2

23.0.0.2/32 direct 0d 127.0.0.1千兆以太网

0/0/2

127.0.0.0/8 direct 0d 127.0.0.1 in loopback 0

127.0.0.1/32 direct 0d 127.0.0.1 in loopback 0

步骤3 :配置R3路由器

华威系统- v

[Huawei]sysname R3

[R3]int g0/0/1

[ R3 -千兆以太网0/0/1 ] ipadd 13.0.0.324

[ R3 -千兆以太网0/0/1 ] q

[R3]int g0/0/2

[ R3 -千兆以太网0/0/2 ] ipadd 23.0.0.324

[ R3 -千兆以太网0/0/2 ] q

[R3]int loo 0

[R3-LoopBack0]ip add 3.3.3.3 32

[R3-LoopBack0]q

[R3]dis ip int b

interface IP address/maskphysicalprotocol

igabitethernet0/0/113.0.0.3/24up

igabitethernet0/0/223.0.0.3/24up

Loopback03.3.3.3/32upup(s ) )。

[R3]display ip routing-table

Route Flags: R - relay,D - download to fib

请参见----------------------------------------- -

routing tables :公共

Destinations : 7 Routes : 7

destination/maskprotoprecostflagsnexthopinterface

3.3.3.3/32 direct 0d 127.0.0.1 loopback 0

13.0.0.0/24 direct 0d 13.0.0.0.3千兆以太网

0/0/1

13.0.0.3/32 direct 0d 127.0.0.1千兆以太网

0/0/1

23.0.0.0/24 direct 0d 23.0.0.0.3千兆以太网

0/0/2

23.0.0.3/32 direct 0d 127.0.0.1千兆以太网

0/0/2

127.0.0.0/8 direct 0d 127.0.0.1 in loopback 0

127.0.0.1/32 direct 0d 127.0.0.1 in loopback 0

步骤4 :测试全网互操作性

1 .测试R2和R1的互连

[R2]ping -a 2.2.2.2 1.1.1.1

萍1.1.1.1:56

data bytes,press CTRL C to break

Reply from 1.1.1.1:

bytes=56 Sequence=1 tt1=255

time=120 ms毫秒

Reply from 1.1.1.1:

bytes=56

Sequence=2 tt1=255

time=15 ms毫秒

reply from1.1.1.1: bytes=56 sequence=3t t1=255

time=15 ms毫秒

Reply from 1.1.1.1:

bytes=56 sequence=4t t1=255 time=30 ms

Reply from 1.1.1.1:

bytes=56 sequence=5t t1=255 time=20 ms

1.1.1.1 ping statistics ---

5packet(s ) t r ansmi tted

5数据包( s )接收

0.00%packet 1083

round-trip min/avg/max=20/54/120 ms

2 .测试R2和R3的互连

[R2 ]ping -a 2.2.2.2 3.3.3.3

萍3.3.3.3:56

数据字节、

press CTRL c to break

Reply from 3.3.3.3:

bytes=56 sequence=1tt1=255 time-30 ms

Reply from 3.3.3.3:

bytes=56 sequence=2tt1=255 time=40

微软

reply from3.3.3.3: bytes=56 sequence=3t t1=255 time=50m s

reply from3.3.3.3: bytes=56 sequence=4t t1=255 time=30 ms

reply from3.3.3.3: bytes=56 sequence=5t t1=255 time=30 ms

3.3.3.3萍站

5packet(s ) t r ansmi tted

5数据包( s )接收

0.00%packet 1083

round-trip min/avg/max=30/36/50m s

详情请访问云服务器、域名注册、虚拟主机的问题,请访问西部数码代理商官方网站: www.chenqinet.cn

相关推荐

后台-系统设置-扩展变量-手机广告位-内容页底部广告位3