CCNA命令大全

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

CCNA命令大全

登录网络设备,USB-COM-COM-RJ45,超级终端/SecureCRT

Would you like to enter the initial configuration dialog? [yes/no]: //回答no,如果回答了yes,会出现大量对话,Ctrl+C中断对话

% Please answer 'yes' or 'no'.

Router> //用户模式,只能简单的show及ping/tracer

Router>enable //从用户模式进入特权模式

Router# //特权模式,能够进行所有的show及ping/tracer

Router#configure terminal//从特权模式进入全局配置模式

Router(config)# //全局配置模式,可以进行相关配置

Router(config)#hostname R1//给设备命名

R1#show version //查看设备软硬件版本信息,开机时间,内存和Flash大小,模块等

R1#show ip interface brief //查看接口信息

R1#show running-config //查看运行在内存中的当前配置

R1#show startup-config //查看开机配置,保存在NVRAM

R1#copy running-config startup-config //将当前运行配置保存到开机配置中

R1#show tech-support //查看设备所有软硬件的详细信息

R1(config)#enable password xxx//配置enable密码,该密码show run可见

R1(config)#enable secret xxx //配置enable密码,该密码show run不可见,两个同时配置时,secret密码生效

R1(config)#line vty 0 4 //进入telnet配置模式

R1(config-line)#login //telnet登陆需要密码验证

R1(config-line)#password xxx //配置telnet密码

R1(config-line)#exit

R1(config)#line vty 0 4

R1(config-line)#no login //telnet登陆不需要验证

R1(config-line)#exit

R1(config)#line vty 0 4

R1(config-line)#login local//telnet登陆需要在本地数据库查找用户名密码进行验证

R1(config-line)#exit

R1(config)#username spoto password xxx //创建本地用户名密码

R1(config)#banner ^R1!^ //配置设备登陆提示符,头尾符号需要一致,中间为提示符内容

R1(config)#line vty 0 4

R1(config-line)#privilege level 15//配置telnet用户特权等级为15,即登陆后直接进入enable模式

R1(config-line)#exit

R1(config)#interface fastEthernet x/x //进入接口配置模式

R1(config-if)#ip address x.x.x.x x.x.x.x //配置IP及掩码

R1(config-if)#no shutdown //打开接口,路由器接口默认处于管理性关闭状态

R1(config-if)#exit //退出接口配置模式,返回全局配置模式

R1(config)#no ip routing //关闭路由功能,将路由器模拟成PC

R1(config)#ip default-gateway x.x.x.x //配置网关地址

R1#show ip route //查看关闭路由功能后的网关配置

R1#show cdp neighbors //查看思科互连设备信息

R1(config)#interface loopback 0 //创建环回接口0,用于模拟网段和测试

R1(config-if)#ip address x.x.x.x x.x.x.x//配置环回接口IP及掩码,环回接口不需要no shutdown

R1(config-if)#exit

R1(config)#ip route x.x.x.x x.x.x.x x.x.x.x //配置使用下一跳地址的静态路由

R1(config)#ip route x.x.x.x x.x.x.x fastEthernet x/x //配置使用本地出接口的静态路由

R1(config)#ip route 0.0.0.0 0.0.0.0 x.x.x.x //配置使用下一跳地址的默认路由

R1(config)#ip route 0.0.0.0 0.0.0.0 fastEthernet x/x //配置使用本地出接口的默认路由R1#show ip route //查看路由表

R1#ping x.x.x.x //使用出接口作为源IP的普通ping

R1#ping x.x.x.x source x.x.x.x //使用指定源地址的扩展ping

R1#debug ip icmp //打开ping的调试过程显示

R1#undebug ip icmp //关闭ping的调试过程显示

R1#traceroute x.x.x.x //路径跟踪,查看到达目的地所经过的IP

R1(config)#router rip //运行RIP协议,进入RIP协议配置模式

R1(config-router)#version 2 //配置RIP为版本2

R1(config-router)#no auto-summary//关闭自动汇总功能

R1(config-router)#network x.x.x.x //将相关网段发布到RIP进程中,所有相关子网都会被发布,命令配置不支持带掩码

R1(config-router)#exit //退出RIP协议配置模式

R1(config)#router eigrp x //运行EIGRP,配置EIGRP AS号码,相邻设备的AS号码要

相关文档
最新文档