1、Slide Title,Body Text,Second Level,Third Level,Fourth Level,Fifth Level,Slide Title,Body Text,Second Level,Third Level,Fourth Level,Fifth Level,*,Slide Title,Body Text,Second Level,Third Level,Fourth Level,Fifth Level,第,三章:网络设备基本配置,TCP/IP,互联网络,cisco,网络设备的基本配置,IP,网络编地址,路由原理和静态路由,RIP,路由协议,EIGRP,路由协议,
2、企业高级路由交换网络,课程结构,企业高级路由交换,网络互联基础,单区域,OSPF,路由协议,多区域,OSPF,路由协议,路由重分布,ACL,访问控制列表,NAT,接入技术,广域网接入技术,PPP,协议,帧中继协议,数据链路层与以太网技术,VLAN&VTP,企业高级路由交换网络,课程结构,企业高级路由交换,策略路由,STP,单臂路由和三层交换,HSRP,热备份协议,综合实验,一,、思科路由器和交换机,1.1 设备图片,1.2,组件,路由器的基本组件,-CPU,RAM,ROM,操作系统,1,.2 组件功能,CPU,执行操作系统的指令,随机访问存储器,(RAM),RAM,中内容断电丢失,运行操作系统
3、运行配置文件,:,IP,路由表,:,ARP,缓存,:,数据包缓存区,:,只读存储器,(ROM),保存开机自检软件,.,,存储路由器的启动引导程序,bootstrap,指令,基本的自检软件,迷你版,IOS.,非易失,RAM(NVRAM),存储启动配置,.,这包括,IP,地址,路由协议,主机名,闪存,运行操作系统,(,Cisco IOS,),Interfaces,拥有多种物理接口用于连接网络,.,二,、思科设备的初始配置,2.1,正确连接设备,1.启动前确认正确连接线缆和控制线,2.接入电源,3.观察启动顺序,面板上的指示灯,LEDs,Cisco IOS输出到控制台上的内容,2.2,初始启动
4、的内容,2,.3 配置远程密码和描述信息,Virtual Terminal Password,Router(config)#,line vty 0 4,Router(config-line)#,password cisco,Router(config-line)#,login,Perform Password Encryption,Router(config)#,service password-encryption,Router(config)#,no service password-encryption,Login Banner,Tokyo(config)#,banner motd#,W
5、elcome to router Tokyo,Accounting Department,3rd Floor,#,Interface Description,Tokyo(config)#,interface e 0,Tokyo(config-if)#,description,Engineering LAN,Bldg.18,2.4 查看设备版本信息,Router#,clok,Translating CLOK,%Unknown command or computer name,or unable to find computer address,Router#,cl?字母后紧跟?列出该字母开头的命
6、令,clear clock,Router#,clock,%Incomplete command.,Router#,clock?命令后带空格和?列出附加的参数,set Set the time and date,Router#,clock set,%Incomplete command.,Router#,clock set?,Current Time (hh:mm:ss),Router#,clock set 19:56:00,%Incomplete command.,Router#,clock set 19:56:00?,Day of the month,MONTH Month of the y
7、ear,Router#,clock set 19:56:00 04 8,.,%Invalid input detected at the marker,Router#,clock set 19:56:00 04 August,%Incomplete command.,Router#,clock set 19:56:00 04 August?,Year,Symbolic translation,Keyword completion ,Last command recall,Command prompting ,Syntax checking ,2.5 使用帮助,2.6 配置路由器接口,Enter
8、 global configuration mode,Router(config-if)#,clock rate,64000,Router(config-if)#,Router(config)#,interface serial 0,Router(config-if)#,Router#,configure term,Router(config)#,Specify interface,Set clock rate(on DCE interfaces only),2.7 为路由器的接口设置,IP地址,router,routerenable,router#config t,router(config)#hostname,ccna,ccna,(config)#int s0,ccna,(config-if)#ip address 192.168.1.1 255.255.255.0,ccna,(config-if)#no shutdown,ccna,(config-if)#end,ccna,#copy running-config startup-config,