预览加载中,请您耐心等待几秒...
1/9
2/9
3/9
4/9
5/9
6/9
7/9
8/9
9/9

在线预览结束,喜欢就下载吧,查找使用更方便

如果您无法下载资料,请参考说明:

1、部分资料下载需要金币,请确保您的账户上有足够的金币

2、已购买过的文档,再次下载不重复扣费

3、资料包下载后请先用软件解压,在使用对应软件打开

HYPERLINK"" 更多企业学院:《中小企业管理全能版》183套讲座+89700份资料《总经理、高层管理》49套讲座+16388份资料《中层管理学院》46套讲座+6020份资料《国学智慧、易经》46套讲座《人力资源学院》56套讲座+27123份资料《各阶段员工培训学院》77套讲座+324份资料《员工管理企业学院》67套讲座+8720份资料《工厂生产管理学院》52套讲座+13920份资料《财务管理学院》53套讲座+17945份资料《销售经理学院》56套讲座+14350份资料《销售人员培训学院》72套讲座+4879份资料 常用网络设备配置命令及配置实例 计算机命令: PCAlogin:root;使用root用户 password:linux;口令是linux #shutdown-hnow;关机 #init0;关机 #logout #login #ifconfig;显示IP地址 #ifconfigeth0<ipaddress>netmask<netmask>;设置IP地址 #ifconfigeht0<ipaddress>netmask<netmask>down;删除IP地址 #routeadd0.0.0.0gw<ip> #routedel0.0.0.0gw<ip> #routeadddefaultgw<ip>;设置网关 #routedeldefaultgw<ip>;删除网关 #route;显示网关 #ping<ip> #telnet<ip>;建立telnet之前先ping一下 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^路由器^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 显示命令: router#showrun;显示接口 router#showinterface;显示接口 router#showiproute;显示路由 router#showcdpnei;看邻居 router#reload;重新起动 设置口令: router>enable;进入特权模式 router#configterminal;进入全局配置模式 router(config)#hostname<hostname>;设置交换机的主机名 router(config)#enablesecretxxx;设置特权加密口令为xxx router(config)#enablepasswordxxx;设置特权非密口令为xxx router(config)#lineconsole0;进控制台口(Rs232)初始化 router(config-line)#linevty04;进入虚拟终端virtualtty router(config-line)#login;允许登录 router(config-line)#passwordxx;设置登录口令xx router(config)#(Ctrl+z);返回特权模式 router#exit;返回命令 配置IP地址: router(config)#ints0/0;进行串Serail接口 router(config-if)#noshutdown;起动接口 router(config-if)#clockrate64000;设置时钟 router(config-if)#ipaddress10.1.1.1255.255.0.0;设置IP地址和子网掩码 router(config-if)#ipadd10.1.1.2255.255.0.0second; router(config-if)#intf0/0.1;进入子接口 router(config-subif.1)#ipaddress<ip><netmask>; router(config-subif.1)#encapsulationdot1q<n>; router(config)#config-register0x2142;跳过配置文件 router(config)#config-register0x2102;正常使用配置文件 router#reload;重新引导 复制操作: router#copyrunning-configstartup-config;存配置 router#copyrunning-configtftp;上载 router#copystartup-configtftp router#copyt:;特权模式下升级IOS router#copyt;下载配置文件到nvram ROM状态: Ctrl+Break;进入ROM监控状态 rommon>confreg0x2142;跳过配置,263645xx rommon>confreg0x2102;使用配置,恢复工作状态 rommon>reset;重新引导,等效于重开机 rommon>