H3C路由學(xué)習(xí)筆記-靜態(tài)路由_第1頁(yè)
H3C路由學(xué)習(xí)筆記-靜態(tài)路由_第2頁(yè)
H3C路由學(xué)習(xí)筆記-靜態(tài)路由_第3頁(yè)
H3C路由學(xué)習(xí)筆記-靜態(tài)路由_第4頁(yè)
H3C路由學(xué)習(xí)筆記-靜態(tài)路由_第5頁(yè)
已閱讀5頁(yè),還剩8頁(yè)未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡(jiǎn)介

1、H3C路由(MSR26-30)1、進(jìn)入系統(tǒng)視圖Startup configuration file does not exist.Performing automatic configuration. Press CTRL_D to break.-按Ctrl + D鍵終止設(shè)備查找自動(dòng)配置Automatic configuration attempt: 1.Not ready for automatic configuration: no interface available.Waiting for the next.Automatic configuration is aborted.-按C

2、trl + D鍵后放棄自動(dòng)配置的嘗試Line aux0 is available.Press ENTER to get started.-到這里系統(tǒng)啟動(dòng)完畢,按回車鍵%Aug 22 09:19:53:318 2014 H3C SHELL/5/SHELL_LOGIN: TTY logged in from aux0.-再按一次回車鍵 system-viewH3C2、修改路由器名稱sysH3Csysname 名稱如將默認(rèn)的路由器名稱改為RoNetwork_Dept,Ro表示設(shè)備類型為路由器,Network_Dept表示部門名稱,以后看到這個(gè)名稱就知道這是什么設(shè)備、在什么位置。建議以后都采用這種方式

3、來(lái)給設(shè)備命名,以方便管理。H3Csysname RoNetwork_DeptRoNetwork_Dept如果要恢復(fù)默認(rèn)名稱,使用undo sysname命令:RoNetwork_Deptundo sysnameH3C3、顯示路由表(1)IPv4顯示路由表概要信息:RoNetwork_Deptdisplay ip routing-table顯示路由表詳細(xì)信息:RoNetwork_Deptdisplay ip routing-table verbose顯示某種路由協(xié)議的信息:RoNetwork_Deptdisplay ip routing-table protocol bgp|direct|gua

4、rd|isis|ospf|rip|static還有其他信息,可使用?顯示幫助以便選擇:RoNetwork_Deptdisplay ip routing-table ?(2)IPv6只需將IPv4的命令中ip替換成ipv6即可。4、配置接口sys system-viewH3Cint 接口名稱如配置G0/0接口:RoNetwork_Deptint g0/0RoNetwork_Dept-GigabitEthernet0/0-進(jìn)入接口配置視圖配置IP地址:RoNetwork_Dept-GigabitEthernet0/0ip add 12.0.0.1 ?-后面跟掩碼長(zhǎng)度也行,跟掩碼也行 INTEGER

5、 IP mask length X.X.X.X IP maskRoNetwork_Dept-GigabitEthernet0/0ip add 12.0.0.1 24 -24表示掩碼長(zhǎng)度為24位,和255.255.255.0等效RoNetwork_Dept-GigabitEthernet0/0undo shutdown-激活接口RoNetwork_Dept-GigabitEthernet0/0dis int g0/0-查看接口信息5、信息回顯及tracert為了防止命令被系統(tǒng)輸出的消息打斷,可以配置信息回顯:RoNetwork_Deptinfo-center synchronous為防止trac

6、ert超時(shí),鏈路兩端的設(shè)備都要開啟以下功能:RoNetwork_Deptip redirects enable 開啟設(shè)備的ICMP重定向報(bào)文的發(fā)送功能RoNetwork_Deptip ttl-expires enable開啟設(shè)備的ICMP超時(shí)報(bào)文的發(fā)送功能RoNetwork_Deptip unreachable enable 開啟設(shè)備的ICMP目的不可達(dá)報(bào)文的發(fā)送功能6、配置靜態(tài)路由拓?fù)鋱D:RoNetwork_Dept端:sysSystem View: return to User View with Ctrl+Z.H3Csys RoNetwork_DeptRoNetwork_Deptinfo

