最新h3c系统基本配置命令

上传人:无*** 文档编号:130589963 上传时间:2022-08-05 格式:DOC 页数:83 大小:255.50KB
收藏 版权申诉 举报 下载
最新h3c系统基本配置命令_第1页
第1页 / 共83页
最新h3c系统基本配置命令_第2页
第2页 / 共83页
最新h3c系统基本配置命令_第3页
第3页 / 共83页
资源描述:

《最新h3c系统基本配置命令》由会员分享,可在线阅读,更多相关《最新h3c系统基本配置命令(83页珍藏版)》请在装配图网上搜索。

1、精品资料h3c系统基本配置命令.第1章 系统基本配置命令1.1 系统基本配置命令1.1.1 clock datetime【命令】clock datetime time date【视图】用户视图【参数】time:当前时间,格式为HH:MM:SS(小时:分钟:秒),HH取值范围为023,MM和SS取值范围为059。date:为当前日期,格式为MM/DD/YYYY(月/日/年)或者YYYY/MM/DD(年/月/日),MM的取值范围为112,DD的取值范围与月份有关,YYYY的取值范围为20002035。【描述】clock datetime命令用来设置系统时间和日期。在需要严格获取绝对时间的应用环境中

2、,必须设定设备当前日期和时钟。在输入时间参数时,可以不输入秒。设置完成后,可以使用display clock命令进行查看。【举例】# 设置设备当前日期为2005年8月1日14时10分20秒。 clock datetime 14:10:20 08/01/20051.1.2 clock summer-time【命令】clock summer-time zone-name one-off start-time start-date end-time end-date offset-timeclock summer-time zone-name repeating start-time start-d

3、ate end-time end-date | start-time start-year start-month start-week start-day end-time end-year end-month end-week end-day offset-timeundo clock summer-time【视图】用户视图【参数】zone-name:夏令时名称,为132个字符的字符串,区分大小写。one-off:表示仅对某一年的夏令时时间进行设置。repeating:表示对从某一年开始的以后每年的夏令时时间的设置。start-time:起始时间,格式为HH:MM:SS。start-dat

4、e:起始日期,格式为YYYY/MM/DD或MM/DD/YYYY。end-time:结束时间,格式为HH:MM:SS。end-date:结束日期,格式为YYYY/MM/DD或MM/DD/YYYY。offset-time:增加的时间,格式为HH:MM:SS。start-year:开始的年份,取值范围20002035。start-month:开始的月份,取值如下:January、February、March、April、May、June、July、August、September、October、November、December。start-week:开始的星期,取值为当月的第几个星期,取值如下:

5、first、second、third、fourth、fifth、last。start-day:起始日,取值为:Sunday、Monday、Tuesday、Wednesday、Thursday、Friday、Saturday。end-year:结束的年份,和起始年份应该在同一年。取值范围20002035。end-month:结束的月份,取值如下:January、February、March、April、May、June、July、August、September、October、November、December。end-week:结束的星期,取值为当月的第几个星期,取值如下:first、sec

6、ond、third、fourth、fifth、last。end-day:结束日,取值为:Sunday、Monday、Tuesday、Wednesday、Thursday、Friday、Saturday。【描述】clock summer-time命令用来设置夏令时的名称、起始的时间和日期、结束的时间和日期、增加的时间。undo clock summer-time命令用来取消夏令时设置。设置完成后,可以使用display clock命令进行查看。日志、debug等信息时间将采用经过时区和夏令时调整过的本地时间。需要注意的是:l 从“起始日期”的“起始时间”到“结束日期”的“结束时间”这个时间段长度

7、必须大于1天小于1年,否则视为无效参数,配置失败。l 如果当前系统时间在该命令指定的时间段内,则执行该命令后,系统时间将自动增加“offset-time”。相关配置可参考命令clock timezone。【举例】# 设置夏令时abc1,从2005年8月1日的06:00:00开始,到2005年9月1日的06:00:00结束,比标准时间延迟1小时。 clock summer-time abc1 one-off 06:00:00 08/01/2005 06:00:00 09/01/2005 01:00:00# 设置夏令时abc2,从2007年开始(包括2007年)以后每年的8月1日的06:00:00

