静态路由实验作业

article/2025/10/20 2:26:37

 第一步:划分子网

一共需要14个网段,包括6个骨干链路和8个环回接口。

在192.168.1.0/24上进行子网划分,划分如下:

192.168.1.0/24192.168.1.000.00000/27 ----骨干链路192.168.1.000 000 00/30 --- 192.168.1.0/30192.168.1.000 001 00/30 --- 192.168.1.4/30192.168.1.000 010 00/30 --- 192.168.1.8/30192.168.1.000 011 00/30 --- 192.168.1.12/30192.168.1.000 100 00/30 --- 192.168.1.16/30192.168.1.000 101 00/30 --- 192.168.1.20/30192.168.1.000 110 00/30192.168.1.000 111 00/30192.168.1.001 00000/27 --- r1 192.168.1.001 0 0000/28192.168.1.001 1 0000/28
192.168.1.32/27 ---r1环回接口
192.168.1.32/28
192.168.1.48/28192.168.1.010 00000/27 ---r2192.168.1.010 0 0000/28192.168.1.010 1 0000/28
192.168.1.64/27  ---r2环回接口
192.168.1.64/28
192.168.1.80/28192.168.1.011 00000/27 --- r3192.168.1.011 0 0000/28192.168.1.011 1 0000/28
192.168.1.96/27  ---r3环回接口
192.168.1.96/28
192.168.1.112/28192.168.1.100 00000/27 --- r4192.168.1.100 0 0000/28192.168.1.100 0 0000/28
192.168.1.128/27  ---r4环回接口
192.168.1.128/28
192.168.1.144/28

第二步:配IP

AR1:

<Huawei>SYS 
Enter system view, return user view with Ctrl+Z.
[Huawei]SYS R1
[R1]int g0/0/0
[R1-GigabitEthernet0/0/0]ip add 192.168.1.1 30
Sep 11 2021 17:34:24-08:00 R1 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[R1-GigabitEthernet0/0/0]
[R1-GigabitEthernet0/0/0]int g 0/0/1
[R1-GigabitEthernet0/0/1]ip add 192.168.1.5^
Error:Incomplete command found at '^' position.
[R1-GigabitEthernet0/0/1]ip add 192.168.1.5 30
Sep 11 2021 17:35:10-08:00 R1 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state. 
[R1-GigabitEthernet0/0/1]q
[R1]int	
[R1]interface l	
[R1]interface LoopBack 1
[R1-LoopBack1]ip add 192.168.1.33 28
[R1-LoopBack1]int l1
[R1-LoopBack1]int 	
[R1-LoopBack1]int
[R1-LoopBack1]int l2
[R1-LoopBack2]ip add 192.168.1.49 28
[R1-LoopBack2]q
[R1]dis	
[R1]display ip int	
[R1]display ip interface bri	
[R1]display ip interface brief 
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 5
The number of interface that is DOWN in Physical is 1
The number of interface that is UP in Protocol is 5
The number of interface that is DOWN in Protocol is 1Interface                         IP Address/Mask      Physical   Protocol  
GigabitEthernet0/0/0              192.168.1.1/30       up         up        
GigabitEthernet0/0/1              192.168.1.5/30       up         up        
GigabitEthernet0/0/2              unassigned           down       down      
LoopBack1                         192.168.1.33/28      up         up(s)     
LoopBack2                         192.168.1.49/28      up         up(s)     
NULL0                             unassigned           up         up(s)     
[R1]

 AR2:

<Huawei>
<Huawei>sys 
Enter system view, return user view with Ctrl+Z.
[Huawei]sys r2
[r2]sys R2
[R2]int g 0/0/0
[R2-GigabitEthernet0/0/0]ip add 192.168.1.2 30
Sep 11 2021 17:40:00-08:00 R2 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[R2-GigabitEthernet0/0/0]int g 0/0/1
[R2-GigabitEthernet0/0/1]ip add 192.168.1.9 30
Sep 11 2021 17:40:31-08:00 R2 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state. 
[R2-GigabitEthernet0/0/1]int l	
[R2-GigabitEthernet0/0/1]int l0
[R2-LoopBack0]ip add 192.168.1.65 28
[R2-LoopBack0]ip add 192.168.1.81 28
[R2-LoopBack0]undo ip add 192.168.1.81 28
[R2-LoopBack0]int l 1
[R2-LoopBack1]ip add 192.168.1.81 28	
[R2-LoopBack0]display ip interface brief 
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 5
The number of interface that is DOWN in Physical is 1
The number of interface that is UP in Protocol is 5
The number of interface that is DOWN in Protocol is 1Interface                         IP Address/Mask      Physical   Protocol  
GigabitEthernet0/0/0              192.168.1.2/30       up         up        
GigabitEthernet0/0/1              192.168.1.9/30       up         up        
GigabitEthernet0/0/2              unassigned           down       down      
LoopBack0                         192.168.1.65/28      up         up(s)     
LoopBack1                         192.168.1.81/28      up         up(s)     
NULL0                             unassigned           up         up(s)     
[R2-LoopBack0]