7、 syncInfo-center synchronous output is on.RoNetwork_Deptint lo0RoNetwork_Dept-LoopBack0ip add 192.168.1.1 24RoNetwork_Dept-LoopBack0int g0/0RoNetwork_Dept-GigabitEthernet0/0ip add 12.0.0.1 24RoNetwork_Dept-GigabitEthernet0/0undo shRoNetwork_Dept-GigabitEthernet0/0ip route 192.168.2.2 255.255.255.255

8、 12.0.0.2RoNetwork_Dept%Aug 22 11:45:32:415 2014 RoNetwork_Dept IFNET/3/PHY_UPDOWN: Physical state on the interface GigabitEthernet0/0 changed to up.%Aug 22 11:45:32:416 2014 RoNetwork_Dept IFNET/5/LINK_UPDOWN: Line protocol state on the interface GigabitEthernet0/0 changed to up.-系統(tǒng)發(fā)出的消息,g0/0接口已經(jīng)up

9、了RoNetwork_Deptdis ip roDestinations : 17 Routes : 17Destination/Mask Proto Pre Cost NextHop Interface0.0.0.0/32 Direct 0 0 127.0.0.1 InLoop012.0.0.0/24 Direct 0 0 12.0.0.1 GE0/012.0.0.0/32 Direct 0 0 12.0.0.1 GE0/012.0.0.1/32 Direct 0 0 127.0.0.1 InLoop012.0.0.255/32 Direct 0 0 12.0.0.1 GE0/0127.0.

10、0.0/8 Direct 0 0 127.0.0.1 InLoop0127.0.0.0/32 Direct 0 0 127.0.0.1 InLoop0127.0.0.1/32 Direct 0 0 127.0.0.1 InLoop0127.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0192.168.1.0/24 Direct 0 0 192.168.1.1 Loop0192.168.1.0/32 Direct 0 0 192.168.1.1 Loop0192.168.1.1/32 Direct 0 0 127.0.0.1 InLoop0192.168.

11、1.255/32 Direct 0 0 192.168.1.1 Loop0192.168.2.2/32 Static 60 0 12.0.0.2 GE0/0224.0.0.0/4 Direct 0 0 0.0.0.0 NULL0224.0.0.0/24 Direct 0 0 0.0.0.0 NULL0255.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0RoNetwork_Deptping 192.168.2.2 -使用ping命令測(cè)試路由是否配置正確Ping 192.168.2.2 (192.168.2.2): 56 data bytes, press

12、 CTRL_C to break56 bytes from 192.168.2.2: icmp_seq=0 ttl=255 time=1.457 ms56 bytes from 192.168.2.2: icmp_seq=1 ttl=255 time=1.113 ms56 bytes from 192.168.2.2: icmp_seq=2 ttl=255 time=1.168 ms56 bytes from 192.168.2.2: icmp_seq=3 ttl=255 time=1.189 ms56 bytes from 192.168.2.2: icmp_seq=4 ttl=255 ti

13、me=1.049 ms- Ping statistics for 192.168.2.2 -5 packets transmitted, 5 packets received, 0.0% packet lossround-trip min/avg/max/std-dev = 1.049/1.195/1.457/0.140 msRoNetwork_Dept%Aug 22 11:49:29:304 2014 RoNetwork_Dept PING/6/PING_STATISTICS: Ping statistics for 192.168.2.2: 5 packets transmitted, 5

14、 packets received, 0.0% packet loss, round-trip min/avg/max/std-dev = 1.049/1.195/1.457/0.140 ms.RoNetwork_DeptRoNetCenter端:sysSystem View: return to User View with Ctrl+Z.H3Csys RoNetCenterRoNetCenterinfo syncInfo-center synchronous output is on.RoNetCenterint lo0RoNetCenter-LoopBack0ip add 192.168