8、到9月1日的06:00:00,比当前系统时间增加1小时。 clock summer-time abc2 repeating 06:00:00 08/01/2007 06:00:00 09/01/2007 01:00:001.1.3 clock timezone【命令】clock timezone zone-name add | minus timeundo clock timezone【视图】用户视图【参数】zone-name:时区名称,为132个字符的字符串,区分大小写。add:比UTC(Universal Time Coordinated,通用协调时间)标准时间增加。minus:比UTC标

9、准时间减少。time:时间值,格式为HH:MM:SS,HH取值范围为023,MM和SS取值范围为059。【描述】clock timezone命令用来对本地时区信息进行设置。undo clock timezone命令用来恢复缺省情况。缺省情况下,本地址时区采用UTC时区。设置生效后,可以用display clock命令进行查看。日志、debug等信息时间将采用经过时区和夏令时调整过的本地时间。相关配置可参考命令clock summer-time。【举例】# 设置本地时区名称为Z5,比UTC标准时间增加5小时。 clock timezone z5 add 05:00:001.1.4 command

10、-privilege【命令】command-privilege level level view view commandundo command-privilege view view command【视图】系统视图【参数】level:命令的优先级,取值范围为03。view:命令行视图的名称。command:需要设置的命令。【描述】command-privilege命令用来设置指定视图内的命令的级别。undo command-privilege命令用来取消当前设置。命令权限共分为访问、监控、系统、管理4个级别,标识为03。管理员可以根据用户需要分配权限,使其在相应的视图下工作。用户登录设备时

11、,其所能使用的命令取决于用户的级别。例如:某用户的级别是3级,而VTY 0用户界面上的命令级别是1级,则该用户从VTY 0登录系统时,可以使用3级及3级以下的命令。表1-1 缺省情况下的命令优先级级别 名称 命令0 访问 ping、tracert、telnet等1 监控 display、debugging等2 系统 所有配置命令(管理级的命令除外)3 管理 文件系统命令、FTP命令、TFTP命令、XMODEM命令& 说明:请用户不要轻易改变命令级别,否则可能带来维护和操作上的不便。【举例】# 设置interface命令为0级,执行视图为系统视图。 system-viewSysname comm

12、and-privilege level 0 view system interface1.1.5 display clipboard【命令】display clipboard【视图】任意视图【参数】无【描述】display clipboard命令用来显示剪贴板的内容。将指定的内容复制到系统剪贴板的操作过程如下:l 将光标移到需要剪贴部分的起始位置,按下(其中“,”是指英文格式的逗号);l 将光标移到需要剪贴部分的结束位置,按下(其中“.”是指英文格式的句号),则指定的内容便复制到系统剪贴板中了。【举例】# 查看系统剪贴板的内容。 display clipboard- CLIPBOARD- ip

13、 route 10.1.0.0 255.0.0.0 eth 01.1.6 display clock【命令】display clock【视图】任意视图【参数】无【描述】display clock命令用来显示系统当前的时间和日期。相关配置可参考命令clock datetime。【举例】# 查看系统当前日期和时间。 display clock09:41:23 UTC Thu 12/15/20051.1.7 display current-configuration【命令】display current-configuration interface interface-type interface

14、-number | configuration configuration-type | by-linenum | | begin | include | exclude text 【视图】任意视图【参数】interface:显示接口的配置。interface-type interface-number:接口类型和接口编号。configuration configuration:显示非接口配置。如果不带参数,则显示所有的非接口配置;如果带参数,具体参数与设备型号和用户当前的配置有关,例如:l acl-adv:查看高级访问控制列表的配置。l rip:查看RIP的配置。l timerange:查看

15、时间范围的配置。l isp:显示网络服务提供商的配置。l post-system:显示post-system的配置。l radius-template:显示Radius模板类型的配置。l system:显示系统配置。l user-interface:显示用户接口的配置。by-linenum:显示带有行号的系统当前配置。|:使用正则表达式过滤显示设备的配置。begin:显示以指定字符串(text)开头的配置。include:显示包含指定字符串(text)的配置。exclude:显示不含指定字符串(text)的配置。text:正则表达式字符串,区分大小写,允许空格。表1-2 正则表达式中的特殊字符

