博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
网络互连
阅读量:6736 次
发布时间:2019-06-25

本文共 7081 字,大约阅读时间需要 23 分钟。

网络互连

AR2
<H3C>%Sep 28 15:02:42:205 2018 H3C SHELL/5/SHELL_LOGIN: Console logged in from con0.
sys
System View: return to User View with Ctrl+Z.
[H3C]sysna
[H3C]sysname AR2
[AR2]inte
[AR2]interface G
[AR2]interface GigabitEthernet 9/0
^
% Wrong parameter found at '^' position.
[AR2]interface GigabitEthernet 0/0
[AR2-GigabitEthernet0/0]ip address 10.0.13.2 24
[AR2-GigabitEthernet0/0]qui
[AR2-GigabitEthernet0/0]quit
[AR2]inte
[AR2]interface g
[AR2]interface GigabitEthernet 0/1
[AR2-GigabitEthernet0/1]ip address 10.0.12.2 24
[AR2-GigabitEthernet0/1]qui
[AR2-GigabitEthernet0/1]quit
[AR2]inte
[AR2]interface loo
[AR2]interface LoopBack 0
[AR2-LoopBack0]ip address
[AR2-LoopBack0]ip address 10.0.2.2 24
[AR2-LoopBack0]

AR1

[H3C]sysname AR2
[AR1]inte
[AR1]interface g
[AR1]interface GigabitEthernet 0/0
[AR1-GigabitEthernet0/0]ip address 10.0.13.1 24
[AR1-GigabitEthernet0/0]qui
[AR1-GigabitEthernet0/0]quit
[AR1]inte
[AR1]interface loo
[AR1]interface LoopBack 0
[AR1-LoopBack0]ip address 10.0.1.1 24
[AR1-LoopBack0]qui
[AR1-LoopBack0]quit
[AR1]

AR3

<H3C>%Sep 28 15:06:55:005 2018 H3C SHELL/5/SHELL_LOGIN: Console logged in from con0.
sys
System View: return to User View with Ctrl+Z.
[H3C]sysname AR3
[AR3]inte
[AR3]interface g
[AR3]interface GigabitEthernet 0/0
[AR3-GigabitEthernet0/0]ip address 10.0.12.3 24
[AR3-GigabitEthernet0/0]qui
[AR3-GigabitEthernet0/0]quit
[AR3]inte
[AR3]interface loo
[AR3]interface LoopBack 0
[AR3-LoopBack0]ip address 10.0.3.3 24
[AR3-LoopBack0]qui
[AR3-LoopBack0]quit
[AR3]

测试AR2和AR1的连通性

[AR2]ping 10.0.13.2
Ping 10.0.13.2 (10.0.13.2): 56 data bytes, press CTRL_C to break
56 bytes from 10.0.13.2: icmp_seq=0 ttl=255 time=1.000 ms
56 bytes from 10.0.13.2: icmp_seq=1 ttl=255 time=1.000 ms
56 bytes from 10.0.13.2: icmp_seq=2 ttl=255 time=1.000 ms
56 bytes from 10.0.13.2: icmp_seq=3 ttl=255 time=1.000 ms
56 bytes from 10.0.13.2: icmp_seq=4 ttl=255 time=0.000 ms

--- Ping statistics for 10.0.13.2 ---

5 packet(s) transmitted, 5 packet(s) received, 0.0% packet loss
round-trip min/avg/max/std-dev = 0.000/0.800/1.000/0.400 ms
[AR2]%Sep 28 15:09:48:446 2018 AR2 PING/6/PING_STATISTICS: Ping statistics for 10.0.13.2: 5 packet(s) transmitted, 5 packet(s) received, 0.0% packet loss, round-trip min/avg/max/std-dev = 0.000/0.800/1.000/0.400 ms.

测试AR1和AR3的连通性

[AR3]ping 10.0.12.2
Ping 10.0.12.2 (10.0.12.2): 56 data bytes, press CTRL_C to break
56 bytes from 10.0.12.2: icmp_seq=0 ttl=255 time=1.000 ms
56 bytes from 10.0.12.2: icmp_seq=1 ttl=255 time=0.000 ms
56 bytes from 10.0.12.2: icmp_seq=2 ttl=255 time=0.000 ms
56 bytes from 10.0.12.2: icmp_seq=3 ttl=255 time=0.000 ms
56 bytes from 10.0.12.2: icmp_seq=4 ttl=255 time=0.000 ms

