![中级交换实验手册V3[1].1_第1页](http://file2.renrendoc.com/fileroot_temp3/2021-8/27/5e2f9c9b-1fff-4d08-9c9b-f9614ee3ee33/5e2f9c9b-1fff-4d08-9c9b-f9614ee3ee331.gif)
![中级交换实验手册V3[1].1_第2页](http://file2.renrendoc.com/fileroot_temp3/2021-8/27/5e2f9c9b-1fff-4d08-9c9b-f9614ee3ee33/5e2f9c9b-1fff-4d08-9c9b-f9614ee3ee332.gif)
![中级交换实验手册V3[1].1_第3页](http://file2.renrendoc.com/fileroot_temp3/2021-8/27/5e2f9c9b-1fff-4d08-9c9b-f9614ee3ee33/5e2f9c9b-1fff-4d08-9c9b-f9614ee3ee333.gif)
![中级交换实验手册V3[1].1_第4页](http://file2.renrendoc.com/fileroot_temp3/2021-8/27/5e2f9c9b-1fff-4d08-9c9b-f9614ee3ee33/5e2f9c9b-1fff-4d08-9c9b-f9614ee3ee334.gif)
![中级交换实验手册V3[1].1_第5页](http://file2.renrendoc.com/fileroot_temp3/2021-8/27/5e2f9c9b-1fff-4d08-9c9b-f9614ee3ee33/5e2f9c9b-1fff-4d08-9c9b-f9614ee3ee335.gif)
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、教学实验目 录目 录实验一 使用华为quidway系列交换机简单组网11.1 实验目的11.2 实验环境11.3 实验组网图11.4 实验步骤11.4.1 vlan配置11.4.2 端口聚合(link aggregation)31.4.3 生成树协议(stp)41.4.4 通用vlan注册协议(gvrp)41.4.5 三层交换机和acl51.4.6 以太交换网安全9实验二 使用华为quidway系列交换机复杂组网102.1 实验目的102.2 实验环境102.3 实验组网图112.4 实验步骤11ihcse交换实验指导书v3.0 实验一 使用华为quidway系列交换机简单组网实验一 使用华为
2、quidway系列交换机简单组网1.1 实验目的1. 掌握华为quidway系列交换机上的基本配置命令;2. 掌握vlan的原理和配置;3. 掌握端口聚合(link aggregation)的原理和配置;4. 掌握生成树协议(stp)的原理和配置; 5. 掌握gvrp协议的原理和配置;6. 掌握三层交换机和访问控制列表(acl)的原理和配置;7. 掌握如何从pc机或其他交换机远程配置某交换机。1.2 实验环境quidway s3026以太网交换机 2 台,quidway s3526以太网交换机1台,pc机4台,标准网线6根quidway s3026软件版本:v100r002b01d011;bo
3、otrom版本:v1.1quidway s3526软件版本:v100r001b02d006;bootrom版本:v3.01.3 实验组网图在下面的每个练习中给出。1.4 实验步骤1.4.1 vlan配置首先依照下面的组网图将各实验设备相连,然后正确的配置各设备的ip地址。有两台quidway s3026交换机和四台pc机。每台pc机的ip地址指定如下:pca:pcb:pcc:pcd:掩码:请完成以下步骤:1、 如上图所示,配置四台pc机属于各自的vlan。2、 将某些端口配置成trunk端口,并允许前面配
4、置的所有vlan通过。3、 测试同一vlan中的pc机能否相互ping通。配置如下:switcha:switcha(config)#vlan 2 /创建vlan 2switcha (config-vlan2)# switchport ethernet 0/9/将以太口9划入vlan 2switcha (config-vlan2)#vlan 3/创建vlan 3switcha (config-vlan3)# switchport ethernet 0/10/将以太口10划入vlan 3switcha (config-vlan3)#interface ethernet 0/1/进入以太口1的接口配
5、置模式switcha (config-if-ethernet0/1)#switch mode trunk/将e0/1接口设置为trunk模式switcha (config-if-ethernet0/1)#switch trunk allow vlan all /配置允许所有的vlan通过switchb:switchb(config)#vlan 2switchb (config-vlan2)# switchport ethernet 0/9switchb (config-vlan2)#vlan 3switchb (config-vlan3)# switchport ethernet 0/10sw
6、itchb (config-vlan3)#interface ethernet 0/1switchb (config-if-ethernet0/1)# switch mode trunkswitchb (config-if-ethernet0/1)# switch trunk allow vlan all4、 switcha端口e0/1的pvid配置为2,然后从pca ping pcc,看能否相互ping通,如果不能ping通,请说明原因。华为quidway系列交换机有一个重要特性:如果帧的vlan id等于发送该帧的trunk端口的pvid,那么该帧将会先被删掉tag头,再发送。5、 将sw
7、itcha端口e0/1的配置改为属于vlan2的接入端口,然后从pcapingpcc。你将会发现虽然switcha的e0/1、e0/9,switchb的e0/9都属于vlan2,但pca却不能ping通pcc。请说明原因。有两种方法可以通过改变switchb端口e0/1的配置使pca能ping通pcc。方法一:将switchb端口e0/1的配置改为属于vlan2的接入端口;方法二:将switchb端口e0/1的pvid改为2。6、 通过以上步骤,理解quidway系列交换机添加和删除802.1qvlantag头的过程和规则。1.4.2 端口聚合(link aggregation)在练习一的基础
8、上再将switcha端口e0/2和switchb端口e0/2互连,如下图所示。vlan和ip地址的配置保持不变。1、 将switcha和switchb的端口e0/1和e0/2配置为端口聚合。2、 改变switcha端口e0/1的配置,用“show interface e0/2”观察switchb端口e0/2的配置变化。3、 将switcha和switchb之间的两根双绞线拔掉一根,看看pca是否仍能ping通pcc。请说明原因。4、 通过以上步骤,理解端口聚合的功能和配置。配置如下:switcha:switcha (config)#link-aggregation e 0/1 to e 0/2
9、 ingress-egress /将e0/1及e0/2做聚合switcha (config)#interface e 0/1switcha (config-if-ethernet0/1)# switch mode trunk/将e0/1接口设置为trunk模式switcha (config-if-ethernet0/1)# switch trunk allow vlan all /配置允许所有的vlan通过switchb:switchb (config)link-aggregation e 0/1 to e 0/2 ingress-egressswitchb (config)#interfac
10、e e 0/1switchb (config-if-ethernet0/1)# switch mode trunkswitchb (config-if-ethernet0/1)# switch trunk allow vlan all1.4.3 生成树协议(stp)我们仍然使用练习二的组网图。这次在switcha和switchb之间不再用端口聚合,而是配置stp。请完成以下步骤:1、 在两台交换机上使能stp。2、 将switcha配置成根桥。3、 用“show spanning-tree statistics ethernet”命令观察接口状态,并根据显示信息解释spanning-tree
11、protocol的运行机制。4、 用“debug stp packet”命令进一步观察stp生成的bpdu信息。5、 修改switchb端口e0/2的优先级为64,然后用“show spanning-tree statistics ethernet0/2”观察端口的变化。6、 修改switchb端口e0/2的pathcost为100,然后用“show spanning-tree statistics ethernet0/2”观察端口的变化。7、 将switcha和switchb之间的两根双绞线拔掉一根,然后在两台交换机上用“show spanning-tree statistics ether
12、net0/1 to ethernet0/2”观察stp信息的变化。测试pca是否仍能ping通pcc。请说明原因,并比较端口聚合和stp的不同。8、 通过以上步骤,理解stp的功能和配置。配置如下:switcha:switcha (config)#spanning-tree enable/在全局配置模式下启用stpswitchb:switchb (config)#spanning-tree enable/在全局配置模式下启用stpswitchb (config)#spanning-tree priority 4096 /设置优先级switchb (config)#interface e 0/2
13、switchb (config-if-ethernet0/2)#spanning-tree pathcost 100 /设置端口的pathcost值问题:如果我们将两台交换机的端口e0/1和e0/2配置为trunk端口并且不配置端口聚合和stp,将会发生什么现象?pca是否仍能ping通pcc?1.4.4 通用vlan注册协议(gvrp)仍用练习二的组网图。这次在switcha和switchb上配置gvrp。请完成以下步骤:1、 配置某些端口为trunk端口,并允许前面配置的所有vlan通过。2、 在两个trunk端口上使能动态vlan注册协议gvrp。3、 在switcha上注册vlan6-
14、10,在switchb上注册vlan11-15,观察在每个交换机上的vlan注册状态。4、 在switcha上配置vlan4并将端口e0/1配置为fixed模式,将switchb端口e0/1配置为forbidden模式。观察在每个交换机上的vlan注册状态。5、 通过以上步骤,理解gvrp的功能和配置。配置如下:switchaswitcha (config)#gvrp enable /在全局配置模式下启用gvrpswitcha (config)#switch ethernet 0/1switcha (config-if-ethernet0/1)# switch mode trunkswitch
15、a (config-if-ethernet0/1)# switch trunk allow vlan allswitcha (config-if-ethernet 0/1)#gvrp enable/在接口模式下启用gvrpswitchbswitchb (config)#gvrp enableswitchb (config)#switch ethernet 0/1switchb (config-if-ethernet0/1)# switch mode trunkswitchb (config-if-ethernet0/1)# switch trunk allow vlan allswitchb
16、(config-if-ethernet 0/1)#gvrp enable1.4.5 三层交换机和acl这次我们要用到一台三层交换机quidways3526,具体组网图如下。注意switcha是一台三层交换机。每台pc机的ip地址指定如下:pca:pcb:pcc:pcd:掩码:请完成以下步骤:1、 如上图所示,配置四台pc机分别属于各自相关的vlan。2、 配置端口聚合,使switcha和switchb之间的带宽为200mbps。3、 配置某些端口为trunk端口并允许前面配置的所有vlan通过。4、 在两
17、台交换机的端口e0/1配置gvrp,使能动态注册vlan信息。5、 测试在同一vlan内的pc机能否互相ping通。以上配置我们在前面的练习中已全部学过,另外还需要完成以下工作:我们需要使pcb不能和pca、pcc通信,pcd能和pca、pcb、pcc通信。当然,pca和pcc仍能互相通信。我们知道,不同vlan间的通信在二层是隔离的。所以我们必须寻找一种方法能够通过三层实现通信。switcha(quidways3526)是一种三层交换机,能帮助我们解决这个问题。按以下步骤来实现不同vlan之间的pc机互通:1、 在交换机a上配置vlan2的接口地址是00,vlan3的接口地址
18、是00,vlan4的接口地址是00。2、 将pca和pcc的网关配置为00,pcb的网关为00,pcd的网关为00。现在,试着在pc机之间互相ping,你会发现vlan不再是隔离的。任何两台计算机现在都能通讯了。但是很明显,我们仍没有实现pcb不能和pca、pcc通信的目标,那我们应该怎么办呢?s3526上提供了一个方法:使用访问控制列表(acl)。你可以用acl来限制 网段和网段主机之间的通信。配置如下:switcha (config)link-aggregation e 0/1
19、to e 0/2 ingress-egressswitcha(config)#gvrp enableswitcha(config)#vlan 2switcha (config-vlan2)#port e 0/9switcha (config-vlan2)#vlan 3switcha (config-vlan3)#port e 0/10switcha (config-vlan4)#interface e 0/1switcha (config-if-ethernet0/1)#trunk allswitcha (config-if-ethernet0/1)#gvrp enableswitcha (c
20、onfig-if-ethernet0/1)#interface vlan 2/进入vlan 2的虚接口配置模式switcha (config-vlan-interface2)#ip address 00 /配置vlan 2虚接口的ip地址switcha (config-vlan-interface2)#interface vlan 3switcha (config-vlan-interface3)#ip address 00 switcha (config-vlan-interface3)#interface
21、vlan 4switcha (config-vlan-interface4)#ip address 00 switcha (config-vlan-interface4)#exitswitcha (config)#rule-map l3 net1tonet2 /定义流分类规则switcha (config)#flow-action net1tonet2 deny /定义流的动作switcha (config)#acl net1tonet2 net1tonet2
22、net1tonet2 /定义访问控制列表switcha (config)#access-group net1tonet2/将acl定义的访问控制策略激活现在让我们看一看show running-config的信息: switcha(config)#show running-configbuilding running configuration.current configuration is :! hostname switcha rule-map l3 net1tonet2 flow-action
23、net1tonet2 deny acl net1tonet2 net1tonet2 net1tonet2 access-group net1tonet2 link-aggregation ethernet0/1 to ethernet0/2 ingress-egress gvrp enable!interface aux0/0!vlan 1!vlan 2 port ethernet0/9!vlan 3 port ethernet0/10!vlan 4!interface ethernet0/1 trunk all gvrp enable!interface ethernet0/10.!inte
24、rface null0!interface vlan-interface2 ip address 00 !interface vlan-interface3 ip address 00 !interface vlan-interface4 ip address 00 !line aux 0 no loginline vty 0 4!endswitchb#show running-configbuilding running configuration.current c
25、onfiguration is :! hostname switchb gvrp!interface aux0/0!vlan 1!vlan 2!vlan 4!interface ethernet0/1 switchport mode trunk switchport trunk allowed vlan all gvrp!interface ethernet0/10 switchport access vlan 4!interface ethernet0/11.!interface ethernet0/2 switchport mode trunk switchport trunk allow
26、ed vlan all gvrp!interface ethernet0/20interface ethernet0/8!interface ethernet0/9 switchport access vlan 2!interface null0!link-aggregation ethernet0/1 to ethernet0/2 ingress-egress!line aux 0 no loginline vty 0 4!end1.4.6 以太交换网安全仍然沿用练习五的组网图。有时候我们必须远程登录来配置交换机,所以我们需要配置交换机的远程登录,同时我们应避免这些交换机的非法访问。在这个练
27、习中,你需要配置switcha使pca和pcc能telnet上switcha并远程配置。配置如下:switcha(config)#enable password 0 huawei/配置进入特权模式的密码switcha(config)#line vty 0 4/进入line配置模式switcha(config-line-vty0-4)#login local/使能本地口令验证switcha(config-line-vty0-4)#exitswitcha(config)#user huawei password 0 huawei /配置本地验证的用户名及密码如果你的配置已正常运行,你可以在pca或
28、pcc上用“telnet 00”登录switcha,然后输入正确的用户名和密码,你就能从pc机远程配置switcha了。问题:你能使switchb能远程登录,并从pca、pcc以及switcha上配置它吗?20hcse交换实验指导书v3.0实验二 使用华为quidway系列交换机复杂组网实验二 使用华为quidway系列交换机复杂组网2.1 实验目的1、 让学员学会如何设计和构建一个典型的交换网络。2、 让学员学会如何在交换网络中配置生成树协议(stp),stp在交换机之间是如何工作的,如何通过改变stp的参数来改变生成树的状态。另外,学员应能通过debug信息分析stp的构建
29、过程。3、 让学员学会gvrp的动态注册过程。4、 让学员学会如何利用三层交换机实现不同vlan间的通信以及如何限制不同vlan间的通信。5、 让学员学会如何远程配置交换机以及如何保护交换机不受非法登录。6、 让学员学会交换机的其他配置,例如:端口聚合、acl、端口监控。7、 让学员具备在三层交换机和路由器上配置ospf动态路由协议的能力,使得交换网中的pc机能访问外部广域网或internet。2.2 实验环境quidway s3026以太网交换机 4 台,quidway s3526以太网交换机1台quidway 2501路由器 1台,pc机4台,标准网线13根quidway s3026软件版
30、本:v100r002b01d011;bootrom版本:v1.1quidway s3526软件版本:v100r001b02d006;bootrom版本:v3.0quidway 2501路由器 vrp版本: vrp 1.2以上2.3 实验组网图2.4 实验步骤1、 如上图所示将设备互连起来,并给每台pc机配置好ip地址。 分配给pc机的ip地址如下: pca: pcb: pcc: pcd: 掩码:2、 如上图所示配置四台pc机属于相关的vlan。配置端口聚合使得switcha和switchb、switcha
31、和switchc之间的带宽为200mbps。配置某些端口为trunk端口并允许以上的所有vlan通过。在所有交换机的trunk端口上配置gvrp,使得vlan信息能被动态注册。在所有交换机上配置stp以避免由于交换机之间的路径回环而产生“广播风暴”。然后测试同一vlan间的pc机能否正常ping通。3、 用“show spanning-tree”命令观察生成树的状态。以下是switcha(s3526)的生成树状态:switcha#show spanning-tree statistics e0/1 the bridge is executing the ieee rapid spanning
32、tree protocol the bridge has priority 32768, mac address: 00e0.fc06.81e0 configured hello time 2, max age 20, forward delay 15 root bridge has priority 32768, mac address 00e0.fc06.81e0 path cost to root bridge is 0 port 1 (ethernet0/1) of bridge is forwarding spanning tree protocol is enabled the p
33、ort is a designatedport port path cost 180 port priority 128 designated bridge has priority 32768, mac address 00e0.fc06.81e0 configured as a non-edge port connected to a point-to-point lan segment maximum transmission limit is 3 bpdus per hello time times: hello time 2, max age 20 forward delay 15,
34、 message age 0 sent bpdu: 8584 tcn: 0, rst: 8584, config bpdu: 0 received bpdu: 7657 tcn: 0, rst: 7657, config bpdu: 0switcha# show spanning-tree statistics e0/9 the bridge is executing the ieee rapid spanning tree protocol the bridge has priority 32768, mac address: 00e0.fc06.81e0 configured hello
35、time 2, max age 20, forward delay 15 root bridge has priority 32768, mac address 00e0.fc06.81e0 path cost to root bridge is 0 port 9 (ethernet0/9) of bridge is forwarding spanning tree protocol is enabled the port is a designatedport port path cost 180 port priority 128 designated bridge has priorit
36、y 32768, mac address 00e0.fc06.81e0 configured as a non-edge port connected to a point-to-point lan segment maximum transmission limit is 3 bpdus per hello time times: hello time 2, max age 20 forward delay 15, message age 0 sent bpdu: 6563 tcn: 0, rst: 6563, config bpdu: 0 received bpdu: 5377361 tc
37、n: 0, rst: 5377361, config bpdu: 0以下是switchb(s3026)的生成树状态:switchbenableswitchb# show spanning-tree interface e0/1 the bridge is executing the ieee rapid spanning tree protocol the bridge has priority 32768, mac address: 00e0.fc07.707c configured hello time 2, max age 20, forward delay 15 root bridge
38、 has priority 32768, mac address 00e0.fc06.81e0 path cost to root bridge is 180 port 1 (ethernet0/1) of bridge is forwarding spanning tree protocol is enabled the port is a rootport port path cost 180 port priority 128 designated bridge has priority 32768, mac address 00e0.fc06.81e0 configured as a
39、non-edge port connected to a point-to-point lan segment maximum transmission limit is 3 bpdus per hello time times: hello time 2, max age 20 forward delay 15, message age 0 sent bpdu: 9 tcn: 0, rst: 9, config bpdu: 0 received bpdu: 3903 tcn: 0, rst: 3903, config bpdu: 0你可以通过观察所有这些端口的信息来描述这棵生成树。还可以用“
40、debug stp packet”命令来进一步观察stp生成的bpdu信息:以下是debug信息:switcha#debug stp packetswitcha#terminal debug*0.28473716-rstp-8-packet:port0: sent packet*0.28473775-rstp-8-packet: protocol identifier: 0000 protocol version id: 02 bpdu type: 02 flags: 2c root identifier: 80.00.00.e0.fc.06.81.e0 root path cost: 000
41、0 bridge identifier: 80.00.00.e0.fc.06.81.e0 port identifier: 80.01 message age: 0000 max age: 1400 hello time: 0200 forward delay: 0f00 version 1 length: 00改变交换机的一些配置参数,例如priority、path cost、hello time、max age、forward delay、bridge diameter。然后用上面的命令观察生成树的变化。4、用“show interface”命令观察每台交换机上trunk端口的vlan注册
42、状态。下面是gvrp注册状态的结果:switchc(config)#show interface e0/10ethernet0/10 is up hardware is fast ethernet, hardware address is 00e0.fc07.7042 auto-duplex(full), auto-speed(100m), 100_base_tx flow control is disabled broadcast max-ratio is 100 pvid is 1 mdi type: auto it is a vlan trunking port, vlan(s) pas
43、sing this port: 1(default vlan), 2-3 vlan(s) allowed to pass this port: 1(default vlan), 2-4000 it is not a monitor port it doesnt belong to a port-aggregation 28287 packets output 2210677 bytes, 13133 multicasts, 241 broadcasts, 0 pauses 17511 packets input 1504252 bytes, 2373 multicasts, 240 broad
44、casts, 0 pauses 0 fcs errors 0 long framesswitchc(config)#show interface e0/9ethernet0/9 is up hardware is fast ethernet, hardware address is 00e0.fc07.7042 auto-duplex(full), auto-speed(100m), 100_base_tx flow control is disabled broadcast max-ratio is 100 pvid is 1 mdi type: auto it is a vlan trun
45、king port, vlan(s) passing this port: 1(default vlan), 2, 4 vlan(s) allowed to pass this port: 1(default vlan), 2-4000 it is not a monitor port it doesnt belong to a port-aggregation 27603 packets output 2182362 bytes, 12321 multicasts, 357 broadcasts, 0 pauses 18249 packets input 1537891 bytes, 317
46、1 multicasts, 126 broadcasts, 0 pauses 0 fcs errors 0 long frames在switchb上注册vlan6-10,在switchd上注册vlan11-15,在switche上注册vlan16-20。用“show interface”命令和“show vlan”命令来观察每个trunk端口的vlan注册状态。复习gvrp原理并说明原因。5、在switcha上配置vlan2的接口地址为00,配置vlan3的接口地址为00,配置vlan4的接口地址为00。配置pca和pcc的网关为
47、00,pcb的网关为00,pcd的网关为00。试着在pc机之间互相ping,看是否能ping通。然后在switcha上配置acl来限制vlan2和vlan3内的pc机相互通信。6、配置routera接口s0的ip地址为,并在routera和switcha上启动ospf。试着在任意一台pc上pingroutera接口s0的ip地址,测试pc机和routera之间的通信。用“show ip route”命令来观察ospf路由。配置如下:switcha#show running-configbuilding running configurat
48、ion.current configuration is :! hostname switcha rule-map l3 net1tonet2 flow-action net1tonet2 deny acl net1tonet2 net1tonet2 net1tonet2 access-group net1tonet2 spanning-tree enable link-aggregation ethernet0/1 to ethernet0/2 ingress-egress link-aggregat
49、ion ethernet0/9 to ethernet0/10 ingress-egress gvrp enable!interface aux0/0!vlan 1!vlan 2!vlan 3!vlan 4!interface ethernet0/1 trunk all gvrp enable!interface ethernet0/10 trunk all gvrp enable!interface ethernet0/11.interface ethernet0/2 trunk all gvrp enable!interface ethernet0/9 trunk all gvrp ena
50、ble!interface null0!interface vlan-interface1 ip address !interface vlan-interface2 ip address 00 !interface vlan-interface3 ip address 00 !interface vlan-interface4 ip address 00 !router ospf network 0
51、.0.0.255 area network 55 area network 55 area network 55 area !line aux 0 no loginline vty 0 4!endroutera#show running-config now create configuration. current configuration ! hostname routera ! interface ethernet0 ip
52、 address ip ospf enable area ! interface serial0 encapsulation ppp ! interface serial1 encapsulation ppp ! interface serial2 flowcontrol normal async mode dedicated encapsulation ppp ! exit router ospf enable ! endroutera#show ip routerouting tables: destination/mask proto pref metric nexthop interface /24 ospf 10 20 ethernet0 /24 ospf 10 20 ethernet0 /24 ospf 10 20 ethernet0 /8 static 0 0 loopback0
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 湖北省鄂北六校2024-2025学年高二下学期期中联考历史试卷
- 陕西省咸阳市秦岭中学2025年5月份初三第二次联考英语试题卷含答案
- 黑龙江省哈尔滨香坊区五校联考2024-2025学年初三阶段性测试(二模)生物试题含解析
- 山东省济宁市嘉祥县2025届初三冲刺中考模拟语文试题(五)含解析
- 湖北大学《工程基础一》2023-2024学年第二学期期末试卷
- 湖南安全技术职业学院《美术手工制作》2023-2024学年第一学期期末试卷
- 吉黑两省九校2025年高三语文试题第二次模拟考试试题含解析
- 浙江省绍兴市阳明中学2024-2025学年中考生物试题模拟试卷(4)含解析
- 重庆艺术工程职业学院《通信原理C》2023-2024学年第一学期期末试卷
- 湖北汽车工业学院科技学院《公司治理》2023-2024学年第二学期期末试卷
- 2024年湖北省中考地理生物试卷(含答案)
- (高清版)JTG 5142-2019 公路沥青路面养护技术规范
- 2024年4月自考00995商法(二)试题
- 2023-2024学年三年级下学期综合实践活动水果拼盘教案
- 2024国家粮食和物资储备局垂直管理系事业单位招聘笔试参考题库含答案解析
- DBJ∕T15-232-2021 混凝土氯离子控制标准
- 2024年安全员C3证考试题库附答案
- 村级财务审计工作辅导材料课件
- 恩县洼滞洪区建设工程环评
- 公车拍卖质量保证措施
- 输配电系统的监测与控制
评论
0/150
提交评论