15、.2.2 32RoNetCenter-LoopBack0int g0/0RoNetCenter-GigabitEthernet0/0ip add 12.0.0.2 24RoNetCenter-GigabitEthernet0/0undo shRoNetCenter-GigabitEthernet0/0quitRoNetCenterip ro 192.168.1.1 255.255.255.255 12.0.0.1RoNetCenterdis ip roDestinations : 14 Routes : 14Destination/Mask Proto Pre Cost NextHop Int

16、erface0.0.0.0/32 Direct 0 0 127.0.0.1 InLoop012.0.0.0/24 Direct 0 0 12.0.0.2 GE0/012.0.0.0/32 Direct 0 0 12.0.0.2 GE0/012.0.0.2/32 Direct 0 0 127.0.0.1 InLoop012.0.0.255/32 Direct 0 0 12.0.0.2 GE0/0127.0.0.0/8 Direct 0 0 127.0.0.1 InLoop0127.0.0.0/32 Direct 0 0 127.0.0.1 InLoop0127.0.0.1/32 Direct 0

17、 0 127.0.0.1 InLoop0127.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0192.168.1.1/32 Static 60 0 12.0.0.1 GE0/0192.168.2.2/32 Direct 0 0 127.0.0.1 InLoop0224.0.0.0/4 Direct 0 0 0.0.0.0 NULL0224.0.0.0/24 Direct 0 0 0.0.0.0 NULL0255.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0RoNetCenter配置等價(jià)靜態(tài)路由RoNetwork_

18、Dept端:RoNetwork_Deptint g0/1RoNetwork_Dept-GigabitEthernet0/1ip add 21.0.0.1 24RoNetwork_Dept-GigabitEthernet0/1undo shRoNetwork_Dept-GigabitEthernet0/1quitRoNetwork_Deptip ro 192.168.2.2 255.255.255.255 21.0.0.2RoNetwork_Deptdis ip roDestinations : 21 Routes : 22Destination/Mask Proto Pre Cost Next

19、Hop Interface0.0.0.0/32 Direct 0 0 127.0.0.1 InLoop012.0.0.0/24 Direct 0 0 12.0.0.1 GE0/012.0.0.0/32 Direct 0 0 12.0.0.1 GE0/012.0.0.1/32 Direct 0 0 127.0.0.1 InLoop012.0.0.255/32 Direct 0 0 12.0.0.1 GE0/021.0.0.0/24 Direct 0 0 21.0.0.1 GE0/121.0.0.0/32 Direct 0 0 21.0.0.1 GE0/121.0.0.1/32 Direct 0

20、0 127.0.0.1 InLoop021.0.0.255/32 Direct 0 0 21.0.0.1 GE0/1127.0.0.0/8 Direct 0 0 127.0.0.1 InLoop0127.0.0.0/32 Direct 0 0 127.0.0.1 InLoop0127.0.0.1/32 Direct 0 0 127.0.0.1 InLoop0127.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0192.168.1.0/24 Direct 0 0 192.168.1.1 Loop0192.168.1.0/32 Direct 0 0 192.

21、168.1.1 Loop0192.168.1.1/32 Direct 0 0 127.0.0.1 InLoop0192.168.1.255/32 Direct 0 0 192.168.1.1 Loop0192.168.2.2/32 Static 60 0 12.0.0.2 GE0/0 21.0.0.2 GE0/1224.0.0.0/4 Direct 0 0 0.0.0.0 NULL0224.0.0.0/24 Direct 0 0 0.0.0.0 NULL0255.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0RoNetCenter端:RoNetCente

22、rint g0/1RoNetCenter-GigabitEthernet0/1ip add 21.0.0.2 24RoNetCenter-GigabitEthernet0/1undo shRoNetCenter-GigabitEthernet0/1quitRoNetCenterip ro 192.168.1.1 255.255.255.255 21.0.0.1RoNetCenterdis ip roDestinations : 18 Routes : 19Destination/Mask Proto Pre Cost NextHop Interface0.0.0.0/32 Direct 0 0

