CISCO常用命令解释汇总

视图模式介绍:

普通视图router> 特权视图router#/ 在普通模式下输入enable

全局视图router(config)#/ 在特权模式下输入configt 接口视图router(config-if)#/在全局模式下输入int 接口名称例如ints0 或 inte0 路由协议视图

router ( config-route ) #/ 在全局模式下输入router 动态路由协议名称

1、基本配置:

router>enable/ 进入特权模式 router#conft/ 进入全局配置模式

router(config)#hostnamexxx/设置设备名称就好像给我们的计算机起个名字

router(config)#enablepassword/

router(config)#noipdomainlookup/不允许路由器缺省使用DNS解析命令

router(config)#Servicepassword-encrypt/对所有在路由器上输入的口令进行暗文加密

router(config)#linevty04/进入设置telnet服务模式

router(config-line)#passwordxxx/设置 telnet 的密码router(config-line)#login/使能可以登陆

router(config)#linecon0/进入控制口的服务模式

router(config-line)#passwordxxx/要设置 console 的密码router(config-line)#login/使能可以登陆

2、接口配置:

router(config)#ints0/ 进入接口配置模式serial0 端口配置 (如果是模块化的路由器前面加上槽 位编号,例如serial0/0 代表这个路由器的0 槽位上的第一个接口) router(config-if)#ipaddxxx.xxx.xxx.xxxxxx.xxx.xxx.xxx/ 添加 ip 地址和掩码

router(config-if)#encahdlc/ppp捆绑链路协议hdlc 或者 ppp 思科缺省串口封装的链路层协议 是 HDLC 所以在 showrun 配置的时候接口上的配置没有,如果要封装为别的链路层协议例如

PPP/FR/X25就是看到接口下的

encappp 或者 encafr

router(config)#intloopback/建立环回口(逻辑接口 )模拟不同的本机网段

router(config-if)#ipaddxxx.xxx.xxx.xxxxxx.xxx.xxx.xxx/ 添加ip 地址和掩码给环回口在物理接口 上配置了ip 地址后用noshut 启用这个物理接口反之可以用shutdown 管理性的关闭接口

3、路由配置: (1)静态路由

router(config)#iproutexxx.xxx.xxx.xxxxxx.xxx.xxx.xxx下一条或自己的接口

router(config)#iproute0.0.0.00.0.0.0s0(2) 动态路由rip 协议

router(config)#routerrip/启动 rip 协议

router(config-router)#networkxxx.xxx.xxx.xxx/宣告自己的网段router(config-router)#version2转 换为 rip2 版本

router(config-router)#noauto-summary/关闭自动汇总功能,ripV2才有作用 router(config-router)#passive-int接 口 名 / 启 动 本 路 由 器 的 那 个 接 口 为 被 动 接 口 router(config-router)#neixxx.xxx.xxx.xxx/广播转单播报文

ipigrp

添加缺省路由

router(config)#routerigrpxxx/启动 igrp 协议

联系客服:779662525#qq.com(#替换为@) 苏ICP备20003344号-4