--- Ping statistics for 10.0.12.2 ---

5 packet(s) transmitted, 5 packet(s) received, 0.0% packet loss
round-trip min/avg/max/std-dev = 0.000/0.200/1.000/0.400 ms
[AR3]%Sep 28 15:11:25:882 2018 AR3 PING/6/PING_STATISTICS: Ping statistics for 10.0.12.2: 5 packet(s) transmitted, 5 packet(s) received, 0.0% packet loss, round-trip min/avg/max/std-dev = 0.000/0.200/1.000/0.400 ms.

AR1

[AR1]rip
[AR1-rip-1]netw
[AR1-rip-1]network 10.0.0.0
[AR1-rip-1]

AR2

[AR2]rip
[AR2-rip-1]net
[AR2-rip-1]network 10.0.0.0
[AR2-rip-1]

AR3

[AR3]rip
[AR3-rip-1]net
[AR3-rip-1]network 10.0.0.0
[AR3-rip-1]

AR1

[AR1]display ip routing-table

Destinations : 19 Routes : 19

Destination/Mask Proto Pre Cost NextHop Interface

0.0.0.0/32 Direct 0 0 127.0.0.1 InLoop0
10.0.1.0/24 Direct 0 0 10.0.1.1 Loop0
10.0.1.0/32 Direct 0 0 10.0.1.1 Loop0
10.0.1.1/32 Direct 0 0 127.0.0.1 InLoop0
10.0.1.255/32 Direct 0 0 10.0.1.1 Loop0
10.0.2.0/24 RIP 100 1 10.0.13.2 GE0/0
10.0.3.0/24 RIP 100 2 10.0.13.2 GE0/0
10.0.12.0/24 RIP 100 1 10.0.13.2 GE0/0
10.0.13.0/24 Direct 0 0 10.0.13.1 GE0/0
10.0.13.0/32 Direct 0 0 10.0.13.1 GE0/0
10.0.13.1/32 Direct 0 0 127.0.0.1 InLoop0
10.0.13.255/32 Direct 0 0 10.0.13.1 GE0/0
127.0.0.0/8 Direct 0 0 127.0.0.1 InLoop0
127.0.0.0/32 Direct 0 0 127.0.0.1 InLoop0
127.0.0.1/32 Direct 0 0 127.0.0.1 InLoop0
127.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0
224.0.0.0/4 Direct 0 0 0.0.0.0 NULL0
224.0.0.0/24 Direct 0 0 0.0.0.0 NULL0
255.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0

AR2

[AR2]display ip routing-table

Destinations : 22 Routes : 22

Destination/Mask Proto Pre Cost NextHop Interface

0.0.0.0/32 Direct 0 0 127.0.0.1 InLoop0
10.0.1.0/24 RIP 100 1 10.0.13.1 GE0/0
10.0.2.0/24 Direct 0 0 10.0.2.2 Loop0
10.0.2.0/32 Direct 0 0 10.0.2.2 Loop0
10.0.2.2/32 Direct 0 0 127.0.0.1 InLoop0
10.0.2.255/32 Direct 0 0 10.0.2.2 Loop0
10.0.3.0/24 RIP 100 1 10.0.12.3 GE0/1
10.0.12.0/24 Direct 0 0 10.0.12.2 GE0/1
10.0.12.0/32 Direct 0 0 10.0.12.2 GE0/1
10.0.12.2/32 Direct 0 0 127.0.0.1 InLoop0
10.0.12.255/32 Direct 0 0 10.0.12.2 GE0/1
10.0.13.0/24 Direct 0 0 10.0.13.2 GE0/0
10.0.13.0/32 Direct 0 0 10.0.13.2 GE0/0
10.0.13.2/32 Direct 0 0 127.0.0.1 InLoop0
10.0.13.255/32 Direct 0 0 10.0.13.2 GE0/0
127.0.0.0/8 Direct 0 0 127.0.0.1 InLoop0
127.0.0.0/32 Direct 0 0 127.0.0.1 InLoop0
127.0.0.1/32 Direct 0 0 127.0.0.1 InLoop0
127.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0

AR3

[AR3]display ip routing-table

Destinations : 19 Routes : 19

Destination/Mask Proto Pre Cost NextHop Interface