23、 127.0.0.1 InLoop012.0.0.0/24 Direct 0 0 12.0.0.2 GE0/012.0.0.0/32 Direct 0 0 12.0.0.2 GE0/012.0.0.2/32 Direct 0 0 127.0.0.1 InLoop012.0.0.255/32 Direct 0 0 12.0.0.2 GE0/021.0.0.0/24 Direct 0 0 21.0.0.2 GE0/121.0.0.0/32 Direct 0 0 21.0.0.2 GE0/121.0.0.2/32 Direct 0 0 127.0.0.1 InLoop021.0.0.255/32 D

24、irect 0 0 21.0.0.2 GE0/1127.0.0.0/8 Direct 0 0 127.0.0.1 InLoop0127.0.0.0/32 Direct 0 0 127.0.0.1 InLoop0127.0.0.1/32 Direct 0 0 127.0.0.1 InLoop0127.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0192.168.1.1/32 Static 60 0 12.0.0.1 GE0/0 21.0.0.1 GE0/1192.168.2.2/32 Direct 0 0 127.0.0.1 InLoop0224.0.0.

25、0/4 Direct 0 0 0.0.0.0 NULL0224.0.0.0/24 Direct 0 0 0.0.0.0 NULL0255.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0測(cè)試:RoNetwork_Deptping 192.168.2.2Ping 192.168.2.2 (192.168.2.2): 56 data bytes, press CTRL_C to break56 bytes from 192.168.2.2: icmp_seq=0 ttl=255 time=0.935 ms56 bytes from 192.168.2.2: i

26、cmp_seq=1 ttl=255 time=1.156 ms56 bytes from 192.168.2.2: icmp_seq=2 ttl=255 time=0.732 ms56 bytes from 192.168.2.2: icmp_seq=3 ttl=255 time=1.301 ms56 bytes from 192.168.2.2: icmp_seq=4 ttl=255 time=0.733 ms- Ping statistics for 192.168.2.2 -5 packets transmitted, 5 packets received, 0.0% packet lo

27、ssround-trip min/avg/max/std-dev = 0.732/0.971/1.301/0.227 msRoNetCenterping -r 192.168.1.1-“-r”表示“Record route”,記錄路由Ping 192.168.1.1 (192.168.1.1): 56 data bytes, press CTRL_C to break56 bytes from 192.168.1.1: icmp_seq=0 ttl=255 time=0.827 msRR: 21.0.0.1 12.0.0.256 bytes from 192.168.1.1: icmp_seq

28、=1 ttl=255 time=0.964 msRR: 12.0.0.1 12.0.0.256 bytes from 192.168.1.1: icmp_seq=2 ttl=255 time=1.895 msRR: 21.0.0.1 12.0.0.256 bytes from 192.168.1.1: icmp_seq=3 ttl=255 time=0.673 msRR: 12.0.0.1 12.0.0.256 bytes from 192.168.1.1: icmp_seq=4 ttl=255 time=0.905 msRR: 21.0.0.1 12.0.0.2- Ping statisti

29、cs for 192.168.1.1 -5 packets transmitted, 5 packets received, 0.0% packet lossround-trip min/avg/max/std-dev = 0.673/1.053/1.895/0.432 ms-數(shù)據(jù)包被輪流在兩條鏈路上發(fā)送,但是奇怪的是,只從一條鏈路返回,這與GNS3的Cisco路由器不一樣,Cisco的是從哪條鏈路出去就從哪條鏈路返回:參考:R1#pingProtocol ip:Target IP address: 192.168.2.2Repeat count 5:Datagram size 100:Tim

30、eout in seconds 2:Extended commands n: ySource address or interface:Type of service 0:Set DF bit in IP header? no:Validate reply data? no:Data pattern 0xABCD:Loose, Strict, Record, Timestamp, Verbosenone: rNumber of hops 9 :Loose, Strict, Record, Timestamp, VerboseRV: r% No room for that optionLoose

