文章详情

短信预约-IT技能 免费直播动态提醒

请输入下面的图形验证码

提交验证

短信预约提醒成功

H3C的静态路由配置

2023-01-31 06:42

关注

三台路由器和两台PC机wKioL1neBb3hq9y8AAAXYNqEqTs580.png

配置R1的路由

<RT1>

#Oct 11 20:08:28:820 2017 RT1 SHELL/4/LOGIN: 

 Trap 1.3.6.1.4.1.25506.2.2.1.1.3.0.1<hh3cLogIn>: login from Console

%Oct 11 20:08:28:820 2017 RT1 SHELL/5/SHELL_LOGIN: Console logged in from con0.

<RT1>

<RT1>sys

<RT1>system-view 

System View: return to User View with Ctrl+Z.

[RT1]int

[RT1]interface g

[RT1]interface GigabitEthernet 0/0/0

[RT1-GigabitEthernet0/0/0]ip add

[RT1-GigabitEthernet0/0/0]ip address 192.168.1.1 24

[RT1-GigabitEthernet0/0/0]int g0/0/1

[RT1-GigabitEthernet0/0/1]ip add

[RT1-GigabitEthernet0/0/1]ip address 192.168.2.1 24

[RT1-GigabitEthernet0/0/1]dis

[RT1-GigabitEthernet0/0/1]display ip int br

[RT1-GigabitEthernet0/0/1]display ip int brief 

*down: administratively down

(s): spoofing

Interface                     Physical Protocol IP Address      Description

GigabitEthernet0/0/0          up       up       192.168.1.1     GigabitEt...

GigabitEthernet0/0/1          up       up       192.168.2.1     GigabitEt...

GigabitEthernet0/0/2          down     down     unassigned      GigabitEt...

GigabitEthernet0/0/3          down     down     unassigned      GigabitEt...

Serial0/1/0                   down     down     unassigned      Serial0/1...

Serial0/1/1                   down     down     unassigned      Serial0/1...

Serial0/1/2                   down     down     unassigned      Serial0/1...

Serial0/1/3                   down     down     unassigned      Serial0/1...


[RT1-GigabitEthernet0/0/1]display ip routing-table 

Routing Tables: Public

        Destinations : 6        Routes : 6


Destination/Mask    Proto  Pre  Cost         NextHop         Interface


127.0.0.0/8         Direct 0    0            127.0.0.1       InLoop0

127.0.0.1/32        Direct 0    0            127.0.0.1       InLoop0

192.168.1.0/24      Direct 0    0            192.168.1.1     GE0/0/0

192.168.1.1/32      Direct 0    0            127.0.0.1       InLoop0

192.168.2.0/24      Direct 0    0            192.168.2.1     GE0/0/1

192.168.2.1/32      Direct 0    0            127.0.0.1       InLoop0


[RT1-GigabitEthernet0/0/1]

[RT1-GigabitEthernet0/0/1]quit 

[RT1]ip route

[RT1]ip route-

[RT1]ip route-static 192.168.3.0 24 192.168.2.2

[RT1]ip route

[RT1]ip route-s

[RT1]ip route-static 192.168.4.0 24 192.168.3.2

[RT1]dis

[RT1]display ip route

[RT1]display ip routes

[RT1]display ip route-

[RT1]display ip route-

[RT1]display ip route-s

[RT1]display ip route-t

[RT1]display ip rout   

[RT1]display ip routing-table 

Routing Tables: Public

        Destinations : 8        Routes : 8


Destination/Mask    Proto  Pre  Cost         NextHop         Interface


127.0.0.0/8         Direct 0    0            127.0.0.1       InLoop0

127.0.0.1/32        Direct 0    0            127.0.0.1       InLoop0

192.168.1.0/24      Direct 0    0            192.168.1.1     GE0/0/0

192.168.1.1/32      Direct 0    0            127.0.0.1       InLoop0

192.168.2.0/24      Direct 0    0            192.168.2.1     GE0/0/1

192.168.2.1/32      Direct 0    0            127.0.0.1       InLoop0

192.168.3.0/24      Static 60   0            192.168.2.2     GE0/0/1

192.168.4.0/24      Static 60   0            192.168.3.2     GE0/0/1

配置R2的路由

<RT2>

#Oct 11 20:18:52:357 2017 RT2 SHELL/4/LOGIN: 

 Trap 1.3.6.1.4.1.25506.2.2.1.1.3.0.1<hh3cLogIn>: login from Console

