思科口令大全
1. 用户执行模式Router>输入enable 简写为 en 进入特权执行模式
2. 进入特权执行模式Router#输入disableend ctrl+Z exit退出 特权执行模式进入用户执行模式
3. 全局配置模式Routerconfig#从特权执行模式输入config terminal 进入全局配置模式,之后从全局配置模式退出进入特权执行模式输入end ctrl+Z exit
4. 其他配置模式:Routerconfig——if)从全局配置模式输入 interface fastEthernet0/1
5 为路由器改名:从特权执行模式中输入config terminal 进入全局配置模式:
Router# config terminal
Routerconfig#
在全局配置模式下输入主机名:Routerconfig# hostname HQ
出现:HQconfig#
删除路由器名称:HQ config# no hostname
出现:Routerconfig#
6.设置enable口令和enable加密口令Routerconfig# enable password password
                                    Routerconfig# enable secret password
7.设置VTY线路口令Routerconfig#line vty 0 4
                    Routerconfig-line# password password
    Routerconfig-line#login
控制端口命令如下:Routerconfig#line console 0
                  Routerconfig-line# password cisco
Routerconfig-line# login
enable口令加密:
在特权模式下键入service password-encryption
8.配置接口:1)进入全局配置模式。2)进入接口信息配置模式;3)指定接口IP地址和子网掩码 4)启用接口。
使用下列命令配置特定接口的IP地址:Routerconfig#interface 特定接口
                                  Routerconfig—if#ip address IP 地址子网掩码
                                  Routerconfig—if#no shutdown
用于设置时钟频率以及启用特定接口的命令为:Routerconfig#interface 特定接口
                                          Routerconfig—if# clock rate 56000 64000                                    Routerconfig—if#no shutdown
9.保存路由器更改
在特权模式下:Router#copy running—config  stratup----config
保存配置
a) Copy run start
b) Show start
c) Reload(使设备恢复为其原始配置)
d) Show run
10.show 命令
show cdp neighbors 显示所有知道的网络
show ip interface brief显示基本的端口信息
show interfaces 显示详细接口信息
debug ip routing 显示路由排错信息
show ip route 显示直连路由器
show ip protocols 显示路由器当前运行的各种路由协议的全部相关信息。
show controllers 显示DTE/DCE信息 
11.配置静态路由
Routerconfig#ip route network-address(直连路由IP地址) console命令大全子网掩码下一条的IP 地址或者是接口名称。
删除静态路由可以在这条路由上使用no ip route
12.配置rip协议
Routerconfig#router rip
Routerconfig-router#network 主类网络的网络地址
Routerconfig-router#passive-interface fastethernet0/0
Routerconfig-router#end
13.使用 no auto-summary禁用自动汇总
Routerconfig#router rip
Routerconfig-router#no auto-summary
R1(config)#router eigrp 1
R1(config-router)#no auto-summary
设置版本通过version2命令配置RIP为无类路由协议
Routerconfig#router rip
Routerconfig-router# version2
恢复RIP到版本1
Routerconfig#router rip
Routerconfig-router# version1
Routerconfig#router rip
Routerconfig-router#no version
14. router eigrp 命令
Routerconfig# router eigrp1
Routerconfig-router#network  network-address
15. 将以下脚本加载到路由器。在粘贴命令之前,请确保您处于全局配置模式中
hostname 主机名
no ip domain-lookup  禁用DNS
!
interface 接口名称
ip address 地址
duplex auto
speed auto
no shutdown
!
interface接口名称
ip address
clock rate 64000
no shutdown
!
ip route!
!
!
!
line con 0
line vty 0 4
password cisco
login
!
End
16.RIP更新中处在的问题的命令: debug ip rip
结束此命令输入:undebug all no debug allno debug ip rip
17.RIPv1中传播默认路由
Routerconfig#router rip
Routerconfig-router# default-information originate
Routerconfig-router#end
18.show cdp neighbors:显示了邻居思科路由器的端口类型和平台
19.show ip eigrp neighbors:来查看邻居表并检验EIGRP是否与其邻居建立关系。
20. R1(config)#banner motd #This is .#配置开机话语
21. R1 R2 之间的链路带宽将被配置为 64 kbpsR2 R3 之间的链路带宽将被配置为 1024 kbps。使用 bandwidth 命令修改每台路由器的串行接口的带宽
路由器 R1
R1(config)#interface serial0/0/0
R1(config-if)#bandwidth 64
路由器 R2
R2(config)#interface serial0/0/0
R2(config-if)#bandwidth 64
R2(config)#interface serial0/0/1
R2(config-if)#bandwidth 1024
路由器 R3
R3(config)#interface serial0/0/1
R3(config-if)#bandwidth 1024
22. 使用 no auto-summary 命令在路由器上禁用自动总结。
R1(config)#router eigrp 1
R1(config-router)#no auto-summary
23. 为路由器 R3 添加两个环回地址 192.168.2.1/24 192.168.3.1/24。这些虚拟接口将用于代表要与 LAN 192.168.1.0/24 一起手动总结的网络
R3(config)#interface loopback1
R3(config-if)#ip address 192.168.2.1 255.255.255.0
R3(config-if)#interface loopback2
R3(config-if)#ip address 192.168.3.1 255.255.255.0
24.EIGRP中配置和重分布默认路由
R3(config)#ip route 0.0.0.0  0.0.0.0 lookback1
R3(config)# router eigrp 1
R3(config-router)#redistribute static
25.EIGRP传播配置汇总路由
R2(config)#interface serial0/0/0
R2(config-if)#ip summary-address eigrp 1  192.168.0.0  255.255.252.0
26.修改默认的复合度量值
Router(config-router)#metric weights tos(默认为0) k1 k2 k3 k4 k5 k1 k2 k3 k4 k5只能去01
27.show ip eigrp topology 命令来查看所有可能的链路。
28.修改hello间隔和保持时间
R2(config)#interface serial0/0/0

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。