31、, Strict, Record, Timestamp, VerboseRV: Record% No room for that optionLoose, Strict, Record, Timestamp, VerboseRV:Sweep range of sizes n:Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 192.168.2.2, timeout is 2 seconds:Packet has IP options: Total option bytes= 39, padded length=40

32、Record route: (0.0.0.0) (0.0.0.0) (0.0.0.0) (0.0.0.0) (0.0.0.0) (0.0.0.0) (0.0.0.0) (0.0.0.0) (0.0.0.0)Request 0 timed outRequest 1 timed outReply to request 2 (32 ms). Received packet has options Total option bytes= 40, padded length=40 Record route: (12.0.0.1)出去 (192.168.2.2) (12.0.0.2) (12.0.0.1)

33、 回來(lái) (0.0.0.0) (0.0.0.0) (0.0.0.0) (0.0.0.0) (0.0.0.0) End of listReply to request 3 (48 ms). Received packet has options Total option bytes= 40, padded length=40 Record route: (21.0.0.1) (192.168.2.2) (21.0.0.2) (21.0.0.1) (0.0.0.0) (0.0.0.0) (0.0.0.0) (0.0.0.0) (0.0.0.0) End of listReply to request

34、 4 (24 ms). Received packet has options Total option bytes= 40, padded length=40 Record route: (12.0.0.1) (192.168.2.2) (12.0.0.2) (12.0.0.1) (0.0.0.0) (0.0.0.0) (0.0.0.0) (0.0.0.0) (0.0.0.0) End of listSuccess rate is 60 percent (3/5), round-trip min/avg/max = 24/34/48 ms RoNetwork_Deptint g0/0RoNe

35、twork_Dept-GigabitEthernet0/0sh -關(guān)閉G0/0接口,看看還能不能ping通RoNetwork_Dept-GigabitEthernet0/0%Aug 22 12:11:22:912 2014 RoNetwork_Dept IFNET/3/PHY_UPDOWN: Physical state on the interface GigabitEthernet0/0 changed to down.%Aug 22 12:11:22:913 2014 RoNetwork_Dept IFNET/5/LINK_UPDOWN: Line protocol state on t

36、he interface GigabitEthernet0/0 changed to down.quitRoNetwork_Deptping 192.168.2.2Ping 192.168.2.2 (192.168.2.2): 56 data bytes, press CTRL_C to break56 bytes from 192.168.2.2: icmp_seq=0 ttl=255 time=0.676 ms56 bytes from 192.168.2.2: icmp_seq=1 ttl=255 time=0.626 ms56 bytes from 192.168.2.2: icmp_

37、seq=2 ttl=255 time=0.756 ms56 bytes from 192.168.2.2: icmp_seq=3 ttl=255 time=0.952 ms56 bytes from 192.168.2.2: icmp_seq=4 ttl=255 time=0.740 ms- Ping statistics for 192.168.2.2 -5 packets transmitted, 5 packets received, 0.0% packet lossround-trip min/avg/max/std-dev = 0.626/0.750/0.952/0.111 msRo

38、Network_Dept%Aug 22 12:11:33:357 2014 RoNetwork_Dept PING/6/PING_STATISTICS: Ping statistics for 192.168.2.2: 5 packets transmitted, 5 packets received, 0.0% packet loss, round-trip min/avg/max/std-dev = 0.626/0.750/0.952/0.111 ms.可見(jiàn),當(dāng)其中一條鏈路down了之后,數(shù)據(jù)包可以通過(guò)另一條鏈路發(fā)往目的地。配置非等價(jià)靜態(tài)路由:RoNetwork_Deptint g0/0R

39、oNetwork_Dept-GigabitEthernet0/0undo sh -重新激活G0/0接口RoNetwork_Dept-GigabitEthernet0/0quitRoNetwork_Deptundo ip ro 192.168.2.2 255.255.255.255 12.0.0.2 -刪除前面配置的路由RoNetwork_Deptundo ip ro 192.168.2.2 255.255.255.255 21.0.0.2-刪除前面配置的路由RoNetwork_Deptip ro 192.168.2.2 255.255.255.255 12.0.0.2 preference 1