AR3

[Huawei]sys r3
[r3]int g 0/0/0
[r3-GigabitEthernet0/0/0]ip add 192.168.1.6 30
Sep 11 2021 22:01:13-08:00 r3 %%01IFNET/4/LINK_STATE(l)[2]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[r3-GigabitEthernet0/0/0]int g 0/0/1
[r3-GigabitEthernet0/0/1]ip add 192.168.1.13 30
Sep 11 2021 22:01:31-08:00 r3 %%01IFNET/4/LINK_STATE(l)[3]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state. 
[r3-GigabitEthernet0/0/1]int l 1
[r3-LoopBack1]ip add 192.168 1.97 28^
Error: Wrong parameter found at '^' position.
[r3-LoopBack1]ip add 192.168.1.97 28
[r3-LoopBack1]int l 2
[r3-LoopBack2]ip add 192.168.1.113 28
[r3-LoopBack2]disp	
[r3-LoopBack2]display ip int	
[r3-LoopBack2]display ip interface bri	
[r3-LoopBack2]display ip interface brief 
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 5
The number of interface that is DOWN in Physical is 1
The number of interface that is UP in Protocol is 5
The number of interface that is DOWN in Protocol is 1Interface                         IP Address/Mask      Physical   Protocol  
GigabitEthernet0/0/0              192.168.1.6/30       up         up        
GigabitEthernet0/0/1              192.168.1.13/30      up         up        
GigabitEthernet0/0/2              unassigned           down       down      
LoopBack1                         192.168.1.97/28      up         up(s)     
LoopBack2                         192.168.1.113/28     up         up(s)     
NULL0                             unassigned           up         up(s)     
[r3-LoopBack2]

AR4

<Huawei>
<Huawei>sys 
Enter system view, return user view with Ctrl+Z.
[Huawei]sys r4
[r4]int g 0/0/0
[r4-GigabitEthernet0/0/0]ip add 192.168.1.14 30
Sep 11 2021 22:03:26-08:00 r4 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[r4-GigabitEthernet0/0/0]int g 0/0/1
[r4-GigabitEthernet0/0/1]ip add 192.168.1.10 30
Sep 11 2021 22:03:48-08:00 r4 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state. 
[r4-GigabitEthernet0/0/1]int g0/0/2
[r4-GigabitEthernet0/0/2]ip add 192.168.1.17 30
[r4-GigabitEthernet0/0/2]
Sep 11 2021 22:04:06-08:00 r4 %%01IFNET/4/LINK_STATE(l)[2]:The line protocol IP 
on the interface GigabitEthernet0/0/2 has entered the UP state. 
[r4-GigabitEthernet0/0/2]int g 4/0/0
[r4-GigabitEthernet4/0/0]ip add 192.168.1.21 30
Sep 11 2021 22:04:30-08:00 r4 %%01IFNET/4/LINK_STATE(l)[3]:The line protocol IP 
on the interface GigabitEthernet4/0/0 has entered the UP state. 
[r4-GigabitEthernet4/0/0]int l 1
[r4-LoopBack1]ip add 192.168.1.129 28
[r4-LoopBack1]int l 2
[r4-LoopBack2]ip add 192.168.1.145 28
[r4-LoopBack2]disp	
[r4-LoopBack2]display ip int	
[r4-LoopBack2]display ip interface bri	
[r4-LoopBack2]display ip interface brief 
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 7
The number of interface that is DOWN in Physical is 0
The number of interface that is UP in Protocol is 7
The number of interface that is DOWN in Protocol is 0Interface                         IP Address/Mask      Physical   Protocol  
GigabitEthernet0/0/0              192.168.1.14/30      up         up        
GigabitEthernet0/0/1              192.168.1.10/30      up         up        
GigabitEthernet0/0/2              192.168.1.17/30      up         up        
GigabitEthernet4/0/0              192.168.1.21/30      up         up        
LoopBack1                         192.168.1.129/28     up         up(s)     
LoopBack2                         192.168.1.145/28     up         up(s)     
NULL0                             unassigned           up         up(s)     
[r4-LoopBack2]