16、特殊字符 含义 使用说明_ 下划线,类似于一个通配符,可以代表如下字符:(|$|,()空格、起始符、结束符 如果表达式的第一个字符不是“_”,则对“_”字符的个数不作限制(受命令行长度的限制)如果第一个字符是“_”,那么连续的“_”字符个数应小于5个如果“_”字符不是连续的,以第一组“_”作为输出信息的过滤规则,对后续的“_”不作处理 行首匹配符,后面的字符串只能出现在每行的开始 正规表达式“user”表示与出现在行首的字符串“user”匹配,不能匹配以“Auser”开始的行$ 行尾匹配符,后面的字符串只能出现在每行的末尾 正规表达式“user$”表示与出现在行尾的字符串“user”匹配,不能

17、匹配以“userA”结尾的行. 句点,通配符,匹配任何一个字符,包括空格 无* 星号,匹配前面的子表达式零次或多次 zo* 能匹配“z”以及“zoo”+ 加号,匹配前面的子表达式一次或多次 zo+能匹配“zo”以及“zoo”,但不能匹配“z”【描述】display current-configuration命令用来显示设备当前的配置信息。当用户完成一组配置之后,需要验证是否配置正确,则可以执行display current-configuration命令来查看当前生效的参数。对于某些当前配置的参数,如果与缺省参数相同,则不显示。对于某些参数,虽然用户已经配置,但如果这些参数所在的功能没有生效,

18、则不予显示。相关配置可参考命令save、reset saved-configuration和display saved-configuration。【举例】# 显示交换机当前生效的配置参数。 display current-configuration# sysname Sysname# domain default enable system# telnet server enable#vlan 1#radius scheme system server-type extended primary authentication 127.0.0.1 1645 primary accounting

19、 127.0.0.1 1646 user-name-format without-domain#domain system access-limit disable state active idle-cut disable self-service-url disable#interface NULL0#interface LoopBack0 ip address 1.1.1.100 255.255.255.255#interface Vlan-interface1 ip address 192.168.0.53 255.255.255.0#interface GigabitEthernet

20、1/0/1#interface GigabitEthernet1/0/2#interface GigabitEthernet1/0/3#interface GigabitEthernet1/0/4#interface GigabitEthernet1/0/5#interface GigabitEthernet1/0/6#interface GigabitEthernet1/0/7#interface GigabitEthernet1/0/8#interface GigabitEthernet1/0/9#interface GigabitEthernet1/0/10#interface Giga

21、bitEthernet1/0/11#interface GigabitEthernet1/0/12#interface GigabitEthernet1/0/13#interface GigabitEthernet1/0/14#interface GigabitEthernet1/0/15#interface GigabitEthernet1/0/16#interface GigabitEthernet1/0/17#interface GigabitEthernet1/0/18#interface GigabitEthernet1/0/19#interface GigabitEthernet1

22、/0/20#interface GigabitEthernet1/0/21#interface GigabitEthernet1/0/22#interface GigabitEthernet1/0/23#interface GigabitEthernet1/0/24#interface GigabitEthernet1/0/25 shutdown#interface GigabitEthernet1/0/26 shutdown#interface GigabitEthernet1/0/27 shutdown#interface GigabitEthernet1/0/28 shutdown#ri

23、p 1 undo validate-source-address timers garbage-collect 23# ip route-static default-preference 100#user-interface aux 0 idle-timeout 0 0user-interface vty 0 4 authentication-mode none user privilege level 3 idle-timeout 0 0#return# 查看配置信息中包含字符串10*的行,“*”表示它前面的“0”可以出现0次或连续多次。 display current-configura

24、tion | include 10*vlan 1 primary authentication 127.0.0.1 1645 primary accounting 127.0.0.1 1646 ip address 1.1.1.100 255.255.255.255interface Vlan-interface1 ip address 192.168.0.53 255.255.255.0interface GigabitEthernet1/0/1interface GigabitEthernet1/0/2interface GigabitEthernet1/0/3interface Giga

25、bitEthernet1/0/4interface GigabitEthernet1/0/5interface GigabitEthernet1/0/6interface GigabitEthernet1/0/7interface GigabitEthernet1/0/8interface GigabitEthernet1/0/9interface GigabitEthernet1/0/10interface GigabitEthernet1/0/11interface GigabitEthernet1/0/12interface GigabitEthernet1/0/13interface

26、GigabitEthernet1/0/14interface GigabitEthernet1/0/15interface GigabitEthernet1/0/16interface GigabitEthernet1/0/17interface GigabitEthernet1/0/18interface GigabitEthernet1/0/19interface GigabitEthernet1/0/20interface GigabitEthernet1/0/21interface GigabitEthernet1/0/22interface GigabitEthernet1/0/23

27、interface GigabitEthernet1/0/24interface GigabitEthernet1/0/25interface GigabitEthernet1/0/26interface GigabitEthernet1/0/27interface GigabitEthernet1/0/28rip 1 ip route-static default-preference 100# 查看以“user”开始的配置信息,“”表示以其后的字符串开头为匹配规则。 display current-configuration | include useruser-interface aux

28、 0 user-interface vty 0 4# 查看非接口的配置信息。 display current-configuration configuration# sysname Sysname# domain default enable system# telnet server enable#radius scheme system server-type extended primary authentication 127.0.0.1 1645 primary accounting 127.0.0.1 1646 user-name-format without-domain#do

29、main system access-limit disable state active idle-cut disable self-service-url disable#rip 1 undo validate-source-address timers garbage-collect 23# ip route-static default-preference 100#user-interface aux 0 idle-timeout 0 0user-interface vty 0 4 authentication-mode none user privilege level 3 idl

30、e-timeout 0 0#return1.1.8 display diagnostic-information【命令】display diagnostic-information【视图】任意视图【参数】无【描述】display diagnostic-information命令用来显示或保存系统当前各个功能模块运行的统计信息。在系统出现故障时,为了便于问题定位,需要收集很多的信息,但相应的display命令很多,很难一次把信息收集全,这时可以使用display diagnostic-information命令,显示系统当前各个功能模块运行的统计信息。display diagnostic-inf

31、ormation命令一次性收集了配置如下各条命令后终端显示的信息,包括:l display clockl display versionl display devicel display current-configurationl display saved-configurationl display interfacel display memoryl display logbufferl display vlan alll display history-commandl display trapbufferl display loopback-detectionl display d

32、hcp-snoopingl display igmp-snooping groupl display mld-snooping groupl display gvrp statisticsl display ipv6 statisticsl display mac-addressl display link-aggregation summaryl display stp briefl display arp alll display ip interfacel display ip statisticsl display ipv6 interfacel display ipv6 fibl d

33、isplay fibl display ipv6 neighbors alll display ip routing-tablel display ipv6 routing-table l 【举例】# 保存系统当前各个功能模块运行的统计信息。 display diagnostic-informationSave or display diagnostic information (Y=save, N=display)?Y/N:y Please input the file name(*.diag)flash:/default.diag:aa.diagDiagnostic information

34、 is outputting to flash:/aa.diag. Please wait. Save successfully.# 显示系统当前各个功能模块运行的统计信息。 display diagnostic-informationSave or display diagnostic information (Y=save, N=display)?Y/N:n由于显示内容较多,此处不详细列出。1.1.9 display history-command【命令】display history-command【视图】任意视图【参数】无【描述】display history-command命令用来显

35、示历史命令,以便用户查看。设备显示的历史命令不超过256条。相关配置可参考“登录以太网交换机”中的history-command max-size命令部分。【举例】# 显示历史命令。 display history-command system-view quit1.1.10 display hotkey【命令】display hotkey【视图】任意视图【参数】无【描述】display hotkey命令用来显示系统中快捷键的分配信息。【举例】# 显示系统中快捷键的分配信息。 display hotkey- HOTKEY - =Defined hotkeys=Hotkeys CommandCT

36、RL_G display current-configurationCTRL_L display ip routing-tableCTRL_O undo debugging all =Undefined hotkeys=Hotkeys CommandCTRL_T NULLCTRL_U NULL =System hotkeys=Hotkeys FunctionCTRL_A Move the cursor to the beginning of the current line.CTRL_B Move the cursor one character left.CTRL_C Stop curren

37、t command function.CTRL_D Erase current character.CTRL_E Move the cursor to the end of the current line.CTRL_F Move the cursor one character right.CTRL_H Erase the character left of the cursor.CTRL_K Kill outgoing connection.CTRL_N Display the next command from the history buffer.CTRL_P Display the

38、previous command from the history buffer.CTRL_R Redisplay the current line.CTRL_V Paste text from the clipboard.CTRL_W Delete the word left of the cursor.CTRL_X Delete all characters up to the cursor.CTRL_Y Delete all characters after the cursor.CTRL_Z Return to the User View.CTRL_ Kill incoming con

39、nection or redirect connection.ESC_B Move the cursor one word back.ESC_D Delete remainder of word.ESC_F Move the cursor forward one word.ESC_N Move the cursor down a line.ESC_P Move the cursor up a line.ESC_ Specify the end of clipboard.1.1.11 display this【命令】display this by-linenum 【视图】任意视图【参数】by-l

40、inenum:显示每一行信息的行号。【描述】display this命令用来显示系统当前视图下生效的配置信息。当用户在某一视图下完成一组配置之后,需要验证是否配置正确,则可以执行display this命令来查看当前生效的参数。需要注意以下几点:l 对于已经生效的配置参数如果与缺省工作参数相同,则不显示;l 对于某些参数,虽然用户已经配置,但如果这些参数所在的功能没有生效,则不显示;l 在不同接口视图下使用该命令,将直接显示相应接口下的配置;l 在不同协议视图下使用该命令,将显示相应协议视图的配置;l 在协议子视图下使用该命令,将显示此协议子视图下的配置。【举例】# 显示系统当前视图下生效的运

41、行配置参数。 system-viewSysname user-interface vty 0 Sysname-ui-vty0 display this#user-interface aux 0 idle-timeout 5 0user-interface vty 0 4 authentication-mode none user privilege level 3 idle-timeout 0 0#return1.1.12 display version【命令】display version【视图】任意视图【参数】无【描述】display version命令用来显示系统版本信息。通过查看版本信

42、息,可以获知系统当前使用的软件版本、机架类型、主控板及接口板的相关信息。【举例】# 以H3C S5500-28C-SI为例,显示系统版本信息。 display versionH3C Comware Platform SoftwareComware software, Version 5.20, Release 1205Copyright(c) 2004-2007 Hangzhou H3C Technologies Co., Ltd. All rights reserved.H3C S5500-28C-SI uptime is 0 week, 5 days, 2 hours, 10 minute

43、sH3C S5500-28C-SI with 1 Processor128M bytes SDRAM16384K bytes Flash MemoryHardware Version is REV.BCPLD Version is 002Bootrom Version is 117SubSlot 0 24GE+4SFP Hardware Version is REV.B1.1.13 header【命令】header incoming | legal | login | motd | shell textundo header incoming | legal | login | motd |

44、shell 【视图】系统视图【参数】incoming:设置TTY Modem登录用户进入用户视图时的欢迎信息。如果要求认证,则欢迎信息在通过认证后输出。legal:设置登录终端界面前的授权信息,在输入认证用户名和密码前输出。login:设置登录验证时的欢迎信息。motd:设置登录终端界面前的欢迎信息。shell:设置非TTY Modem登录用户进入用户视图时的欢迎信息。text:输入欢迎信息的内容。系统支持两种输入方式:欢迎信息的所有内容紧接在命令关键字后面输入,输入内容的开始字符和结束字符必须相同,但这两字符不作为欢迎信息的内容,此时包括命令关键字和开始、结束字符在内总共可以输入510个字符

45、;欢迎信息的所有内容可以通过按键分多行输入,此时不包括命令关键字在内总共可以输入2000个字符。多行输入又分为三种方式:l 命令关键字后直接回车(按键):以“%”结束设置,“回车”及“%”符号不属于欢迎信息的内容。l 命令关键字后输入一个字符后回车:以首行输入的字符结束设置,首行的字符及结束符不属于欢迎信息的内容。l 命令关键字后输入多个字符(首尾不相同)后回车:以首行的第一个字符结束设置。首行的第一个字符及结束符不属于欢迎信息的内容。【描述】header命令用来设置欢迎信息。undo header命令用来关闭欢迎信息。欢迎信息是以输入的第一个字符作为起始,并且需要输入该字符作为结束符。输入结

46、束符后,系统自动退出交互过程。需要注意以下几点:l header motd设置的信息出现在刚进入用户界面时。若设置了密码认证或者scheme认证,会出现在login authentication之前;l header legal设置的信息出现在刚进入用户界面时。若设置了密码认证或者scheme认证,会出现在登录验证之前;l header login设置的信息是在设置了密码认证或者scheme认证的情况下,出现在header motd文字之后,login authentication之前;l header shell设置的信息会出现在用户会话建立之后。【举例】# 配置进入用户视图的欢迎信息。 s

47、ystem-viewSysname header incoming %Please input banner content, and quit with the character %.Welcome to incoming(header incoming)%Sysname header legal %Please input banner content, and quit with the character %.Welcome to legal(header legal)%Sysname header login %Please input banner content, and qu

48、it with the character %.Welcome to login(header login)%Sysname header motd %Please input banner content, and quit with the character %.Welcome to motd(header motd)%Sysname header shell %Please input banner content, and quit with the character %.Welcome to shell(header shell)%& 说明:l 本例中,“%”为text的起始/结

49、束字符,在显示文本后输入“%”表示文本结束,退出header命令。l 作为起始与结束字符,“%”不会成为所设置欢迎信息的一部分。# 采用Telnet方式远程登录设备,测试以上设置(只有设置了登录认证之后,才会显示login欢迎信息)。* Copyright(c) 2004-2006 Hangzhou H3C Technologies Co., Ltd. * Without the owners prior written consent, * no decompiling or reverse-engineering shall be allowed. *Welcome to legal(he

50、ader legal) Press Y or ENTER to continue, N to exit.Welcome to motd(header motd)Welcome to login(header login)Login authenticationPassword:Welcome to shell(header shell)1.1.14 hotkey【命令】hotkey CTRL_G | CTRL_L | CTRL_O | CTRL_T | CTRL_U commandundo hotkey CTRL_G | CTRL_L | CTRL_O | CTRL_T | CTRL_U 【视

