Presentation is loading. Please wait.

Presentation is loading. Please wait.

中国科学院计算机网络信息中心 中国科技网 All rights reserved

Similar presentations


Presentation on theme: "中国科学院计算机网络信息中心 中国科技网 All rights reserved"— Presentation transcript:

1 中国科学院计算机网络信息中心 中国科技网 www.cstnet.cn All rights reserved
路由器配置基础 中国科学院计算机网络信息中心 中国科技网 All rights reserved

2 Privileged mode prompt
用户界面——登录到路由器 Router con0 is now available Press RETURN to get started. Router> Router>enable Password: Router# Router#exit Router>logout User mode prompt Privileged mode prompt 2018/11/23

3 用户界面——使用密码 A line access password A privileged EXEC mode password
Encrypted Passwords IOS提供加密存放密码的服务。 2018/11/23

4 用户界面——用户方式命令列表 2018/11/23 DUT>? Exec commands:
<1-99> Session number to resume access-enable Create a temporary Access-List entry access-profile Apply user-profile to interface attach attach to system component clear Reset functions connect Open a terminal connection disable Turn off privileged commands disconnect Disconnect an existing network connection enable Turn on privileged commands exit Exit from the EXEC help Description of the interactive help system lock Lock the terminal login Log in as a particular user logout Exit from the EXEC mls exec mls router commands mrinfo Request neighbor and version information from a multicast router mstat Show statistics after multiple multicast traceroutes mtrace Trace reverse multicast path from destination to source name-connection Name an existing network connection pad Open a X.29 PAD connection --More-- 2018/11/23

5 用户界面——上下文相关帮助 DUT>show bootf DUT>show bootflash: ?
all show all possible flash info chips show flash chip information filesys Show file system information | Output modifiers <cr> DUT>show bootflash: 2018/11/23

6 用户界面——使用编辑命令 <Ctrl><A> 移动到命令行开头
<Ctrl><E> 移动到命令行结束 <ESC><B> 移动到上一个词开始 <Ctrl><F> 移动到前一个字符 <Ctrl><B> 移动到下一个字符 <ESC><F> 移动到下一个词 2018/11/23

7 用户界面——命令历史纪录 Router#show history
enable terminal hisitory size 10 terminal no editing terminal editing Router# <Ctrl><P> or UP arrow 上一个命令 <Ctrl><N> or Down arrow 下一个命令 2018/11/23

8 检查路由器状态 Internetwork Operating System Operating Systems Table Program
Router#show version Router#show startup-conifg Router#show interfaces Internetwork Operating System Backup Configuration File Operating Systems I N T E R F A C s Program Dynamic Configuration Information Table And Buffers Router#show processes CPU Router#show protocols Router#show flash Router#show mem Router#show ip route 2018/11/23 Router#show running-config

9 检查路由器状态 show version——显示系统的硬件配置,软件版本,配置文件的源和名字,以及启动镜像。
show processes——显示当前活动进程。 show protocols——显示已经配置的协议。 show memory——显示路由器的内存信息 show ip route——显示路由表 show flash——显示闪存设备的信息 show running-config——显示当前活动配置 show startup-config——显示备份配置文件 show interfaces——显示已经配置的界面属性 2018/11/23

10 载入配置文件 Console or Terminal 1 RAM 2 NVRAM 4 3 TFTP Server
configure terminal 1 RAM copy startup-config running-config 2 NVRAM copy tftp startup-config 4 copy tftp running-conifg 3 TFTP Server 2018/11/23

11 载入配置配置文件 configure terminal——从终端执行配置命令
copy tftp running-config——从tftp服务器将配置复制到RAM中 copy tftp startup-config——从tftp服务器将配置复制到NVRAM中 copy startup-config running-config——从NVRAM将配置文件从NVRAM中复制到RAM 2018/11/23

12 载入配置文件 TFTP Server RAM Router#copy tftp running-config
Host or network configuration file [host]? IP address of remote host [ ]? Name of configuration file [Router-config]? P1R1.2 Booting P1R1.2 from :!![OK – 874/16000 bytes] P1R1# 2018/11/23