AR5

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys r5
[r5]int g o/o/o^
Error: Wrong parameter found at '^' position.
[r5]ip add 192.168.1.18 30^
Error: Unrecognized command found at '^' position.
[r5]int g 0/0/0
[r5-GigabitEthernet0/0/0]ip add 192.168.1.18 30
[r5-GigabitEthernet0/0/0]
Sep 11 2021 22:07:27-08:00 r5 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[r5-GigabitEthernet0/0/0]int g 0/0/1
[r5-GigabitEthernet0/0/1]ip add 192.168.1.22 30
Sep 11 2021 22:07:43-08:00 r5 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state. 
[r5-GigabitEthernet0/0/1]int l 1
[r5-LoopBack1]ip add 5.5.5.5 24
[r5-LoopBack1]dispp	
[r5-LoopBack1]disp	
[r5-LoopBack1]display ip int	
[r5-LoopBack1]display ip interface bri	
[r5-LoopBack1]display ip interface brief 
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 4
The number of interface that is DOWN in Physical is 1
The number of interface that is UP in Protocol is 4
The number of interface that is DOWN in Protocol is 1Interface                         IP Address/Mask      Physical   Protocol  
GigabitEthernet0/0/0              192.168.1.18/30      up         up        
GigabitEthernet0/0/1              192.168.1.22/30      up         up        
GigabitEthernet0/0/2              unassigned           down       down      
LoopBack1                         5.5.5.5/24           up         up(s)     
NULL0                             unassigned           up         up(s)     
[r5-LoopBack1]

第三步:写静态路由(环回)

AR1

[r1]ip route-sta	
[r1]ip route-static 192.168.1.8 30 192.168.1.2
[r1]ip route-static 192.168.1.128 27 192.168.1.2
[r1]ip route-static 192.168.1.128 27 192.168.1.6
[r1]ip route-static 192.168.1.16 27 192.168.1.6
Info: The destination address and mask of the configured static route mismatched
, and the static route 192.168.1.0/27 was generated.
[r1]ip route-static 192.168.1.16 30 192.168.1.6
[r1]ip route-static 192.168.1.16 30 192.168.1.2
[r1]ip route-static 192.168.1.12 30 192.168.1.6
[r1]ip route-static 192.168.1.96 27 192.168.1.6

AR2

[r2]ip rou	
[r2]ip route-sta	
[r2]ip route-static 192.168.1.128 27 192.168.1.10
[r2]ip route-static 192.168.1.16 30 192.168.1.10
[r2]ip route-static 192.168.1.12 30 192.168.1.10
[r2]ip route-static 192.168.1.96 27 192.168.1.10
[r2]ip route-static 192.168.1.96 27 192.168.1.1
[r2]ip route-static 192.168.1.4 30  192.168.1.1
[r2]ip route-static 192.168.1.32 27 192.168.1.1
[r2]

AR3

[r3]ip rou	
[r3]ip route-sta	
[r3]ip route-static 192.168.1.32 27 192.168.1.5
[r3]ip route-static 192.168.1.0 30 192.168.1.5
[r3]ip route-static 192.168.1.64 27 192.168.1.5
[r3]ip route-static 192.168.1.64 27 192.168.1.24
[r3]ip route-static 192.168.1.8 30 192.168.1.14
[r3]ip route-static 192.168.1.128 27 192.168.1.14
[r3]ip route-static 192.168.1.16 30 192.168.1.14
[r3]

AR4

[r4]ip route-static 192.168.1.96 27 192.168.1.13
[r4]ip route-static 192.168.1.4 30 192.168.1.13
[r4]ip route-static 192.168.1.32 27 192.168.1.13
[r4]ip route-static 192.168.1.32 27 192.168.1.9
[r4]ip route-static 192.168.1.0 30 192.168.1.9
[r4]ip route-static 192.168.1.64 27  192.168.1.9
[r4]

AR5