%Oct 11 20:18:52:357 2017 RT2 SHELL/5/SHELL_LOGIN: Console logged in from con0.

<RT2>sys

<RT2>system-view 

System View: return to User View with Ctrl+Z.

[RT2]int

[RT2]interface g

[RT2]interface GigabitEthernet 0/0/0

[RT2-GigabitEthernet0/0/0]ip add

[RT2-GigabitEthernet0/0/0]ip address 192.168.2.2 24

[RT2-GigabitEthernet0/0/0]undo sh

 Interface GigabitEthernet0/0/0 is not shut down

[RT2-GigabitEthernet0/0/0]int

[RT2-GigabitEthernet0/0/0]int g

[RT2-GigabitEthernet0/0/0]int g0/0/1

[RT2-GigabitEthernet0/0/1]ip add

[RT2-GigabitEthernet0/0/1]ip address 192.168.3.1 24

[RT2-GigabitEthernet0/0/1]undo sh 

 Interface GigabitEthernet0/0/1 is not shut down

[RT2-GigabitEthernet0/0/1]dis

[RT2-GigabitEthernet0/0/1]display ip int br

[RT2-GigabitEthernet0/0/1]display ip int brief 

*down: administratively down

(s): spoofing

Interface                     Physical Protocol IP Address      Description

GigabitEthernet0/0/0          up       up       192.168.2.2     GigabitEt...

GigabitEthernet0/0/1          up       up       192.168.3.1     GigabitEt...

GigabitEthernet0/0/2          down     down     unassigned      GigabitEt...

GigabitEthernet0/0/3          down     down     unassigned      GigabitEt...

Serial0/1/0                   down     down     unassigned      Serial0/1...

Serial0/1/1                   down     down     unassigned      Serial0/1...

Serial0/1/2                   down     down     unassigned      Serial0/1...

Serial0/1/3                   down     down     unassigned      Serial0/1...

[RT2-GigabitEthernet0/0/1]dis

[RT2-GigabitEthernet0/0/1]display ip route

[RT2-GigabitEthernet0/0/1]display ip rout 

[RT2-GigabitEthernet0/0/1]display ip routing-table 

Routing Tables: Public

        Destinations : 6        Routes : 6


Destination/Mask    Proto  Pre  Cost         NextHop         Interface


127.0.0.0/8         Direct 0    0            127.0.0.1       InLoop0

127.0.0.1/32        Direct 0    0            127.0.0.1       InLoop0

192.168.2.0/24      Direct 0    0            192.168.2.2     GE0/0/0

192.168.2.2/32      Direct 0    0            127.0.0.1       InLoop0

192.168.3.0/24      Direct 0    0            192.168.3.1     GE0/0/1

192.168.3.1/32      Direct 0    0            127.0.0.1       InLoop0


[RT2-GigabitEthernet0/0/1]

[RT2-GigabitEthernet0/0/1]quit

[RT2]ip rout 

[RT2]ip route-s

[RT2]ip route-static 192.168.1.0 24 192.168.2.1

[RT2]ip route

[RT2]ip route-s

[RT2]ip route-static 192.168.4.0 24 192.168.3.2

[RT2]dis

[RT2]display ip

[RT2]display ip r

[RT2]display ip routing-table 

Routing Tables: Public

        Destinations : 8        Routes : 8


Destination/Mask    Proto  Pre  Cost         NextHop         Interface


127.0.0.0/8         Direct 0    0            127.0.0.1       InLoop0

127.0.0.1/32        Direct 0    0            127.0.0.1       InLoop0

192.168.1.0/24      Static 60   0            192.168.2.1     GE0/0/0

192.168.2.0/24      Direct 0    0            192.168.2.2     GE0/0/0

192.168.2.2/32      Direct 0    0            127.0.0.1       InLoop0

192.168.3.0/24      Direct 0    0            192.168.3.1     GE0/0/1

192.168.3.1/32      Direct 0    0            127.0.0.1       InLoop0

192.168.4.0/24      Static 60   0            192.168.3.2     GE0/0/1

配置R3的路由

<RT3>

<RT3>sys

<RT3>system-view 

System View: return to User View with Ctrl+Z.

[RT3]int

[RT3]interface g

[RT3]interface GigabitEthernet 0/0/0

[RT3-GigabitEthernet0/0/0]ip add

[RT3-GigabitEthernet0/0/0]ip address 192.168.3.2 24

