cisco2811增加2塊HWIC卡操作步驟



《cisco2811增加2塊HWIC卡操作步驟》由會(huì)員分享,可在線閱讀,更多相關(guān)《cisco2811增加2塊HWIC卡操作步驟(23頁(yè)珍藏版)》請(qǐng)?jiān)谘b配圖網(wǎng)上搜索。
1、CISCO2811增加HWIC操作步驟 一:組網(wǎng)設(shè)備 cisco2811 路由器 2 臺(tái),4 塊 HWIC-4ESW 模塊。 二:組網(wǎng)要求: 需要將每臺(tái)路由器增加2塊HWIC-4ESW,每塊HWIC卡連接一個(gè)網(wǎng)絡(luò),兩臺(tái)路由器之 間配置 HSRP。 三:組網(wǎng)過(guò)程: 1、 HWIC-4ESW是一種有4個(gè)2層交換端口的交換模塊,本身并沒(méi)有路由功能。要想使該 卡具有路由功能,可以通過(guò)設(shè)置VLAN,將交換端口加到VLAN中,并配置VLAN的 IP地址,然后將網(wǎng)線連接到該VLAN下的任一端口即可聯(lián)通網(wǎng)絡(luò)。 2、 配置VLAN,詳見(jiàn)VLAN配置手冊(cè)。 3、 通過(guò)第一步的配置,發(fā)現(xiàn)路由器第0號(hào)
2、插槽上模塊的4個(gè)端口可以增加到一個(gè)或者分別 增加到多個(gè)VLAN里面去,并配置VLAN的IP地址,調(diào)試時(shí)將網(wǎng)線插入到VLAN下的 任一端口,網(wǎng)絡(luò)可通。但第1號(hào)槽位的4個(gè)端口配置到VLAN里面后,該VLAN配置 上IP地址后,將網(wǎng)線插入到該VLAN下的任一端口,網(wǎng)絡(luò)卻不可通。將兩個(gè)模塊對(duì)掉 一下槽位,故障現(xiàn)象依舊。CISCO2811共有4個(gè)HWIC插槽,將兩塊卡插到第2個(gè)與第 3個(gè)槽位上,還是只有小號(hào)槽位上的4個(gè)端口可以配置并調(diào)通。于是懷疑cisco2811路由 器不支持2塊hwic模塊。通過(guò)上網(wǎng)查詢相關(guān)資料以及咨詢廠家支持,得知在有2塊HWIC 卡的情況下,需要配置端口的stacking才可以。
3、Stacking可以將2個(gè)單獨(dú)的模塊連在一 起,當(dāng)成一個(gè)模塊使用。同時(shí)經(jīng)過(guò)摸索,發(fā)現(xiàn)配置 stacking 后,還必須在 2 個(gè)配置 stacking 的端口之間用直聯(lián)線連接在一起才可以。 4、 配置HSRP,詳見(jiàn)HSRP配置手冊(cè)。 5、 注意,2811好像最多只能支持2塊HWIC卡,但它有4個(gè)HWIC的槽位。 假定 2 塊 HWIC 卡分別插在 0 號(hào)槽位,1 號(hào)槽位。每塊卡的第一個(gè)端口配 stacking 配置命令如下: 登陸到路由器后: database vlan vlan 3 vlan 4 //增加 2 個(gè) vlan,vlan2,vlan3 //顯示 vlan2 //
4、顯示 vlan3 〃進(jìn)入f0/0/0配置 //加到 vlan3 中 exit config t int vlan 3 int vlan 4 int f0/0/0 switchport access vlan 3 switchport stacking-partner interface FastEthernet 0/1/0 //配 置 stacking no shut //啟用端口 int f0/0/1 switchport access vlan 3 int f0/0/2 no shut switchport access vlan 3 int f0/0/3
5、 no shut switchport access vlan 3 int f0/1/0 no shut switchport access vlan 4 //配置端口到 vlan4 中。注意此處無(wú) 需配置 stacking 系統(tǒng)自動(dòng)綁定。 int f0/1/1 no shut switchport access vlan 4 int f0/1/2 no shut switchport access vlan 4 int f0/1/3 switchport access vlan 4 no shut int vlan 3 ip address 11?154.15
6、8.1 255.255.255.0 //配置 VLAN3 IP 地址 standby 170 ip 11.154.158.3 //配置 HSRP standby 170 timers 5 15 standby 170 priority 130 standby 170 preempt standby 170 track Vlan3 int vlan 4 ip address 11.154.159.1 255.255.255.0 standby 180 ip 11.154.159.3 standby 180 timers 5 15 standby 180 priority 150 s
7、tandby 180 preempt standby 180 track Vlan4 exit wr //保存配置 sho int f0/0/0 可以看到,Internal Stacking Link Active : FaO/0/0 is stacked with Fa0/1/0,表示 stacking 配置成功了。 然后將f0/0/0, f0/1/0用直聯(lián)線連接,ok。 附錄: Show run: scp10routeB#sho run Building configuration... Current configuration : 2265 bytes version
8、12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname scp10routeB ! boot-start-marker boot-end-marker ! logging buffered 51200 warnings ! no aaa new-model ! resource policy ! ip subnet-zero ip cef secret 5 ip domain
9、 name username cisco privilege 15 $1$ZkJE$v7QPuc4fXlstnNVB22Pbn0 username cmin02 password 0 cmin02 interface FastEthernet0/0 description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0/0$ ip address 10.154.161.101 255.255.255.0 duplex auto speed auto standby 151 ip 10.154.161.103 standby 151 timers 5
10、 15 standby 151 priority 90 standby 151 preempt interface FastEthernet0/1 ip address 10.154.162.142 255.255.255.224 duplex auto speed auto standby 160 ip 10.154.162.143 standby 160 timers 5 15 standby 160 priority 110 standby 160 preempt ! interface FastEthernet0/0/0 switchport access vl
11、an 3 switchport stacking-partner interface FastEthernet0/1/0 ! interface FastEthernet0/0/1 switchport access vlan 3 ! interface FastEthernet0/0/2 switchport access vlan 3 ! interface FastEthernet0/0/3 switchport access vlan 3 interface FastEthernet0/1/0 switchport access vlan 4 switchpor
12、t stacking-partner interface FastEthernet0/0/0 ! interface FastEthernet0/1/1 switchport access vlan 4 ! interface FastEthernet0/1/2 switchport access vlan 4 ! interface FastEthernet0/1/3 switchport access vlan 4 ! interface Vlan1 no ip address ! interface Vlan2 no ip address ! interf
13、ace Vlan3 ip address 11.154.158.2 255.255.255.0 standby 170 ip 11.154.158.3 standby 170 timers 5 15 standby 170 priority 130 standby 170 preempt standby 170 track Vlan3 ! interface Vlan4 ip address 11.154.159.2 255.255.255.0 standby 180 ip 11.154.159.3 standby 180 timers 5 15 standby 180 prio
14、rity 150 standby 180 preempt standby 180 track Vlan4 ! ip classless ip route 0.0.0.0 0.0.0.0 10.154.162.131 ! ip http server ip http authentication local ip http timeout-policy idle 5 life 86400 requests 10000 control-plane line con 0 login local line aux 0 line vty 0 4 privilege level
15、15 login local transport input telnet line vty 5 15 privilege level 15 login local transport input telnet ! scheduler allocate 20000 1000 ! end scp10routeB#sho int f0/0/0 FastEthernet0/0/0 is up, line protocol is down Internal Stacking Link Active : Fa0/0/0 is stacked with Fa0/1/0 Hard
16、ware is Fast Ethernet, address is 0019.56de.96a4 (bia 0019.56de.96a4) MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Full-duplex, 100Mb/s ARP type: ARPA, ARP Timeout 04:00:00 Last input
17、00:36:55, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 2000 bits/sec, 2 packets/sec 5 minute output rate 1000 bits
18、/sec, 1 packets/sec 186001 packets input, 39015867 bytes, 0 no buffer Received 91468 broadcasts, 0 runts, 0 giants, 0 throttles 3 input errors, 2 CRC, 0 frame, 0 overrun, 0 ignored 0 input packets with dribble condition detected 239244 packets output, 17595780 bytes, 0 underruns 0 output error
19、s, 0 collisions, 3 interface resets 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out scp10routeB#sho int f0/1/0 FastEthernet0/1/0 is up, line protocol is down Internal Stacking Link Active : Fa0/1/0 is stacked with Fa0/0
20、/0 Hardware is Fast Ethernet, address is 0019.56de.96d0 (bia 0019.56de.96d0) MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Full-duplex, 100Mb/s ARP type: ARPA, ARP Timeout 04:00:00 Las
21、t input 05:37:54, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 1000 bits/sec, 1 packets/sec 5 minute output rate 2
22、000 bits/sec, 2 packets/sec 62672 packets input, 8753936 bytes, 0 no buffer Received 8040 broadcasts, 0 runts, 0 giants, 0 throttles 7 input errors, 0 CRC, 2 frame, 0 overrun, 0 ignored 0 input packets with dribble condition detected 1488 packets output, 163995 bytes, 0 underruns 0 output erro
23、rs, 0 collisions, 4 interface resets 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out scp10routeB# sho int f0/0/3 FastEthernet0/0/3 is down, line protocol is down Hardware is Fast Ethernet, address is 0019.56de.96a7 (bia
24、 0019.56de.96a7) MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed ARP type: ARPA, ARP Timeout 04:00:00 Last input 05:45:36, output never, output hang never Last cl
25、earing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 99306 packets input, 18906559 bytes
26、, 0 no buffer Received 50005 broadcasts, 0 runts, 0 giants, 0 throttles 1 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 input packets with dribble condition detected 110843 packets output, 8090984 bytes, 0 underruns 0 output errors, 0 collisions, 2 interface resets 0 babbles, 0 late col
27、lision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out scp10routeB#sho int f0/0/1 FastEthernet0/0/1 is down, line protocol is down Hardware is Fast Ethernet, address is 0019.56de.96a5 (bia 0019.56de.96a5) MTU 1500 bytes, BW 100000 Kbit, DLY 100 us
28、ec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed ARP type: ARPA, ARP Timeout 04:00:00 Last input 3d02h, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/
29、0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 2201 packets input, 467958 bytes, 0 no buffer Received 664 broadcasts, 0 runts, 0 giants, 0 throt
30、tles 1 input errors, 0 CRC, 1 frame, 0 overrun, 0 ignored 0 input packets with dribble condition detected 807 packets output, 126749 bytes, 0 underruns 0 output errors, 0 collisions, 3 interface resets 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failur
31、es, 0 output buffers swapped out scp10routeB#sho int f0/0/3 FastEthernet0/0/3 is down, line protocol is down Hardware is Fast Ethernet, address is 0019.56de.96a7 (bia 0019.56de.96a7) MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA
32、, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed ARP type: ARPA, ARP Timeout 04:00:00 Last input 05:45:54, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy:
33、 fifo Output queue: 0/40 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 99306 packets input, 18906559 bytes, 0 no buffer Received 50005 broadcasts, 0 runts, 0 giants, 0 throttles 1 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 in
34、put packets with dribble condition detected 110843 packets output, 8090984 bytes, 0 underruns 0 output errors, 0 collisions, 2 interface resets 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out scp10routeB#sho int f0/0/0
35、 FastEthernet0/0/0 is up, line protocol is down Internal Stacking Link Active : Fa0/0/0 is stacked with Fa0/1/0 Hardware is Fast Ethernet, address is 0019.56de.96a4 (bia 0019.56de.96a4) MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation
36、ARPA, loopback not set Keepalive set (10 sec) Full-duplex, 100Mb/s ARP type: ARPA, ARP Timeout 04:00:00 Last input 00:37:47, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy
37、: fifo Output queue: 0/40 (size/max) 5 minute input rate 2000 bits/sec, 4 packets/sec 5 minute output rate 1000 bits/sec, 1 packets/sec 186201 packets input, 39032277 bytes, 0 no buffer Received 91492 broadcasts, 0 runts, 0 giants, 0 throttles 3 input errors, 2 CRC, 0 frame, 0 overrun, 0 ignor
38、ed 0 input packets with dribble condition detected 239284 packets output, 17601908 bytes, 0 underruns 0 output errors, 0 collisions, 3 interface resets 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out scp10routeB#sho in
39、t f0/0/1 FastEthernet0/0/1 is down, line protocol is down Hardware is Fast Ethernet, address is 0019.56de.96a5 (bia 0019.56de.96a5) MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-du
40、plex, Auto-speed ARP type: ARPA, ARP Timeout 04:00:00 Last input 3d02h, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input r
41、ate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 2201 packets input, 467958 bytes, 0 no buffer Received 664 broadcasts, 0 runts, 0 giants, 0 throttles 1 input errors, 0 CRC, 1 frame, 0 overrun, 0 ignored 0 input packets with dribble condition detected 807 packets ou
42、tput, 126749 bytes, 0 underruns 0 output errors, 0 collisions, 3 interface resets 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out scp10routeB#sho int f0/0/2 FastEthernet0/0/2 is up, line protocol is up Hardware is Fast
43、 Ethernet, address is 0019.56de.96a6 (bia 0019.56de.96a6) MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Full-duplex, 100Mb/s ARP type: ARPA, ARP Timeout 04:00:00 Last input 00:00:00, ou
44、tput never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 0 bits/sec, 1 packets/sec 5 minute output rate 4000 bits/sec, 4 packets
45、/sec 37719 packets input, 9254858 bytes, 0 no buffer Received 11769 broadcasts, 0 runts, 0 giants, 0 throttles 1 input errors, 0 CRC, 1 frame, 0 overrun, 0 ignored 0 input packets with dribble condition detected 53462 packets output, 3868117 bytes, 0 underruns 0 output errors, 0 collisions, 2
46、interface resets 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out scp10routeB#sho int f0/1/0 FastEthernet0/1/0 is up, line protocol is down Internal Stacking Link Active : Fa0/1/0 is stacked with Fa0/0/0 Hardware is Fas
47、t Ethernet, address is 0019.56de.96d0 (bia 0019.56de.96d0) MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Full-duplex, 100Mb/s ARP type: ARPA, ARP Timeout 04:00:00 Last input 05:38:49, o
48、utput never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 1000 bits/sec, 1 packets/sec 5 minute output rate 3000 bits/sec, 6 pac
49、kets/sec 62713 packets input, 8760136 bytes, 0 no buffer Received 8046 broadcasts, 0 runts, 0 giants, 0 throttles 7 input errors, 0 CRC, 2 frame, 0 overrun, 0 ignored 0 input packets with dribble condition detected 1746 packets output, 184909 bytes, 0 underruns 0 output errors, 0 collisions, 4
50、 interface resets 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out scp10routeB#sho int f0/1/2 FastEthernet0/1/2 is down, line protocol is down Hardware is Fast Ethernet, address is 0019.56de.96d2 (bia 0019.56de.96d2) M
51、TU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Auto-duplex, Auto-speed ARP type: ARPA, ARP Timeout 04:00:00 Last input 00:29:24, output never, output hang never Last clearing of "show int
52、erface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 15373 packets input, 2220978 bytes, 0 no buffer Recei
53、ved 8874 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 input packets with dribble condition detected 9656 packets output, 720958 bytes, 0 underruns 0 output errors, 0 collisions, 2 interface resets 0 babbles, 0 late collision, 0 deferred 0 lo
54、st carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out scp10routeB#sho int f0/1/1 FastEthernet0/1/1 is up, line protocol is up Hardware is Fast Ethernet, address is 0019.56de.96d1 (bia 0019.56de.96d1) MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, tx
55、load 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Full-duplex, 100Mb/s ARP type: ARPA, ARP Timeout 04:00:00 Last input 00:00:05, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes);
56、Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 2000 bits/sec, 5 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 2209 packets input, 231631 bytes, 0 no buffer Received 727 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CR
57、C, 0 frame, 0 overrun, 0 ignored 0 input packets with dribble condition detected 1827 packets output, 156016 bytes, 0 underruns 0 output errors, 0 collisions, 2 interface resets 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out
- 溫馨提示:
1: 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
2: 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
3.本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
5. 裝配圖網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 質(zhì)量管理知識(shí)100題(除答案)
- “五四精神”專(zhuān)題黨課范文(三篇)
- 巡視巡察整改感悟及體會(huì)范文(三篇)
- 第四屆全國(guó)節(jié)約用水知識(shí)大賽題庫(kù)完整版(1-180題含答案)
- 黨員干部在學(xué)習(xí)教育讀書(shū)班上的交流發(fā)言范文(三篇)
- 各行業(yè)在2025年五四青年節(jié)演講會(huì)上的演講稿范文(四篇)
- 2025年度黨風(fēng)廉政建設(shè)工作會(huì)議上的講話范文(四篇)
- 在全市“十五五”規(guī)劃編制工作推進(jìn)會(huì)上的講話范文(三篇)
- 蘇教譯林版高中英語(yǔ)新課標(biāo)3000詞詞性轉(zhuǎn)換總結(jié)
- 高中英語(yǔ)閱讀理解障礙詞匯-總結(jié)
- 高中英語(yǔ)75個(gè)讀后續(xù)寫(xiě)高頻情緒描寫(xiě)詞匯
- 高中英語(yǔ)讀后續(xù)寫(xiě)21種場(chǎng)景句型積累與句子仿寫(xiě)
- 新員工培訓(xùn)的關(guān)鍵細(xì)節(jié)
- 某公司警示標(biāo)志管理制度
- 某公司環(huán)保事故管理制度