RAM- 路由器的工作存储器,存储活动的配置文件(running-config)
NVRAM- 非易失性RAM,存储路由器的备份/启动配置文件(statup-config)
FLASH- 闪存,存储路由器的操作系统
命令格式:
Router#show running-config 查看当前配置
Router#show startup-config 查看备份配置
Router#copy running-config startup-config 将RAM存储至NVRAM
Router#copy startup-config running-config 将NVRAM存储至RAM
Router#erase startup-config 删除备份配置
二。 路由器状态命令:
Router#show version 显示系统的硬件配置,软件版本,配置文件的名称和来源,启动映象以及最近一次系统重启的原因
Router#show processes 显示有关活动进程的信息
Router#show protocols 显示已经配置的协议。该命令能显示所配的任何一种第3层(网络层)协议的状态
Router#show memory 显示路由器内存的统计信息,包括内存空间的统计信息
Router#show stacks 监视进程和终端例所只用的堆栈
Router#show buffers 提供有关路由器缓冲空间的统计信息
Router#show flash 显示关于闪存设备的信息
Router#show interface 显示路由器上进行配置的所有端口的统计信息
Router#show clock 查看路由器时间
Router#clock set hh:mm:ss d/m/y 设置路由器时间
Router#hsow history 查看路由器已命令历史记录
Router#terminal history size <0-256> 设置历史缓冲区
Router#terminal editing 开命令快捷键
Router#terminal no editing 关命令快捷键
Router#hostname XXX 修改路由器名字
Router#disable 特许模式退到用户模式
Router#config t 进入全局配置模式
Router(config)#exit/end/ctrl+z 全局模式退到特许模式
Router(config)#interface Ethernet 0 全局模式进入接口模式
Router(config)#end/ctrl+z 接口退到特许模式
Router(config)#setup 配置路由器
Router(config)#enable secret XXXX 用户模式进特许模式
Router(config)#no enable secret 删除加密的用户到特许密码
Router(config)#no enable password 删除不加密的用户到特许密码
Router#reload 重新启动路由器
三。 路由器与TFTP服务器间相关的通讯命令
Router#copy running-config tftp 将RAM中的配置文件拷到tftp服务器中
Router#copy startup-config tftp 将NVRAM中的配置文件拷的tftp服务器中
Router#copy flash tftp 将flash中的IOS拷到tftp服务器中
Router#copy tftp running-config 将 tftp服务器中的配置文件拷到RAM中
Router#copy tftp startup-config 将tftp服务器中的配置文件拷到NVRAM中
Router#copy tftp flash 将tftp服务器中的IOS拷到flash中
Router(config)#boot system rom 改为下次启动从ROM中引导
Router(boot) (config)#no boot system rom 删除从ROM中引导
Router(boot) (config)#boot system flash 改成下次从FLASH中引导
Router(boot) (config)#no boot system flash 删除从FLASH中引导
Router(boot) (config)#write memory 低版本中保存命令
Router(boot) (config)#boot system tftp filename ipaddress 从TFTP中引导
Router(boot) #erase flash 删除路由器flash中的IOS
四。 控制列表(ACL)相关命令
Router(config)#access-list 1 deny 192.168.0.101 0.0.0.0
Router(config)#access-list 1 deny 192.168.0.101
Router(config)#access-list 1 deny host 192.168.0.101
//以上3中方法都是拒绝192.168.0.101这一台主机的
Router(config)#access-list 1 deny 192.168.0.0 0.0.0.255
Router(config)#access-list 1 deny 172.16.0.0 0.0.0.255
//以上2种情况都是拒绝一个网段的情况
Router(config)#access-list 1 permit any 允许所有数据包
Router(config)#ip access-group 1 in 将规则应用到接口中
Router(config)#show access-lists 查看ACL的定义
(责任编辑:VEVB)
新闻热点
疑难解答