[r5]ip route-static 192.168.1.32 27 192.168.1.17
[r5]ip route-static 192.168.1.64 27 192.168.1.17
[r5]ip route-static 192.168.1.96 27 192.168.1.17
[r5]ip route-static 192.168.1.128 27 192.168.1.17
[r5]ip route-static 192.168.1.0 30 192.168.1.17
[r5]ip route-static 192.168.1.4 30 192.168.1.17
[r5]ip route-static 192.168.1.8 30 192.168.1.17
[r5]ip route-static 192.168.1.12 30 192.168.1.17
[r5]

第四步:写缺省

AR1

[r1]ip route-static  0.0.0.0 0 192.168.1.2
[r1]ip route-static 0.0.0.0 0 192.168.1.6

AR2

[r2]ip route-static 0.0.0.0 0 192.168.1.10

AR3

[r3]ip route-static 0.0.0.0 0 192.168.1.14

AR4

[r4]ip route-static 0.0.0.0 0 192.168.1.18

第五步,避免环路(做空接口)

[r1]ip route-static 192.168.1.32 27 NULL 0
[r2]ip route-static 192.168.1.64 27 NULL 0
[r3]ip route-static 192.168.1.96 27 NULL 0
[r4]ip route-static 192.168.1.128 27 NULL 0

此时,AR1-AR4之间可以ping通。

[r1]undo ip route-static 192.168.1.20 30 192.168.1.0
[r1]display ip routing-table
[r2]ip route-static 192.168.1.20 30 192.168.1.10
[r3]ip route-static 192.168.1.20 30 192.168.1.14
[r4]ip route-static 0.0.0.0 0 192.168.1.22 pre	
[r4]ip route-static 0.0.0.0 0 192.168.1.22 preference 61
最后一步:设置浮动静态路由优先级(r5)[r5]ip route-static 192.168.1.0 255.255.255.252 192.168.1.21 preference 61[r5]ip route-static 192.168.1.4 255.255.255.252 192.168.1.21 preference 61[r5]ip route-static 192.168.1.8 255.255.255.252 192.168.1.21 preference 61[r5]ip route-static 192.168.1.12 255.255.255.252 192.168.1.21 preference 61[r5]ip route-static 192.168.1.32 255.255.255.224 192.168.1.21 preference 61[r5]ip route-static 192.168.1.64 255.255.255.224 192.168.1.21 preference 61[r5]ip route-static 192.168.1.96 255.255.255.224 192.168.1.21 preference 61[r5]ip route-static 192.168.1.128 255.255.255.224 192.168.1.21 preference 61	
[r5]display this
[V200R003C00]
#sysname r5
#snmp-agent local-engineid 800007DB03000000000000snmp-agent 
#clock timezone China-Standard-Time minus 08:00:00
#
portal local-server load portalpage.zip
#drop illegal-mac alarm
#set cpu-usage threshold 80 restore 75
#
ip route-static 192.168.1.0 255.255.255.252 192.168.1.17
ip route-static 192.168.1.0 255.255.255.252 192.168.1.21 preference 61
ip route-static 192.168.1.4 255.255.255.252 192.168.1.17
ip route-static 192.168.1.4 255.255.255.252 192.168.1.21 preference 61
ip route-static 192.168.1.8 255.255.255.252 192.168.1.17
ip route-static 192.168.1.8 255.255.255.252 192.168.1.21 preference 61
ip route-static 192.168.1.12 255.255.255.252 192.168.1.17
ip route-static 192.168.1.12 255.255.255.252 192.168.1.21 preference 61
ip route-static 192.168.1.32 255.255.255.224 192.168.1.17
ip route-static 192.168.1.32 255.255.255.224 192.168.1.21 preference 61
ip route-static 192.168.1.64 255.255.255.224 192.168.1.17
ip route-static 192.168.1.64 255.255.255.224 192.168.1.21 preference 61
ip route-static 192.168.1.96 255.255.255.224 192.168.1.17
ip route-static 192.168.1.96 255.255.255.224 192.168.1.21 preference 61
ip route-static 192.168.1.128 255.255.255.224 192.168.1.17
ip route-static 192.168.1.128 255.255.255.224 192.168.1.21 preference 61
#

 关闭r4的4/0/0 接口

