路由器的基本配置
合集下载
相关主题
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
down
tss#copy running-config startup-config
输入此命令是将运行配置文件保存到非易失性存储器中,这样路由
器在断电或出现意外而重新加载时,才能够以当前配置启动。
Destination filename [startup-config]?
Building configuration...
实验拓扑图:
实验设备:
1、 路由器一台 2、 PC一台
3、 交叉线一条、直通线一条
实验设计用到的基本概念和理论:
Console口和以太网口的作用,用户模式、特权模式、全局模式三 者之间的关系和区别,并给出密码设置的作用。
实验过程和主要Hale Waihona Puke Baidu骤:
1、 不同模式的之间的关系 2、 路由器访问口令的配置 3、 通过Console口访问路由器 4、 通过telnet访问路由器 以下是路由器设置时的命令和简要说明: Continue with configuration dialog? [yes/no]: no
[OK]
tss#show ip route
显示IOS当前在选择到达目的网络的最佳路径是所使用的路由表,在
此处tss路由器只包含经过自身接口到达直接相连网络的路由。
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
tss(config-if)# %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up tss#show running-config 所有基本路由器配置命令都以以输入并立即存储于运行配置文件 内,使用running-config命令显示运行配置文件。 Building configuration...
tss(config-line)#password cisco tss(config-line)#login tss(config-line)#line vty 0 4 tss(config-line)#password cisco tss(config-line)#login 在设置接口前要先指定接口的类型和编号以进入接口配置模式, 然后配置IP地址和子网掩码: tss(config-line)# tss(config)#interface f0/0 tss(config-if)#ip address 202.196.180.254 255.255.255.0 tss(config-if)#no shutdown IP地址配置完后,必须用no shutdown命令激活接口。
路由器的基本配置 实验目的:
1、 学习几种路由器的工作模式间的关系。 2、 如何利用超级终端、telnet对路由器进行配置,如何为
Cisco路由器配置明文和秘文密码。
实验要求:
本实验要达到如下要求: 1、 路由器不同模式间的关系 2、 通过超级终端对路由器进行基本配置 3、 利用telnet登陆路由器并对其配置 4、 Cisco明文和秘文密码的配置 5、 验证并保存配置
Current configuration : 709 bytes ! version 12.2 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname tss
tss#show ip interface brief
此命令显示简要的接口配置信息,包括IP地址和接口状态。
Interface
IP-Address OK? Method Status
Protocol
FastEthernet0/0 202.196.180.254 YES manual up
up
FastEthernet1/0 unassigned YES manual administratively down
Gateway of last resort is not set
C 202.196.180.0/24 is directly connected, FastEthernet0/0
心得体会:
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
down
Serial2/0
unassigned YES manual administratively down down
Serial3/0
unassigned YES manual administratively down down
FastEthernet4/0 unassigned YES manual administratively down
Press RETURN to get started!
第一个提示符出现在用户模式下,通过输入enable进入特权模式 下,在此状态下用户可以用户可以更改路由器的配置,提示符由“<”变 为“#”。
Router>enable 输入conf t 进入全局配置模式。 Router#conf t Enter configuration commands, one per line. End with CNTL/Z. 首先为路由器起一个名字:tss Router(config)#hostname tss 设置一个口令:123456 tss(config)#enable secret 123456 以下是设置控制台和Telnet的口令为cisco,login命令用于对命 令行启口令检查。 tss(config)#line console 0
no ip address
shutdown
!
interface FastEthernet5/0
no ip address
shutdown
!
ip classless
!
!
!
!
line con 0
password cisco
login
line vty 0 4
password cisco
login
!
!
!
End
! ! ! enable secret 5 $1$mERr$H7PDxl7VYMqaD3id4jJVK/ ! ! ! ! interface FastEthernet0/0 ip address 202.196.180.254 255.255.255.0 duplex auto speed auto ! interface FastEthernet1/0 no ip address duplex auto speed auto shutdown ! interface Serial2/0 no ip address shutdown ! interface Serial3/0 no ip address shutdown ! interface FastEthernet4/0