13 基本的路由器配置任务 Router>enable Router>configuration terminal
User EXEC Mode Router>enable Ctrl-Z(end) Privieged EXEC Mode Router>configuration terminal Exit Global configuration mode Router(config)# Configuration mode Router Port Interface Router(config-if)# Subinterface Router(config-subif)# Controller Router(config-controller)# Line Router(config-line)# Router Router(config-router)# IPX-Router Router(config-ipx-router)# Router-map Router(config-route-map)# 2018/11/23

14 基本的路由器配置任务 Interface mode——支持对一个界面进行配置的命令
Subinterface mode——支持对一个物理界面上的虚电路进行配置。 Controller mode——支持配置通道化的T1 Line mode——支持配置终端线 Router mode——配置IP路由协议 IPX-Router mode——支持配置novell网络层协议 Router-map mode——支持配置路由表(策略路由) 2018/11/23

15 基本的路由器配置任务——佩路由器身份信息
Router Name Router(config)#hostname P1R1 P1R1# Message-of-the-Day Banner P1R1(config)#banner motd# You have entered a secured system. Autherized access only!# P1R1(config)#interface ethernet 0 P1R1(config-if)#description Engineering LAN, Blad. 18 2018/11/23

16 基本的路由器配置任务——密码设定 主控台密码 line console 0 虚拟终端密码 line vty 0 4 特权模式密码
password abc 虚拟终端密码 line vty 0 4 特权模式密码 enable secret abc 2018/11/23

17 基本的路由器配置任务——配置和管理界面 interface command show interface command
interface serial 0 interface ethernet 1 interface ethernet 1/0 interface ethernet 1/0/0 show interface command show interface ethernet 0 2018/11/23

18 基本的路由器配置任务——确认界面状态 Operational Serial1 is up, line protocol is up
Connection Problem Serial1 is up, line protocol is down Interface Problem Serial1 is down, line protocol is down Disable Serial1 is administratively down, line protocol is down 2018/11/23

19 基本的路由器配置任务——禁用一个界面 shutdown——禁用一个界面 no shutdown——起用一个界面 2018/11/23

20 基本的路由器配置任务——保存配置 write memory copy running-config startup-config
copy running-config tftp 2018/11/23

21 基本的路由器配置任务——管理配置环境 Flash Router#configure terminal
Router(config)#boot system flash c2500-js-1 Router#copy running-config startup-config Network Router#configure terminal Router(config)#boot system tftp test.exe Router#copy running-config startup-config ROM Router#configure terminal Router(config)#boot system rom Router#copy running-config startup-config 2018/11/23

22 基本的路由器配置任务——密码恢复 在路由器启动过程中 Break 更改过程 rommon>confreg
Do you wish to change the configuration?y/n[n]:y Enable “ignore system config info”?[y/n]n:y Change the boot characteristics?[y/n][n]:y Enter to boot: 2 Do you wish to change the configuration?y/n[n]:n rommon>reset Would you like to enter the initial dialog?[yes]:no enable configure memory 改密码 configure register 0x2102 2018/11/23

23 基本的路由器配置任务——备份IOS copy flash tftp 2018/11/23

24 基本的路由器配置任务——升级IOS copy tftp flash 2018/11/23

25 基本的路由器配置任务——使用setup进行快速设置
2018/11/23

26 发现和访问其他Cisco设备 Cisco Discovery Protocol
信息包括: 设备标识:如主机名及域名 地址列表:至少包含一个用于snmp协议。 端口标识:ethernet 0, serial 0 性能列表 版本 平台 2018/11/23

27 发现和访问其他Cisco设备 Router(config)# cdp run
Router(config-if)# no cdp enable 在某个界面禁止使用CDP Router(config)#cdp timer 30 多长时间发送一个CDP包 Router(config)#cdp holdtime 90 多长时间没有收到CDP包就认为该设备已经停止使用。 2018/11/23

28 发现和访问其他Cisco设备 show cdp neighbors 2018/11/23


Download ppt "中国科学院计算机网络信息中心 中国科技网 All rights reserved"

Similar presentations


Ads by Google