[r4]int g 4/0/0
[r4-GigabitEthernet4/0/0]shutdown
Sep 11 2021 23:43:14-08:00 r4 %%01IFPDT/4/IF_STATE(l)[0]:Interface GigabitEthern
et4/0/0 has turned into DOWN state.
[r4-GigabitEthernet4/0/0]
[r4-GigabitEthernet4/0/0]
Sep 11 2021 23:43:14-08:00 r4 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet4/0/0 has entered the DOWN state. 
[r4-GigabitEthernet4/0/0]

最后ping网通,关闭r4的4/0/0端口,用r1 ping r5

 

 关闭r4的0/0/2端口,用r5 ping r1

 


http://chatgpt.dhexx.cn/article/3foWj31O.shtml

相关文章

生成树(STP)

1.详细说明STP的工作原理 在二层交换网络中&#xff0c;逻辑的阻塞部分的接口&#xff0c;实现从跟交换机到所有节点唯一的路径称为最佳路径&#xff0c;生成一个没有环路的拓扑。当最佳路径出现故障时&#xff0c;个别被阻塞的接口将打开&#xff0c;形成备份链路。 2. STP的…

秒懂!详细!DHCP中继

DHCP中继原理 1 当dhcp client 启动并进行dhcp 初始化时&#xff0c;它会在本地网络广播配置请求报文。 2 如果本地网络存在dhcp server&#xff0c;则可以直接进行dhcp 配置&#xff0c;不需要dhcp relay。 3 如果本地网络没有dhcp server&#xff0c;则与本地网络相连的具有…

H3C_IRF_BFD配置