40、 配置非等價(jià)靜態(tài)路由,指定優(yōu)先級(jí)為1RoNetwork_Deptip ro 192.168.2.2 255.255.255.255 21.0.0.2 -采用默認(rèn)的優(yōu)先級(jí)60,比上一條的優(yōu)先級(jí)低RoNetwork_Deptdis ip roDestinations : 21 Routes : 21Destination/Mask Proto Pre Cost NextHop Interface0.0.0.0/32 Direct 0 0 127.0.0.1 InLoop012.0.0.0/24 Direct 0 0 12.0.0.1 GE0/012.0.0.0/32 Direct 0 0 12.0

41、.0.1 GE0/012.0.0.1/32 Direct 0 0 127.0.0.1 InLoop012.0.0.255/32 Direct 0 0 12.0.0.1 GE0/021.0.0.0/24 Direct 0 0 21.0.0.1 GE0/121.0.0.0/32 Direct 0 0 21.0.0.1 GE0/121.0.0.1/32 Direct 0 0 127.0.0.1 InLoop021.0.0.255/32 Direct 0 0 21.0.0.1 GE0/1127.0.0.0/8 Direct 0 0 127.0.0.1 InLoop0127.0.0.0/32 Direc

42、t 0 0 127.0.0.1 InLoop0127.0.0.1/32 Direct 0 0 127.0.0.1 InLoop0127.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0192.168.1.0/24 Direct 0 0 192.168.1.1 Loop0192.168.1.0/32 Direct 0 0 192.168.1.1 Loop0192.168.1.1/32 Direct 0 0 127.0.0.1 InLoop0192.168.1.255/32 Direct 0 0 192.168.1.1 Loop0192.168.2.2/32

43、Static 1 0 12.0.0.2 GE0/0-只顯示高優(yōu)先級(jí)的路由,出口G0/0224.0.0.0/4 Direct 0 0 0.0.0.0 NULL0224.0.0.0/24 Direct 0 0 0.0.0.0 NULL0255.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0RoNetwork_Deptdis ip ro 192.168.2.2Summary Count : 1Destination/Mask Proto Pre Cost NextHop Interface192.168.2.2/32 Static 1 0 12.0.0.2 G

44、E0/0RoNetwork_Deptint g0/0RoNetwork_Dept-GigabitEthernet0/0sh 再次關(guān)閉G0/0接口,看看路由表的變化RoNetwork_Dept-GigabitEthernet0/0%Aug 22 12:24:56:174 2014 RoNetwork_Dept IFNET/3/PHY_UPDOWN: Physical state on the interface GigabitEthernet0/0 changed to down.%Aug 22 12:24:56:177 2014 RoNetwork_Dept IFNET/5/LINK_UPDO

45、WN: Line protocol state on the interface GigabitEthernet0/0 changed to down.RoNetwork_Dept-GigabitEthernet0/0dis ip roDestinations : 17 Routes : 17Destination/Mask Proto Pre Cost NextHop Interface0.0.0.0/32 Direct 0 0 127.0.0.1 InLoop021.0.0.0/24 Direct 0 0 21.0.0.1 GE0/121.0.0.0/32 Direct 0 0 21.0.0.1 GE0/121.0.0.1/32 Direct 0 0 127.0.0.1 InLoop021.0.0.255/32 Direct 0 0 21.0.0.1 GE0/1127.0.0.0/8 Direct 0 0 127.0.0.1 InLoop0127.0.0.0/32 Direct 0 0 127.0.0.1 InLoop0127.0.0.1/32 Direct 0 0 127.0.0.1 InLoop0127.255.255.255/32 Direct 0 0 127.0.0.1 InLoop0192.168.1.0/24 Direct 0 0 192.168.

溫馨提示

  • 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. 人人文庫(kù)網(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ì)自己和他人造成任何形式的傷害或損失。

最新文檔

評(píng)論

0/150

提交評(píng)論