[RT3-GigabitEthernet0/0/0]int

[RT3-GigabitEthernet0/0/0]int g0/0/1

[RT3-GigabitEthernet0/0/1]ip add

[RT3-GigabitEthernet0/0/1]ip address 192.168.4.1 24

[RT3-GigabitEthernet0/0/1]undo sh 

 Interface GigabitEthernet0/0/1 is not shut down

[RT3-GigabitEthernet0/0/1]dis

[RT3-GigabitEthernet0/0/1]display ip route

[RT3-GigabitEthernet0/0/1]display ip int br

[RT3-GigabitEthernet0/0/1]display ip int brief 

*down: administratively down

(s): spoofing

Interface                     Physical Protocol IP Address      Description

GigabitEthernet0/0/0          up       up       192.168.3.2     GigabitEt...

GigabitEthernet0/0/1          up       up       192.168.4.1     GigabitEt...

GigabitEthernet0/0/2          down     down     unassigned      GigabitEt...

GigabitEthernet0/0/3          down     down     unassigned      GigabitEt...

Serial0/1/0                   down     down     unassigned      Serial0/1...

Serial0/1/1                   down     down     unassigned      Serial0/1...

Serial0/1/2                   down     down     unassigned      Serial0/1...

Serial0/1/3                   down     down     unassigned      Serial0/1...

[RT3-GigabitEthernet0/0/1]dis

[RT3-GigabitEthernet0/0/1]display ip route

[RT3-GigabitEthernet0/0/1]display ip rout 

[RT3-GigabitEthernet0/0/1]display ip routing-table 

Routing Tables: Public

        Destinations : 6        Routes : 6


Destination/Mask    Proto  Pre  Cost         NextHop         Interface


127.0.0.0/8         Direct 0    0            127.0.0.1       InLoop0

127.0.0.1/32        Direct 0    0            127.0.0.1       InLoop0

192.168.3.0/24      Direct 0    0            192.168.3.2     GE0/0/0

192.168.3.2/32      Direct 0    0            127.0.0.1       InLoop0

192.168.4.0/24      Direct 0    0            192.168.4.1     GE0/0/1

192.168.4.1/32      Direct 0    0            127.0.0.1       InLoop0

[RT3-GigabitEthernet0/0/1]quit

[RT3]ip route

[RT3]ip route-s

[RT3]ip route-static 192.168.2.0 24 192.168.3.1

[RT3]ip route

[RT3]ip route-s

[RT3]ip route-static 192.168.1.0 24 192.168.2.1

[RT3]dis

[RT3]display ip rout

[RT3]display ip routing-table  

Routing Tables: Public

        Destinations : 8        Routes : 8


Destination/Mask    Proto  Pre  Cost         NextHop         Interface


127.0.0.0/8         Direct 0    0            127.0.0.1       InLoop0

127.0.0.1/32        Direct 0    0            127.0.0.1       InLoop0

192.168.1.0/24      Static 60   0            192.168.2.1     GE0/0/0

192.168.2.0/24      Static 60   0            192.168.3.1     GE0/0/0

192.168.3.0/24      Direct 0    0            192.168.3.2     GE0/0/0

192.168.3.2/32      Direct 0    0            127.0.0.1       InLoop0

192.168.4.0/24      Direct 0    0            192.168.4.1     GE0/0/1

192.168.4.1/32      Direct 0    0            127.0.0.1       InLoop0

测试两台PC机的连通    

wKioL1neC96Q-0DQAAANOtyX6VI495.png






阅读原文内容投诉

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

软考中级精品资料免费领

  • 历年真题答案解析
  • 备考技巧名师总结
  • 高频考点精准押题
  • 2024年上半年信息系统项目管理师第二批次真题及答案解析(完整版)

    难度     807人已做
    查看
  • 【考后总结】2024年5月26日信息系统项目管理师第2批次考情分析

    难度     351人已做
    查看
  • 【考后总结】2024年5月25日信息系统项目管理师第1批次考情分析

    难度     314人已做
    查看
  • 2024年上半年软考高项第一、二批次真题考点汇总(完整版)

    难度     433人已做
    查看
  • 2024年上半年系统架构设计师考试综合知识真题

    难度     221人已做
    查看

相关文章

发现更多好内容

猜你喜欢

AI推送时光机
位置:首页-资讯-后端开发
咦!没有更多了?去看看其它编程学习网 内容吧
首页课程
资料下载
问答资讯