0.0.0.0/32 Direct 0 0 127.0.0.1 InLoop0
10.0.1.0/24 RIP 100 2 10.0.12.2 GE0/0
10.0.2.0/24 RIP 100 1 10.0.12.2 GE0/0
10.0.3.0/24 Direct 0 0 10.0.3.3 Loop0
10.0.3.0/32 Direct 0 0 10.0.3.3 Loop0
10.0.3.3/32 Direct 0 0 127.0.0.1 InLoop0
10.0.3.255/32 Direct 0 0 10.0.3.3 Loop0
10.0.12.0/24 Direct 0 0 10.0.12.3 GE0/0
10.0.12.0/32 Direct 0 0 10.0.12.3 GE0/0
10.0.12.3/32 Direct 0 0 127.0.0.1 InLoop0
10.0.12.255/32 Direct 0 0 10.0.12.3 GE0/0
10.0.13.0/24 RIP 100 1 10.0.12.2 GE0/0
127.0.0.0/8 Direct 0 0 127.0.0.1 InLoop0
127.0.0.0/32 Direct 0 0 127.0.0.1 InLoop0
127.0.0.1/32 Direct 0 0 127.0.0.1 InLoop0
127.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0
224.0.0.0/4 Direct 0 0 0.0.0.0 NULL0
224.0.0.0/24 Direct 0 0 0.0.0.0 NULL0
255.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0

AR1

[AR1]ping 10.0.12.3
Ping 10.0.12.3 (10.0.12.3): 56 data bytes, press CTRL_C to break
56 bytes from 10.0.12.3: icmp_seq=0 ttl=254 time=1.000 ms
56 bytes from 10.0.12.3: icmp_seq=1 ttl=254 time=1.000 ms
56 bytes from 10.0.12.3: icmp_seq=2 ttl=254 time=1.000 ms
56 bytes from 10.0.12.3: icmp_seq=3 ttl=254 time=1.000 ms
56 bytes from 10.0.12.3: icmp_seq=4 ttl=254 time=1.000 ms

--- Ping statistics for 10.0.12.3 ---

5 packet(s) transmitted, 5 packet(s) received, 0.0% packet loss
round-trip min/avg/max/std-dev = 1.000/1.000/1.000/0.000 ms
[AR1]%Sep 28 15:21:16:210 2018 AR1 PING/6/PING_STATISTICS: Ping statistics for 10.0.12.3: 5 packet(s) transmitted, 5 packet(s) received, 0.0% packet loss, round-trip min/avg/max/std-dev = 1.000/1.000/1.000/0.000 ms.

<AR1>debugging rip 1

<AR1>dis
<AR1>display de
<AR1>display debugging
RIP 1, timer debugging is on
RIP 1, event debugging is on
RIP 1, brief debugging is on
RIP 1, sent packet debugging is on
RIP 1, received packet debugging is on
RIP 1, interface GigabitEthernet0/0 sent and received packet debugging is on
RIP 1, interface LoopBack0 sent and received packet debugging is on
<AR1>

转载于:https://blog.51cto.com/13956268/2287242

你可能感兴趣的文章
【夯实Mysql基础】记一次mysql语句的优化过程
查看>>
VBPR: Visual Bayesian Personalized Ranking from Implicit Feedback-AAAI2016 -20160422
查看>>
servlet injection analysis
查看>>
(原)centos7安装和使用greenplum4.3.12(详细版)
查看>>
Hive之 hive与hadoop的联系
查看>>
java中的==、equals()、hashCode()源码分析
查看>>
HDU 3613 Best Reward 正反两次扩展KMP
查看>>
zepto.js 源码解析
查看>>
HTTP状态码大全
查看>>
使用ASP.NET Web API 2创建OData v4 终结点
查看>>
MyBatis简单的增删改查以及简单的分页查询实现
查看>>
Android快捷支付SDK Demo resultStatus={4001};memo={參数错误};result={}问题
查看>>
urllib2中自定义opener
查看>>
Hadoop快速入门
查看>>
MySql_安装及简单命令
查看>>
CSDN markdown 编辑器 第四篇 LaTex语法
查看>>
mongodb 初学 索引
查看>>
每日一小练——二项式系数加法解
查看>>
django中的setting全局变量的导入
查看>>
常见的几种Flume日志收集场景实战
查看>>