H3C_IRF_BFD配置 IRF典型配置举例(BFD MAD检测方式)1. 组网需求  由于网络规模迅速扩大,当前中心交换机(Device A)转发能力已经不能满足需求,现需要在保护现有投资的基础上将网络转发能力提高一倍,并要求网络易管理、易维护。2. 组网图  IRF 典型配置组网图(BFD M…

ENSP之静态、缺省路由的配置实验

目录 一、学习目标 二、实验前的准备 1. 拓扑图&#xff1a; 2. ENSP版本&#xff1a; 3. 路由器S1、S2、S3 三、实验步骤&#xff1a; 1. 在R1、R2、R3上配置接口ip地址以及回环口地址 2. 执行ping命令&#xff0c;测试路由器之间的连通性 3. 执行ping命令&#xff0c;…

5台路由1台交换机环回实验

左下角为实验要求&#xff0c;上为设备所在位置。 大致思路&#xff1a;首先先写清几台路由的地址&#xff0c;为后续的连接做到基础 在CRT中依次写下地址 R1 <Huawei> <Huawei>sys <Huawei>system-view Enter system view, return user view with CtrlZ…

环路检测技术

概述 网络中的环路会导致设备对广播、组播以及未知单播等报文进行重复发送&#xff0c;造成网络资源浪费甚至网络瘫痪。为了能够及时发现二层网络中的环路&#xff0c;避免对整个网络造成严重影响&#xff0c;需要提供一种检测技术&#xff0c;使网络中出现环路时能及时通知用…

6 个网络实战案例,横扫 RIP 所有场景......

上文《图解 RIP 》对 RIP 进行了全方位的原理讲解&#xff0c;但仅仅知道什么 RIP 是不够用的&#xff0c;现在来分享下 RIP 是怎么用的&#xff0c;即 RIP 网络实操&#xff0c;看看这些技术是怎么在网络设备上面实现的&#xff0c;如何用 RIP 解决实际的网络问题。 RIPv2 基础…

IRF

IRF IRF技术具有管理渐变、网络扩展能力强、可靠性高等优点。 前提条件 两个系统启动后 配置swi-2 1、线路连接好&#xff0c;修改主机名 [H3C]sysname swi-1 [swi-1]2、shutdown 用于IRF的端口 [swi-1]interface range Ten-GigabitEthernet 1/0/49 to Ten-GigabitEthe…

学习日记——(路由与交换技术)OSPF协议

一、相关知识 1、基本概念 OSPF是一个内部网关协议&#xff0c;用于单一自治系统内决策路由OSPF是链路状态路由协议OSPF通过路由器之间通告网络接口的状态来建立链路状态数据库&#xff0c;生成最短路径树&#xff0c;每个OSPF路由器使用这些最短路径构造路由表OSPF路由器利用…

【ENSP模拟器】RIP(HCNP)——RIPv2的配置及实现

目录 案例1&#xff1a;RIPv2基础配置 R1的配置&#xff1a; R2的配置&#xff1a; R3的配置&#xff1a; PC1的配置&#xff1a; PC2的配置&#xff1a; 案例2&#xff1a;Silent-Interface R1的配置如下&#xff1a; R2的配置如下&#xff1a; 案例3&#xff1a;RI…

华为路由器用Linux开发,华为路由交换设备配置综合实验(实验六合一)

华为路由交换设备配置综合实验&#xff1a; 单臂路由、三层交换、动静路由、VRRP路由、DHCP中继、捆绑Etrunk链路(实验六合一) 实验拓扑图&#xff1a; 目的&#xff1a;实现全网各个PC之间的互联互通 全部实验脚本如下&#xff0c;以下脚本直接复制即可使用 一、实现右部DHCP中…

排错-通过LLDP信息查找环路(以H3C S5100为例)

故障现象 某栋宿舍楼中有多个用户报修&#xff0c;现场查勘后发现室内进线接主机无法获取地址&#xff0c;物理线路连通。因假期期间&#xff0c;只有少数用户留校&#xff0c;不能确定是否是该栋所有用户都无法上网。 组网信息 如图&#xff0c;两台接入交换机光纤级联&…

BGP综合实验

目录 实验说明 开始实验 1.在SW4上进行配置 &#xff08;1&#xff09;配置VLAN和接口划入VLAN &#xff08;2&#xff09;配置trunk干道 &#xff08;3&#xff09;R10上配置子接口 &#xff08;4&#xff09;测试 2.配置IP地址 3.总部、分部、骨干网获取各自部分的路由…

XX市高中网络拓扑整体规划配置

2台核心交换机irf配置&#xff1a; <HX_A>dis cu <HX_A>dis current-configuration version 7.1.075, Alpha 7571 sysname HX_A irf mac-address persistent timer irf auto-update enable undo irf link-delay irf member 1 priority 32 irf member 2 priority 1…

[计算机网络】【网络设备】网关冗余和负载平衡 (HSRP)

为了减少交换机故障的影响&#xff0c;交换上有STP技术。然而作为网关的路由器出故障了&#xff0c;又有什么办法&#xff1f;HSRP和VRRP是最常用的网关冗余技术。HSRP和VRRP类似&#xff0c;由多个路由器共同组成一个组&#xff0c;虚拟一个网关&#xff0c;其中的一台路由器处…

HCIP静态路由实验(一):

第一步&#xff1a;划分地址 由实验要求可知R1、R2、R4各有两个用户网段&#xff0c;且R5需要一个用户网段&#xff0c;所以在此处我们可以将R1、R2、R4的用户网段看成一个&#xff0c;然后再进行二次划分&#xff0c;然后加上骨干网段&#xff0c;我们一共需要8个网段: 192.16…

ensp关于interface GigabitEthernet指令的报错.(AR3260接口配置)

1. 上面的问题是因为忘了system-view的命令 这样就可以接入接口的配置了。 并且当你对其他接口进行配置前都需要system-view指令哦。 2. 指令错误&#xff0c;指令如上。 3.接口不存在&#xff0c;如下 在不存在0/0/3的接口情况下就会报错。

《网络基础》p84.interface gigabitethernet 0/0/0报错

BOOK1&#xff1a;《网络基础》by 田果&#xff0c;刘丹宁 关键词&#xff1a;eNSP, interface gigabitethernet 0/0/0&#xff0c;ip address. 概述&#xff1a;第84页&#xff0c;在eNSP中建立一个路由器和FTP服务器连接。出现问题&#xff1a; &#xff08;1&#xff09;进…

Gigabit Ethernet

前言 本文仅为翻译手册&#xff0c;留以自己查看&#xff0c;若需要深入交流&#xff0c;可以在个人分类中查找解析与实践内容&#xff08;可能未发布&#xff09;&#xff0c;或与作者联系 关于本手册 本文档提供了以太网交换机子系统的功能描述以及串行器/解串器&#xff0…

阅读笔记4:基于运动想象的脑机接口系统模式识别算法研究

论文信息 题目&#xff1a;基于运动想象的脑机接口系统模式识别算法研究作者&#xff1a;刘美春单位&#xff1a;华南理工大学信号与信息处理发表时间&#xff1a;20091009 笔记 1.摘要 脑机接口是一种不依赖于正常的由外围神经和肌肉组成的输出通道的通讯系统。BCI系统包括…