51、图】系统视图【参数】CTRL_G:表示为快捷键指定一条命令。CTRL_L:表示为快捷键指定一条命令。CTRL_O:表示为快捷键指定一条命令。CTRL_T:表示为快捷键指定一条命令。CTRL_U:表示为快捷键指定一条命令。command:快捷键关联的命令行。【描述】hotkey命令用来为快捷键指定对应的命令行。undo hotkey命令用来恢复系统的缺省值。缺省情况下,系统为、三个快捷键指定了对应的命令行,其它快捷键默认值为空。l 对应命令display current-configuration(显示当前配置);l 对应命令display ip routing-table(显示路由表信息);l

52、 对应命令undo debugging all(关闭设备支持的所有功能项的调试开关)。用户完全可以根据自己的需要改变它们的定义。【举例】# 指定命令display tcp status的快捷键为。 system-viewSysname hotkey ctrl_t display tcp status# 显示快捷键的配置信息。 display hotkey- HOTKEY - =Defined hotkeys=Hotkeys CommandCTRL_G display current-configurationCTRL_L display ip routing-tableCTRL_O undo

53、debug allCTRL_T display tcp status =Undefined hotkeys=Hotkeys CommandCTRL_U NULL =System hotkeys=Hotkeys FunctionCTRL_A Move the cursor to the beginning of the current line.CTRL_B Move the cursor one character left.CTRL_C Stop current command function.CTRL_D Erase current character.CTRL_E Move the c

54、ursor to the end of the current line.CTRL_F Move the cursor one character right.CTRL_H Erase the character left of the cursor.CTRL_K Kill outgoing connection.CTRL_N Display the next command from the history buffer.CTRL_P Display the previous command from the history buffer.CTRL_R Redisplay the curre

55、nt line.CTRL_V Paste text from the clipboard.CTRL_W Delete the word left of the cursor.CTRL_X Delete all characters up to the cursor.CTRL_Y Delete all characters after the cursor.CTRL_Z Return to the user view.CTRL_ Kill incoming connection or redirect connection.ESC_B Move the cursor one word back.ESC_D Delete remainder of word.ESC_F Move the cursor forward one word.ESC_N Move the cursor down a line.ESC_P Move the cursor up a line.ESC_ Specify the end of clipboard.1.1.15 language-mode【命令】language-mode chinese | english 【视图】用户视图【参数】chinese:中文语言模式。english:英文语言模式。【描述】language-mode命令用来切换命令行接口的语

展开阅读全文
温馨提示:
1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
2: 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
3.本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

copyright@ 2023-2025  zhuangpeitu.com 装配图网版权所有   联系电话:18123376007

备案号:ICP2024067431-1 川公网安备51140202000466号


本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知装配图网,我们立即给予删除!